diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml new file mode 100644 index 00000000..341d3bbb --- /dev/null +++ b/.gitea/workflows/release.yaml @@ -0,0 +1,106 @@ +name: Build & Release + +on: + workflow_dispatch: + inputs: + version: + description: 'Version tag for release (e.g. v1.0.0).' + required: true + default: '' + notes: + description: 'URL to notes for release.' + required: false + default: '' + +jobs: + validate: + runs-on: windows-2022 + steps: + - name: Validate version format + run: | + if (-not ("${{ inputs.version }}" -match '^v\d+\.\d+\.\d+[a-zA-Z0-9.-]*$')) { + Write-Error "Version '${{ inputs.version }}' doesn't match expected format (e.g. v1.0.0)" + exit 1 + } + + build: + runs-on: windows-2022 + + strategy: + matrix: + configuration: [Release] + platform: [PS3, Windows64] #[PS3, PSVita, Xbox 360, ORBIS, Windows64] + + steps: + - name: Checkout Repository + uses: https://github.com/actions/checkout@v4 + + - name: Build Cafeberry + run: | + & "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" MinecraftConsoles.sln ` + /p:Configuration=${{ matrix.configuration }} ` + /p:Platform=${{ matrix.platform }} ` + /m + + - name: Zip Build (Consoles) + if: matrix.platform != 'Windows64' + run: 7z a -r LCE${{ matrix.platform }}.zip ./${{ matrix.platform }}_${{ matrix.configuration }}/* "-x!*.ipdb" "-x!*.iobj" + + - name: Zip Build (Windows64) + if: matrix.platform == 'Windows64' + run: 7z a -r LCE${{ matrix.platform }}.zip ./x64/${{ matrix.configuration }}/* "-x!*.ipdb" "-x!*.iobj" + + - name: Stage artifacts + run: | + New-Item -ItemType Directory -Force -Path staging + Copy-Item LCE${{ matrix.platform }}.zip staging/ + + - name: Stage exe + if: matrix.platform == 'Windows64' + run: | + Copy-Item ./x64/${{ matrix.configuration }}/Minecraft.Client.exe staging/ + + - name: Upload artifacts + uses: https://github.com/actions/upload-artifact@v3 + with: + name: build-${{ matrix.platform }} + path: staging/* + + release: + needs: build + runs-on: windows-2022 + steps: + - name: Download all build artifacts + uses: https://github.com/actions/download-artifact@v3 + with: + path: downloaded + + - name: Fetch release notes + id: notes + run: | + $notesSource = "${{ inputs.notes }}" + $fallback = "## Cafeberry`n`n### Whoever made this release forgot to put notes, sorry!" + + if ($notesSource -match '^https?://') { + try { + $body = (Invoke-WebRequest -Uri $notesSource -UseBasicParsing).Content + if ([string]::IsNullOrWhiteSpace($body)) { $body = $fallback } + } catch { + $body = $fallback + } + } + + "description< + +1280.000000 +720.000000 + + + +BeaconMenu +1280.000000 +720.000000 +CXuiSceneBeacon +XuiBlankScene +Pointer + + + +Group +520.000000 +510.000000 +380.000031,120.000046,0.000000 +15 +XuiScene +Pointer + + + +UseRow +381.000000 +50.000000 +70.000000,444.000000,0.000000 +8 +CXuiCtrlSlotList +ItemGridVertical + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + + +Inventory +378.000000 +150.000000 +70.000000,305.000000,0.000000 +8 +CXuiCtrlSlotList +ItemGridVertical + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + + +SecondaryPanel +234.000000 +210.000000 +262.000000,24.000000,0.000000 +PanelRecessed +false + + + + +PrimaryPanel +234.000000 +210.000000 +24.000000,24.000000,0.000000 +PanelRecessed +false + + + + +PrimaryText +230.000000 +32.000000 +26.000000,26.000000,0.000000 +9 +1 +XuiLabelDarkCentredWrap +FJ_LabelBlack + + + + +SecondaryText +230.000000 +63.000000 +264.000061,26.000008,0.000000 +3 +XuiLabelDarkCentredWrap +FJ_LabelBlack + + + + +PrimaryTierOneOne +44.000000 +44.000000 +122.000000,66.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +PrimaryTierOneTwo +44.000000 +44.000000 +186.000000,66.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +PrimaryTierTwoOne +44.000000 +44.000000 +122.000000,120.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +PrimaryTierTwoTwo +44.000000 +44.000000 +186.000000,120.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +PrimaryTierThree +44.000000 +44.000000 +154.000000,174.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +SecondaryOne +44.000000 +44.000000 +324.000031,148.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +SecondaryTwo +44.000000 +44.000000 +388.000092,148.000000,0.000000 +2 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +Confirm +44.000000 +44.000000 +403.000000,246.000031,0.000000 +8 +CXuiCtrlBeaconButton +BeaconButton +false + + + + +Payment +42.000000 +42.000000 +280.000092,248.000046,0.000000 +9 +CXuiCtrlSlotList +ItemGridVertical + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + +control_ListItem +42.000000 +42.000000 +7 +0.000000,50.000000,0.000000 +false +CXuiCtrlSlotItemListItem +ItemButton +22594 +4 + + + + + +Emerald +42.000000 +42.000000 +70.000046,247.999969,0.000000 +4 +false +7 +CXuiCtrlCraftIngredientSlot +ItemIconBlank + + + + +Diamond +42.000000 +42.000000 +118.000031,248.000000,0.000000 +4 +false +7 +CXuiCtrlCraftIngredientSlot +ItemIconBlank + + + + +Gold +42.000000 +42.000000 +166.000015,248.000000,0.000000 +4 +false +7 +CXuiCtrlCraftIngredientSlot +ItemIconBlank + + + + +Iron +42.000000 +42.000000 +214.000000,248.000000,0.000000 +4 +false +7 +CXuiCtrlCraftIngredientSlot +ItemIconBlank + + + + +Beacon_1 +40.000000 +40.000000 +50.000000,68.000000,0.000000 +2 +Beacon_1 +false + + + + +Beacon_2 +40.000000 +40.000000 +50.000000,122.000000,0.000000 +2 +Beacon_2 +false + + + + +Beacon_3 +40.000000 +40.000000 +50.000000,176.000000,0.000000 +2 +Beacon_3 +false + + + + +Beacon_4 +40.000000 +40.000000 +358.000000,94.000000,0.000000 +2 +Beacon_4 +false + + + + +Pointer +42.000000 +42.000000 +-185.000000,-9.000015,0.000000 +9 +false +CXuiCtrlSlotItem +ItemPointer + + + + + +Normal + + + +EndNormal + + + + + + + + +Normal + + + +EndNormal + +stop + + +MoveLeft + + + +EndMoveLeft + +stop + + +MoveRight + + + +EndMoveRight + +gotoandstop +EndNormal + + + +Group +Position + + +0 +380.000031,120.000046,0.000000 + + + +0 +380.000000,120.000000,0.000000 + + + +2 +100 +-100 +50 +380.000000,120.000000,0.000000 + + + +0 +120.000000,120.000000,0.000000 + + + +2 +100 +-100 +50 +120.000000,120.000000,0.000000 + + + +0 +380.000000,120.000000,0.000000 + + + + + diff --git a/Minecraft.Client/Common/Media/skin_Minecraft.xui b/Minecraft.Client/Common/Media/skin_Minecraft.xui index 4ff2a02e..e3706f46 100644 --- a/Minecraft.Client/Common/Media/skin_Minecraft.xui +++ b/Minecraft.Client/Common/Media/skin_Minecraft.xui @@ -1,45957 +1,20299 @@ - -1280.000000 -720.000000 -[LayerFolders]7|+How To Play|44|+|0|+ControllerIcons|3|+|0|+Creative Inventory|8|+|0|+Crafting Scene|16|+|0|+Scenes, Panels,etc|14|+|0|+Main Menu|4|+|0|+DLC|4|+|0|+Skin Select Scene|15|+|0|+HTML|4|+|0|+HUD|19|+|0|-Inventory Containers Special|41|+|0|+Inventory Containers Shared|24|+|0|+Lists|0|+Leaderboard|4|+|0|+Players|6|+|25|+|0|+Tooltips|22|+|0|+Credits|8|+|0|-Labels and Text|53|+|0|+Other|11|+|0|+ImagePresenters|2|+|0|+Default Controls|18|+|0[/LayerFolders] - - - -XuiCheckboxSmall -265.000000 -20.000000 - - - -text_Button -240.000000 -20.000000 -25.000000,1.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -11.000000 -4112 - - - - -text_Button1 -240.000000 -20.000000 -24.000000,0.000000,0.000000 -5 -false -0xff323232 -0xff0f0f0f -11.000000 -4112 - - - - -TickBox_Norm -18.000000 -18.000000 -2.000000,1.000000,0.000000 -16 -Graphics\Tickbox_Norm.png -48 - - - - -TickBox_Over -18.000000 -18.000000 -2.000000,1.000000,0.000000 -false -16 -Graphics\Tickbox_Over.png -48 - - - - -Tick -28.000000 -24.000000 -0.000000,-1.000000,0.000000 -false -Graphics\Tick.png -48 - - - - -XuiSoundXACT -15.000000 -14.000000 -70.000000,21.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalCheck - - - -EndNormalCheck - -stop - - -FocusCheck - - - -EndFocusCheck - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -NormalCheckDisable - - - -EndNormalCheckDisable - -stop - - -FocusCheckDisable - - - -EndFocusCheckDisable - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -NormalSelCheck - - - -EndNormalSelCheck - -stop - - -NormalSelCheckDisable - - - -EndNormalSelCheckDisable - -stop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -TickBox_Over -Show -Opacity - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -Tick -Show -Opacity - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -TickBox_Norm -Show -Opacity - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -text_Button1 -TextColor -Opacity -DropShadowColor -Show - - -1 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -0 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -1 -0xffebcc0f -1.000000 -0xff0f0f0f -true - - - -0 -0xffebcc0f -1.000000 -0xff0f0f0f -true - - - -1 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -0 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -1 -0xffebcc0f -1.000000 -0xff0f0f0f -true - - - -0 -0xffebcc0f -1.000000 -0xff0f0f0f -true - - - -1 -0xff8c8c8c -0.500000 -0x7f0f0f0f -false - - - -0 -0xff8c8c8c -0.500000 -0x7f0f0f0f -false - - - -1 -0xffebcc0f -0.500000 -0x7f0f0f0f -true - - - -0 -0xffebcc0f -0.500000 -0x7f0f0f0f -true - - - -1 -0xff323232 -0.500000 -0x7e0f0f0f -false - - - -0 -0xff323232 -0.500000 -0x7e0f0f0f -false - - - -1 -0xffebcc0f -0.500000 -0x7f0f0f0f -true - - - -0 -0xffebcc0f -0.500000 -0x7f0f0f0f -true - - - -0 -0xffebcc0f -0.500000 -0x7f0f0f0f -false - - - -0 -0xffebcc0f -0.500000 -0x7f0f0f0f -false - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -text_Button -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - - - - -XuiSliderVertical -33.000000 -270.000000 - - - -XuiSoundXACT -53.000000 -56.000000 --15.459526,85.765701,0.000000 -0.000000,0.000000,0.707107,-0.707107 -144.996216,20.499901,0.000000 - - - - -Background -24.000000 -270.000000 -6.000000,2.000000,0.000000 -PanelRecessed - - - - -SliderBody -33.777779 -32.296295 - - - -SliderButton -32.000000 -32.000000 -2.000000,0.000000,0.000000 -GraphicPanel4grid - - - - - -Normal - - - -EndNormal - - - - -SliderButton -Position - - -0 -2.000000,0.000000,0.000000 - - - -0 -2.000008,242.000000,0.000000 - - - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -XuiSoundXACT -SoundBank -WaveBank -Cue -Position - - -0 - - - --15.459526,85.765701,0.000000 - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus --15.459526,85.765701,0.000000 - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - --105.459526,45.765701,0.000000 - - - -SliderBody -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -Background -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - - - - -XuiSliderVerticalSmall -32.000000 -162.000000 - - - -XuiSoundXACT -53.000000 -56.000000 --15.459526,85.765701,0.000000 -0.000000,0.000000,0.707107,-0.707107 -144.996216,20.499901,0.000000 - - - - -Background -23.000000 -162.000000 -6.000000,2.000000,0.000000 -PanelRecessed - - - - -SliderBody -32.000000 -32.000000 -1.000000,0.000000,0.000000 - - - -XuiControl1 -32.000000 -32.000000 -0.000000,0.000004,0.000000 -GraphicPanel4grid - - - - - -Normal - - - -EndNormal - - - - -XuiControl1 -Position - - -0 -0.000000,0.000004,0.000000 - - - -0 -0.000000,132.000000,0.000000 - - - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -XuiSoundXACT -SoundBank -WaveBank -Cue -Position - - -0 - - - --15.459526,85.765701,0.000000 - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus --15.459526,85.765701,0.000000 - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - --105.459526,45.765701,0.000000 - - - -SliderBody -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -Background -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - - - - -XuiSlider -606.000000 -38.000000 - - - -GraphicGroup -606.000000 -38.000000 -5 - - -0xff0f0f80 - - - - -0x28ebebeb -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,129.000000,0.000000,0,129.000000,0.000000,129.000000,0.000000,129.000000,30.000000,0,129.000000,30.000000,129.000000,30.000000,0.000000,30.000000,0,0.000000,30.000000,0.000000,30.000000,0.000000,0.000000,0, - - - - -Slider_Track -600.000000 -32.000000 -3.000000,3.000000,0.000000 -5 -true - - - -XuiImage1 -600.000000 -32.000000 -Graphics\Slider_Track.png - - - - - -TrackEndCap -2.000000 -32.000000 -601.000000,3.000000,0.000000 -4 - - -0xff0f0f80 - - - - -0xff000000 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,3.000000,0.000000,0,3.000000,0.000000,3.000000,0.000000,3.000000,32.000000,0,3.000000,32.000000,3.000000,32.000000,0.000000,32.000000,0,0.000000,32.000000,0.000000,32.000000,0.000000,0.000000,0, - - - - -SliderTint -596.000000 -28.000000 -5.000000,5.000000,0.000000 -207 -false - - -0xff0f76eb - - - - -0x8c4f7bc3 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,294.000000,0.000000,0,294.000000,0.000000,294.000000,0.000000,294.000000,53.000000,0,294.000000,53.000000,294.000000,53.000000,0.000000,53.000000,0,0.000000,53.000000,0.000000,53.000000,0.000000,0.000000,0, - - - - -SliderBody -584.000000 -32.000000 -3.000000,3.000000,0.000000 -5 - - - -XuiImage1 -16.000000 -32.000000 -true -Graphics\Slider_Button.png - - - - - -Normal - - - -EndNormal - - - -Focus - - - -EndFocus - - - - -XuiImage1 -Position -DisableTimelineRecursion - - -0 -0.000000,0.000000,0.000000 -true - - - -0 -584.000000,0.000000,0.000000 -false - - - -0 -0.000000,0.000000,0.000000 -true - - - -0 -584.000000,0.000000,0.000000 -true - - - - - - -Text_Value -50.000000 -26.000000 -550.000000,6.000000,0.000000 -4 -0xffebebeb -0xff0f0f0f -4369 -1 - - - - -text_Label -606.000000 -38.000000 -5 -0xffebebeb -0xff0f0f0f -5137 - - - - -XuiSoundXACT -53.000000 -56.000000 -158.000000,15.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -text_Label -TextColor -Anchor - - -0 -0xffebebeb -5 - - - -0 -0xffebebeb -1 - - - -0 -0xffebcc0f -1 - - - -0 -0xffebcc0f -1 - - - -0 -0xffa0a0a0 -1 - - - -0 -0xffa0a0a0 -5 - - - -0 -0xffebeb0f -5 - - - -0 -0xffebeb0f -5 - - - -Text_Value -TextColor - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -SliderTint -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -true - - - -0 -true - - - -0 -true - - - -0 -true - - - -TrackEndCap -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.750000 - - - -0 -0.750000 - - - -0 -0.750000 - - - -0 -0.750000 - - - -Slider_Track -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.750000 - - - -0 -0.750000 - - - -0 -0.750000 - - - -0 -0.750000 - - - -GraphicGroup -Fill.FillColor - - -0 -0x28ebebeb - - - -0 -0x28ebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - - - - -XuiRadioGroup -298.000000 -86.000000 - - - -graphic_groupfocusbackground -298.000000 -86.000000 -15 -false - - - - - -Normal - - - -EndNormal - - - -Focus - - - -EndFocus - -stop - - - -graphic_groupfocusbackground -Show - - -1 -false - - - -0 -true - - - - - - -FadeIn -300.000000 -300.000000 - - - -box -300.000000 -300.000000 -0.000000 -false - - -1.000000 -0xff787878 - - - - -0xffc8c8c8 - - -true -4,0.000000,0.000000,0.000000,0.000000,640.000000,0.000000,0,640.000000,0.000000,640.000000,0.000000,640.000000,480.000000,0,640.000000,480.000000,640.000000,480.000000,0.000000,480.000000,0,0.000000,480.000000,0.000000,480.000000,0.000000,0.000000,0, - - - - -box -Opacity -Show - - -0 -0.000000 -false - - - -2 --100 -100 -50 -0.000000 -true - - - -0 -1.000000 -true - - - - - - -XuiVisualImagePresenter -46.000000 -46.000000 - - - -XuiImagePresenter -46.000000 -46.000000 -15 -4 - - - - - -XuiEditSmall -250.000000 -24.925926 - - - -Border -254.000000 -34.000000 --2.000000,-2.000000,0.000000 -0.850000 -15 - - -0xff323232 - - - - -0xff323232 - - -2 -0xff787878 -0xffafafaf -0.000000 -1.000000 - - --90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,245.000000,0.000000,1,245.000000,0.000000,245.000000,0.000000,245.000000,50.000000,1,245.000000,50.000000,245.000000,50.000000,0.000000,50.000000,1,0.000000,50.000000,0.000000,50.000000,0.000000,0.000000,1, - - - - -Background -250.000000 -0.850000 -15 - - -0xff323232 - - - - -0xff646464 - - -2 -0xff787878 -0xffafafaf -0.000000 -1.000000 - - --90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,245.000000,0.000000,1,245.000000,0.000000,245.000000,0.000000,245.000000,50.000000,1,245.000000,50.000000,245.000000,50.000000,0.000000,50.000000,1,0.000000,50.000000,0.000000,50.000000,0.000000,0.000000,1, - - - - -Text -240.000000 -20.000000 -6.000000,6.000000,0.000000 -15 -0xffebebeb -12.000000 - - - - -Caret -10.000000 -20.592592 -6.000000,3.000000,0.000000 -false - - - - -ScrollRight -26.000000 -22.000000 -250.296295,2.129630,0.000000 -14 -XuiScrollEndRight -3 - - - - -ScrollDown -32.000000 -22.000000 -214.000000,30.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -ScrollUp -32.000000 -22.000000 -214.000000,-22.000000,0.000000 -6 -XuiScrollEndUp - - - - -ScrollLeft -26.000000 -22.000000 --26.000000,2.425926,0.000000 -11 -XuiScrollEndLeft -2 - - - - -XuiSoundXACT -36.000000 -31.000000 -97.000000,27.000000,0.000000 - - - - -XuiImage1 -250.000000 -25.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -Background -Stroke.StrokeColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Opacity -Fill.FillColor - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff646464 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff646464 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff646464 - - - -0 -0xffebcc0f -0xffc8c8c8 -0xffebebeb -1.000000 -0xff64719f - - - -Caret -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -Border -Stroke.StrokeColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Opacity -Fill.FillColor - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff323232 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff323232 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff323232 - - - -0 -0xffebcc0f -0xffc8c8c8 -0xffebebeb -1.000000 -0xffebcc0f - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 - - - - - - -0 - - - - - - -0 - - - - - - - - - -XuiEdit -250.000000 -32.000000 - - - -Border -256.000000 -38.000000 --3.000000,-3.000000,0.000000 -0.850000 -15 - - -0xff323232 - - - - -0xff323232 - - -2 -0xff787878 -0xffafafaf -0.000000 -1.000000 - - --90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,245.000000,0.000000,1,245.000000,0.000000,245.000000,0.000000,245.000000,50.000000,1,245.000000,50.000000,245.000000,50.000000,0.000000,50.000000,1,0.000000,50.000000,0.000000,50.000000,0.000000,0.000000,1, - - - - -Background -250.000000 -32.000000 -0.850000 -15 - - -0xff323232 - - - - -0xff646464 - - -2 -0xff787878 -0xffafafaf -0.000000 -1.000000 - - --90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,245.000000,0.000000,1,245.000000,0.000000,245.000000,0.000000,245.000000,50.000000,1,245.000000,50.000000,245.000000,50.000000,0.000000,50.000000,1,0.000000,50.000000,0.000000,50.000000,0.000000,0.000000,1, - - - - -Text -240.000000 -25.000000 -6.000000,5.000000,0.000000 -15 -0xffebebeb - - - - -Caret -10.000000 -28.000000 -6.000000,2.000000,0.000000 -false - - - - -ScrollRight -26.000000 -22.000000 -250.000000,4.500000,0.000000 -14 -XuiScrollEndRight -3 - - - - -ScrollDown -32.000000 -22.000000 -214.000000,32.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -ScrollUp -32.000000 -22.000000 -214.000000,-22.000000,0.000000 -6 -XuiScrollEndUp - - - - -ScrollLeft -26.000000 -22.000000 --26.000000,4.500000,0.000000 -11 -XuiScrollEndLeft -2 - - - - -XuiSoundXACT -36.000000 -31.000000 -97.000000,27.000000,0.000000 - - - - -XuiImage1 -255.666672 -38.111111 --2.666667,-3.111111,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -Background -Stroke.StrokeColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Opacity -Fill.FillColor - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff646464 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff646464 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff646464 - - - -0 -0xffebcc0f -0xffc8c8c8 -0xffebebeb -1.000000 -0xff64719f - - - -Caret -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -Border -Stroke.StrokeColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Opacity -Fill.FillColor - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff323232 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff323232 - - - -0 -0xff323232 -0xff787878 -0xffafafaf -0.850000 -0xff323232 - - - -0 -0xffebcc0f -0xffc8c8c8 -0xffebebeb -1.000000 -0xffebcc0f - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 - - - - - - -0 - - - - - - -0 - - - - - - - - - -XuiScrollEndRight -26.000000 -22.000000 -207 - - - -GlowArrow -26.000000 -22.000000 -0.300000 -15 -false -8 -Graphics\scrollRight.png - - - - -StdArrow -26.000000 -22.000000 -0.800000 -15 -false -8 -Graphics\scrollRight.png - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - -GlowArrow -Opacity - - -1 -0.300000 - - - -0 -0.250000 - - - -0 -1.000000 - - - -1 -0.250000 - - - -StdArrow -Show -Opacity - - -1 -false -0.800000 - - - -1 -true -0.800000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -1.000000 - - - - - - -XuiScrollEndUp -26.000000 -22.000000 -207 -[VisualClass]XuiScrollEnd[/VisualClass] - - - -GlowArrow -26.000000 -22.000000 -0.300000 -15 -false -8 -Graphics\scrollUp.png - - - - -StdArrow -32.000000 -22.000000 -0.800000 -15 -false -8 -Graphics\scrollUp.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - -StdArrow -Show -Opacity - - -1 -false -0.800000 - - - -1 -true -0.800000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -1.000000 - - - -GlowArrow -Opacity - - -1 -0.300000 - - - -0 -0.250000 - - - -0 -1.000000 - - - -1 -0.250000 - - - - - - -XuiScrollEndLeft -26.000000 -22.000000 -207 - - - -GlowArrow -26.000000 -22.000000 -0.300000 -15 -false -8 -Graphics\scrollLeft.png - - - - -StdArrow -26.000000 -22.000000 -0.800000 -15 -false -8 -Graphics\scrollLeft.png - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - -GlowArrow -Opacity - - -1 -0.300000 - - - -0 -0.250000 - - - -0 -1.000000 - - - -1 -0.250000 - - - -StdArrow -Show -Opacity - - -1 -false -0.800000 - - - -1 -true -0.800000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -1.000000 - - - - - - -XuiScrollEnd -26.000000 -22.000000 -207 - - - -GlowArrow -32.000000 -22.000000 -0.300000 -15 -false -8 - - - - -StdArrow -32.000000 -22.000000 -0.800000 -15 -false -8 -Graphics\scrollDown.png - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - -GlowArrow -Opacity -ImagePath - - -1 -0.300000 - - - - -0 -0.250000 -scrollDown.png - - - -0 -1.000000 -scrollDown.png - - - -1 -0.250000 -scrollDown.png - - - -StdArrow -Show -Opacity - - -1 -false -0.800000 - - - -1 -true -0.800000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -1.000000 - - - - - - -XuiControl -100.000000 -100.000000 -3.000000,0.000000,0.000000 - - - - -XuiCaret -10.000000 -28.000000 - - - -Caret -10.000000 -2.000000 -0.000000,24.000000,0.000000 - - -0xffebebeb - - -true -4,0.000000,0.000000,0.000000,0.000000,15.000000,0.000000,1,15.000000,0.000000,15.000000,0.000000,15.000000,37.000000,1,15.000000,37.000000,15.000000,37.000000,0.000000,37.000000,1,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - - - -Focus - - - -EndFocus - - - - -Caret -Show -Fill.FillColor - - -0 -true -0xffebebeb - - - -0 -false -0xff808080 - - - -0 -true -0xffafafaf - - - -0 -true -0xffafafaf - - - -0 -false -0xff808080 - - - -0 -true -0xffafafaf - - - - - - -XuiHtmlControl -50.000000 -50.000000 -15 - - - -HtmlPresenter -50.000000 -50.000000 -15 -true - - - - -ScrollDown -32.000000 -24.000000 -14.000000,56.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -ScrollUp -32.000000 -24.000000 --16.000000,56.000000,0.000000 -12 -XuiScrollEndUp - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - - - - -XuiCheckbox -270.000000 -32.000000 - - - -text_Button -240.000000 -32.000000 -27.000000,1.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -4112 - - - - -text_Button1 -240.000000 -32.000000 -26.000000,0.000000,0.000000 -5 -false -0xff323232 -0xff0f0f0f -4112 - - - - -TickBox_Norm -24.000000 -24.000000 -2.000000,4.000000,0.000000 -2 -Graphics\Tickbox_Norm.png -48 - - - - -TickBox_Over -24.000000 -24.000000 -2.000000,4.000000,0.000000 -false -2 -Graphics\Tickbox_Over.png -48 - - - - -Tick -28.000000 -24.000000 -2.000000,4.000000,0.000000 -false -Graphics\Tick.png -48 - - - - -XuiSoundXACT -15.000000 -14.000000 -70.000000,21.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalCheck - - - -EndNormalCheck - -stop - - -FocusCheck - - - -EndFocusCheck - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -NormalCheckDisable - - - -EndNormalCheckDisable - -stop - - -FocusCheckDisable - - - -EndFocusCheckDisable - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -NormalSelCheck - - - -EndNormalSelCheck - -stop - - -NormalSelCheckDisable - - - -EndNormalSelCheckDisable - -stop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -TickBox_Over -Show -Opacity - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -Tick -Show -Opacity - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -TickBox_Norm -Show -Opacity - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -false -0.500000 - - - -0 -false -0.500000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.500000 - - - -0 -true -0.500000 - - - -text_Button1 -TextColor -Opacity -DropShadowColor -Show - - -1 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -1 -0xffebcc0f -1.000000 -0xff0f0f0f -true - - - -1 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -1 -0xffebcc0f -1.000000 -0xff0f0f0f -true - - - -1 -0xff8c8c8c -0.500000 -0x7f0f0f0f -false - - - -1 -0xffebcc0f -0.500000 -0x7f0f0f0f -true - - - -1 -0xff323232 -0.500000 -0x7e0f0f0f -false - - - -1 -0xffebcc0f -0.500000 -0x7f0f0f0f -true - - - -1 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -1 -0xff323232 -1.000000 -0xff0f0f0f -false - - - -0 -0xff323232 -1.000000 -0x7b0f0f0f -false - - - -0 -0xff8c8c8c -1.000000 -0x7b0f0f0f -false - - - -0 -0xff8c8c8c -1.000000 -0x7b0f0f0f -false - - - -0 -0xff8c8c8c -1.000000 -0x7b0f0f0f -false - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonFocus - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -text_Button -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - - - - -XuiButton -400.000000 -40.000000 -15 - - - -highlight_graphic -400.000000 -40.000000 -15 -false -Graphics\MainMenuButton_Over.png - - - - -button_graphic -400.000000 -40.000000 -15 -Graphics\MainMenuButton_Norm.png - - - - -text_Label -380.000000 -28.000000 -10.000000,6.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -21525 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -false - - - -0 -0.000000 -false - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - - - - -XuiVisualImagePresenterCentre -48.000000 -48.000000 - - - -XuiImagePresenter -48.000000 -48.000000 -15 -16 -48 - - - - - -XuiVisImPresenterCentreNoScale -48.000000 -48.000000 - - - -XuiImagePresenter -48.000000 -48.000000 -15 -2 -48 - - - - - -PlayerColourIcon -40.000000 -40.000000 -15 - - - -Icon -40.000000 -40.000000 -15 -true -16 -Graphics\InGameInfo\MapIcon_0.png -48 - - - - - -P0 - -stop - - -P1 - -stop - - -P2 - -stop - - -P3 - -stop - - -P4 - -stop - - -P5 - -stop - - -P6 - -stop - - -P7 - -stop - - -P8 - -stop - - -P9 - -stop - - -P10 - -stop - - -P11 - -stop - - -P12 - -stop - - -P13 - -stop - - -P14 - -stop - - -P15 - -stop - - - -Icon -ImagePath - - -0 -Graphics\InGameInfo\MapIcon_0.png - - - -0 -Graphics\InGameInfo\MapIcon_1.png - - - -0 -Graphics\InGameInfo\MapIcon_2.png - - - -0 -Graphics\InGameInfo\MapIcon_3.png - - - -0 -Graphics\InGameInfo\MapIcon_4.png - - - -0 -Graphics\InGameInfo\MapIcon_5.png - - - -0 -Graphics\InGameInfo\MapIcon_6.png - - - -0 -Graphics\InGameInfo\MapIcon_7.png - - - -0 -Graphics\InGameInfo\MapIcon_8.png - - - -0 -Graphics\InGameInfo\MapIcon_9.png - - - -0 -Graphics\InGameInfo\MapIcon_10.png - - - -0 -Graphics\InGameInfo\MapIcon_11.png - - - -0 -Graphics\InGameInfo\MapIcon_12.png - - - -0 -Graphics\InGameInfo\MapIcon_13.png - - - -0 -Graphics\InGameInfo\MapIcon_14.png - - - -0 -Graphics\InGameInfo\MapIcon_15.png - - - - - - -DLCOffersOfferBackground -460.000000 -196.000000 - - - -XuiIDLCBackground -460.000000 -196.000000 -15 -4 -Graphics\DLCBackground.png - - - - - -ControllerGraphic -400.000000 -270.000000 - - - -Image -400.000000 -270.000000 -Graphics\X360ControllerIcons\360ctrl.png -48 - - - - - -MenuTitleLogo -571.000000 -138.000000 - - - -Logo -571.000000 -138.000000 -15 -16 -Graphics\MenuTitle.png - - - - - -TipPanel -214.000000 -42.000000 - - - -graphic_groupbackground -216.000000 -44.000000 -15 - - - -Bot_R -8.000000 -8.000000 -208.000000,36.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -200.000000 -8.000000 -8.000000,36.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,36.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -208.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -200.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -28.000000 -208.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -200.000000 -28.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -28.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - -HtmlPresenter -195.000000 -26.000000 -10.000000,8.000000,0.000000 -15 - - - - - -QuadrantJoinGame -304.000000 -88.000000 -15 - - - -graphic_groupbackground -304.000000 -88.000000 -15 - - - -Bot_R -16.000000 -16.000000 -288.000000,72.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -272.000000 -16.000000 -16.000000,72.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,72.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -288.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -272.000000 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -56.000000 -288.000000,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -272.000000 -56.000000 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -56.000000 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - -Mid -292.000000 -76.000000 -6.000000,6.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -MidDark -292.000000 -76.000000 -6.000000,6.000000,0.000000 -0.400000 -15 - - -0xff0f0f80 - - - - -0xff0f0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,127.000000,0.000000,0,127.000000,0.000000,127.000000,0.000000,127.000000,72.000000,0,127.000000,72.000000,127.000000,72.000000,0.000000,72.000000,0,0.000000,72.000000,0.000000,72.000000,0.000000,0.000000,0, - - - - - -QuadrantBox -68.000000 -68.000000 -10.000000,10.000000,0.000000 -1 -Graphics\Controller_Message_Frame_L.png -48 - - - - -text_ButtonText -200.000000 -85.000000,28.000000,0.000000 -5 -0xffffffff -0xff000000 -16.000000 -20753 - - - - -Empty_Quadrants -64.000000 -64.000000 -12.000000,12.000000,0.000000 -0.800000 -16 -Graphics\Controller_Quadrant_Icon_Empty.png -48 - - - - -Quadrant1 -64.000000 -64.000000 -12.000000,12.000000,0.000000 -0.800000 -false -16 -Graphics\Controller_Quadrant_Icon_Segment.png -48 - - - - -Quadrant2 -64.000000 -64.000000 -12.000000,12.000000,0.000000 --1.000000,1.000000,1.000000 -0.800000 -32.000000,32.000000,0.000000 -false -16 -Graphics\Controller_Quadrant_Icon_Segment.png -48 - - - - -Quadrant3 -64.000000 -64.000000 -12.000000,12.000000,0.000000 -1.000000,-1.000000,1.000000 -0.800000 -32.000000,32.000000,0.000000 -false -16 -Graphics\Controller_Quadrant_Icon_Segment.png -48 - - - - -Quadrant4 -64.000000 -64.000000 -12.000000,12.000000,0.000000 --1.000000,-1.000000,1.000000 -0.800000 -32.000000,32.000000,0.000000 -false -16 -Graphics\Controller_Quadrant_Icon_Segment.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -StartFlash - - - -EndFlash - -gotoandplay -StartFlash - - - -Empty_Quadrants -Opacity - - -1 -0.800000 - - - -1 -1.000000 - - - -Quadrant1 -Opacity - - -1 -0.800000 - - - -0 -0.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -Quadrant2 -Opacity - - -1 -0.800000 - - - -0 -0.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -Quadrant3 -Opacity - - -1 -0.800000 - - - -0 -0.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -Quadrant4 -Opacity - - -1 -0.800000 - - - -0 -0.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - - - - -SaveIcon -48.000000 -73.000000 - - - -ProgressBody -48.000000 -73.000000 -15 - - - -Chest -48.000000 -48.000000 -0.000000,25.000000,0.000000 -2 -Graphics\SaveChest.png -48 - - - - -Arrow -48.000000 -48.000000 -Graphics\SaveArrow.png -48 - - - - -Arrow -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 -0.000000,5.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - - - - - -XuiSliderWrapper -306.000000 -38.000000 -5 - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiEditSign -250.000000 -32.000000 - - - -Text -240.000000 -6.000000,1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Right -25.000000 -25.000000 -221.000000,2.000000,0.000000 -4 -false -< -0xff0f0f0f -0x800f0f0f -20.000000 -4624 - - - - -Left -25.000000 -25.000000 -4.000000,2.000000,0.000000 -1 -false -> -0xff0f0f0f -0x800f0f0f -20.000000 -4112 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -gotoandplay -Focus - - -InitFocus - - - -EndInitFocus - -gotoandplay -InitFocus - - - -Right -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -true - - - -Left -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -true - - - - - - -DebugButton -469.000000 -40.000000 -15 - - - -highlight_graphic -469.000000 -40.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -469.000000 -40.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -469.000000 -40.000000 -15 -0xffffffff -0xff0f0f0f -20.000000 -21525 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.250000 - - - -0 -true -0.000000 - - - -0 -true -0.250000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.250000 - - - -0 -true -0.000000 - - - -0 -true -0.250000 - - - -1 -false -1.000000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -false - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -false - - - -0 -0.000000 -false - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -false - - - -1 -1.000000 -false - - - - - - -LoadingProgressState -150.000000 -5.000000 - - - -ProgressBody -150.000000 -5.000000 -15 - - - -barStroke -152.000000 -7.000000 --1.000000,-1.000000,0.000000 -15 -false - - -0xffa0a0a0 - - - - -0xff4b4b4b - - -2 -0xff00eb00 -0xff0f0f0f -0.992157 -0.992157 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -back -150.000000 -5.000000 -15 -false - - -0xffa0a0a0 - - - - -0xff828282 - - -2 -0xff00eb00 -0xff0f0f0f -0.992157 -0.992157 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -design_time_display -150.000000 -5.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -150.000000 -5.000000 -15 -false - - -0xff646464 - - - - -0xffffffff - - -2 -0xff00eb00 -0xff0f0f0f -0.992157 -0.992157 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Fill.Gradient.StopPos -Show -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.FillColor -Width - - -0 -0.992157 -false -0xff00eb00 -0xff646464 -0.992157 -0xff0f0f0f -0xffffffff -150.000000 - - - -0 -0.372549 -true -0xff808080 -0xffebebeb -0.780392 -0xff80ff80 -0xff0fb90f -0.000000 - - - -0 -0.917647 -true -0xff80ff80 -0xff0f0f0f -0.925490 -0xff808080 -0xff0fb90f -150.000000 - - - -0 -0.015686 -false -0xff0feb13 -0xff646464 -0.992157 -0xff0f0f0f -0xffffffff -150.000000 - - - -back -Show - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - -barStroke -Show - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - - - - -control_for_data_binding_only -155.000000 -23.000000 -0.000000,8.185186,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - - -Normal - - - -EndNormal - - - - - - - -XuiLabelAffordableSmall -640.000000 -5 - - - -Text -640.000000 -5 -0xff80eb20 -0xff0f340f -12.000000 -529 - - - - - -XuiLabelExpensiveSmall -640.000000 -5 - - - -Text -640.000000 -15 -0xffeb0f0f -0xff420f0f -12.000000 -529 - - - - - -XuiLabelAffordable -640.000000 -5 - - - -Text -640.000000 -15 -0xff80eb20 -0xff0f340f -18.000000 -529 - - - - - -XuiLabelExpensive -640.000000 -5 - - - -Text -640.000000 -15 -0xffeb0f0f -0xff420f0f -18.000000 -529 - - - - - -LabelLeaderboardTitle -200.000000 - - - -Text -200.000000 -15 -0xffebebeb -0xff0f0f0f -12.000000 -5137 - - - - - -LabelLeaderboardTitleSmall -200.000000 - - - -Text -200.000000 -15 -0xffebebeb -0xff0f0f0f -11.000000 -5120 - - - - - -LabelLeaderboardWaitingText -200.000000 - - - -Text -200.000000 -15 -0xff606060 -0xff0f0f0f -18.000000 -5120 - - - - - -LabelLeaderboardWaitingTextSmall -200.000000 - - - -Text -200.000000 -15 -0xff606060 -0xff0f0f0f -5120 - - - - - -LabelControlsSceneActionSmall -200.000000 - - - -Text -200.000000 -15 -0xffebebeb -0xff0f0f0f -10.000000 -273 - - - - - -LabelControlsSceneAction -200.000000 - - - -Text -200.000000 -15 -0xffebebeb -0xff0f0f0f -273 - - - - - -LabelContainerSceneRightSmall -200.000000 - - - -Text -200.000000 -15 -0xff323232 -12.000000 -528 - - - - - -LabelContainerSceneCentreSmall -200.000000 - - - -Text -200.000000 -15 -0xff323232 -12.000000 -1040 - - - - - -LabelContainerSceneLeftSmall -200.000000 - - - -Text -200.000000 -15 -0xff323232 -12.000000 -272 - - - - - -LabelContainerSceneRight -200.000000 - - - -Text -200.000000 -15 -0xff323232 -18.000000 -528 - - - - - -LabelContainerSceneCentre -200.000000 - - - -Text -200.000000 -15 -0xff323232 -18.000000 -1040 - - - - - -LabelContainerSceneLeft -200.000000 - - - -Text -200.000000 -15 -0xff323232 -18.000000 -272 - - - - - -XuiTitleSmall -400.000000 -50.000000 - - - -Text1 -400.000000 -50.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -20.000000 -21505 - - - - -Text2 -400.000000 -50.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -20.000000 -21505 - - - - -Text3 -400.000000 -50.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -20.000000 -21505 - - - - -Text4 -400.000000 -50.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -20.000000 -21504 - - - - -Text -400.000000 -50.000000 -15 -0xffebebeb -20.000000 -21504 - - - - - -XuiTitle -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -2.000000,2.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -32.000000 -21504 - - - - -Text2 -400.000000 -100.000000 --2.000000,2.000000,0.000000 -15 -0xff0f0f0f -32.000000 -21504 - - - - -Text3 -400.000000 -100.000000 -2.000000,-2.000000,0.000000 -15 -0xff0f0f0f -32.000000 -21504 - - - - -Text4 -400.000000 -100.000000 --2.000000,-2.000000,0.000000 -15 -0xff0f0f0f -32.000000 -21504 - - - - -Text5 -400.000000 -100.000000 -2.000000,0.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -32.000000 -21504 - - - - -Text6 -400.000000 -100.000000 --2.000000,0.000000,0.000000 -15 -0xff0f0f0f -32.000000 -21504 - - - - -Text7 -400.000000 -100.000000 -0.000000,-2.000000,0.000000 -15 -0xff0f0f0f -32.000000 -21504 - - - - -Text8 -400.000000 -100.000000 -0.000000,2.000000,0.000000 -15 -0xff0f0f0f -32.000000 -21504 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -32.000000 -21504 - - - - - -XuiLabel -320.000000 -32.000000 - - - -Text -320.000000 -40.000000 -15 -0xffebebeb -12.000000 -16400 - - - - - -XuiLabel12_Shadowed -320.000000 -32.000000 -1.000000,1.000000,0.000000 - - - -Text -320.000000 -40.000000 -1.000000,0.000000,0.000000 -15 -0xffebebeb -12.000000 -20737 - - - - - -XuiLabelLightFaded_C_ShadowedSmall -400.000000 -140.000000 -5.000000,3.000000,0.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffcfcfcf -0xff6d6d6d -17425 - - - - - -XuiLabelLight_C_ShadowedSmall -400.000000 -140.000000 -5.000000,3.000000,0.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -17425 - - - - - -XuiLabelChat -640.000000 -35.000000 - - - -Text -640.000000 -35.000000 -15 -0xffebebeb -0xff0f0f0f -20.000000 -16656 - - - - - -XuiLabelChat_Small -640.000000 -20.000000 -5 - - - -Text -640.000000 -20.000000 -15 -0xffebebeb -0xff0f0f0f -13.000000 -16656 - - - - - -XuiLabelChatBackground -100.000000 -20.000000 -15 - - - -100.000000 -20.000000 -0.500000 -15 - - -0xff0f0f80 - - - - -0xff0f0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,979.000000,0.000000,0,979.000000,0.000000,979.000000,0.000000,979.000000,97.000000,0,979.000000,97.000000,979.000000,97.000000,0.000000,97.000000,0,0.000000,97.000000,0.000000,97.000000,0.000000,0.000000,0, - - - - - -XuiLabelListening -640.000000 -20.000000 -15 - - - -Text -640.000000 -35.000000 -15 -0xffebebeb -0xff0f0f0f -20.000000 -17424 - - - - - -XuiLabelListening_Small -640.000000 -20.000000 -5 - - - -Text -640.000000 -20.000000 -15 -0xffebebeb -0xff0f0f0f -13.000000 -17424 - - - - - -XuiLabelLight_FRONT_END_Shd_Wrp_Small -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -16385 - - - - - -XuiLabelLight_FRONT_END_Shd_Wrp -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -18.000000 -16385 - - - - - -XuiLabelLight_ShadowedSmall -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -16401 - - - - - -XuiLabelLight_Shadowed -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -18.000000 -16401 - - - - - -XuiLabelLightFaded_ShadowCentred -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffcfcfcf -0xff6d6d6d -18.000000 -21521 - - - - - -XuiLabelLight_ShadowCentred -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -18.000000 -21521 - - - - - -XuiLabelLight_ShadowedRight -400.000000 -140.000000 - - - -XuiTextPresenter1 -400.000000 -140.000000 -15 -0xffffffff -0xff000000 -18.000000 -16913 - - - - - -XuiLabelLightCentred -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xffebebeb -17424 - - - - - -XuiLabelDarkCentred -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -5.000000,0.000000,0.000000 -15 -0xff323232 -17424 - - - - - -XuiLabelDarkLeftWrap -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -16640 - - - - - -XuiLabelDarkCentredWrapSmall -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -12.000000 -17408 - - - - - -XuiLabelDarkLeftWrapSmall -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -12.000000 -16640 - - - - - -XuiLabelDarkSmallRight -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -12.000000 -16896 - - - - - -XuiLabelDarkCentredSmall -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -12.000000 -5136 - - - - - -XuiLabelDarkSmall -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -12.000000 -16384 - - - - - -XuiLabelDark -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -16384 - - - - - -XuiLabelDarkRight -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -16912 - - - - - -XuiLabelDarkCentredHowtoSmall -404.000000 -180.000000 -1.000000,1.000000,0.000000 - - - -Text -404.000000 -180.000000 -15 -0xff323232 -8.000000 -5136 - - - - - -XuiLabelDark14_1Line -400.000000 -26.000000 - - - -Text -400.000000 -26.000000 -15 -0xff323232 -16400 - - - - - -XuiLabelDarkLeftWrapSmall10 -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -10.000000 -16640 - - - - - -XuiLabelDarkLeftWrapSmall8 -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -8.000000 -16640 - - - - - -XuiLabelDarkLeftWrap16 -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -16.000000 -16640 - - - - - -XuiLabelDarkLeftWrap18 -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -18.000000 -16640 - - - - - -XuiLabelDarkCentredWrap -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -17408 - - - - - -XuiLabelDesc_LftWrp_Small -640.000000 -20.000000 -5 - - - -Text -640.000000 -20.000000 -15 -0xffebebeb -0xff0f0f0f -13.000000 -16640 - - - - - -XuiLabelDesc_LftWrp -640.000000 -35.000000 - - - -Text -640.000000 -35.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -16640 - - - - - -XuiCreditsText_480_S -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -15.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -15.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -15.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -15.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffead44d -15.000000 -5136 - - - - - -XuiCreditsText_480_M -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -16.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -16.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -16.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -16.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -16.000000 -5136 - - - - - -XuiCreditsText_480_14_L -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -5136 - - - - - -XuiCreditsText_480_20_XL -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -18.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -18.000000 -5136 - - - - - -XuiCreditsText_S -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -17.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -17.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -17.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -17.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffead44d -17.000000 -5136 - - - - - -XuiCreditsText_M -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -18.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -18.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -18.000000 -5136 - - - - - -XuiCreditsText_L -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -16.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -16.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -16.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -16.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -16.000000 -5136 - - - - - -XuiCreditsText_XL -400.000000 -100.000000 - - - -Text1 -400.000000 -100.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -22.000000 -5136 - - - - -Text2 -400.000000 -100.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -22.000000 -5136 - - - - -Text3 -400.000000 -100.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -22.000000 -5136 - - - - -Text4 -400.000000 -100.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -22.000000 -5136 - - - - -Text -400.000000 -100.000000 -15 -0xffebebeb -22.000000 -5136 - - - - - -LB_Button -350.000000 -36.000000 - - - -text_ButtonText -300.000000 -36.000000 -52.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -lb_graphic -49.000000 -45.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftBumper_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -lb_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -LB_ButtonSmall -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -40.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -lb_graphic -37.000000 -34.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftBumper_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -lb_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -RB_Button -350.000000 -36.000000 - - - -text_ButtonText -300.000000 -36.000000 -52.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -rb_graphic -49.000000 -45.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRightBumper_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rb_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -RB_ButtonSmall -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -40.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -rb_graphic -37.000000 -34.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRightBumper_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rb_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -Y_Button -350.000000 -36.000000 - - - -graphic_button_disable -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Yello_Focus.png - - - - -graphic_button_normal -33.000000 -33.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Yello_Normal.png - - - - -text_ButtonText -300.000000 -36.000000 -36.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -y_graphic -15.000000 -15.000000 -9.460000,9.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\y_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -y_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -10.500000,13.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.460000,9.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show -Opacity - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -false -0.000000 - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -0 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -Y_ButtonSmall -350.000000 -25.000000 - - - -graphic_button_disable -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Yello_Focus.png - - - - -graphic_button_normal -25.000000 -25.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Yello_Normal.png - - - - -text_ButtonText -300.000000 -25.000000 -25.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -y_graphic -11.000000 -11.000000 -7.460000,7.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\y_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -y_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -8.500000,11.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.460000,7.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show -Opacity - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -false -0.000000 - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -0 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -X_Button -350.000000 -36.000000 - - - -graphic_button_disable -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Blu_Focus.png - - - - -graphic_button_normal -33.000000 -33.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Blu_Normal.png - - - - -text_ButtonText -300.000000 -36.000000 -36.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -x_graphic -15.000000 -15.000000 -9.600000,9.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\x_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -x_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -10.500000,12.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.600000,9.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show -Opacity - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -false -0.000000 - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -1 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -X_ButtonSmall -350.000000 -25.000000 - - - -graphic_button_disable -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Blu_Focus.png - - - - -graphic_button_normal -25.000000 -25.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Blu_Normal.png - - - - -text_ButtonText -300.000000 -25.000000 -28.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -x_graphic -11.000000 -11.000000 -7.600000,7.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\x_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -x_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -8.500000,10.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.600000,7.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show -Opacity - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -1 -true -1.000000 - - - -0 -false -0.000000 - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -1 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -B_Button -350.000000 -36.000000 - - - -graphic_button_disable -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Red_Focus.png - - - - -graphic_button_normal -33.000000 -33.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Red_Normal.png - - - - -text_ButtonText -300.000000 -36.000000 -36.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -B_graphic -15.000000 -15.000000 -9.500000,9.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\b_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocus - -stop - - - -B_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -10.500000,12.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show - - -1 -false - - - -1 -true - - - -0 -true - - - -1 -false - - - -1 -true - - - -1 -false - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -1 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -B_ButtonSmall -350.000000 -25.000000 - - - -graphic_button_disable -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Red_Focus.png - - - - -graphic_button_normal -25.000000 -25.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Red_Normal.png - - - - -text_ButtonText -300.000000 -25.000000 -28.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -B_graphic -11.000000 -11.000000 -7.500000,7.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\b_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocus - -stop - - - -B_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -8.500000,10.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show - - -1 -false - - - -1 -true - - - -0 -true - - - -1 -false - - - -1 -true - - - -1 -false - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -1 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -A_Button -350.000000 -36.000000 - - - -graphic_button_disable -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -33.000000 -33.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Green_Focus.png - - - - -graphic_button_normal -33.000000 -33.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Green_Normal.png - - - - -text_ButtonText -300.000000 -36.000000 -36.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -A_graphic -15.000000 -15.000000 -9.500000,9.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\a_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocus - -stop - - - -A_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -10.500000,12.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -9.500000,9.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show - - -1 -false - - - -1 -true - - - -0 -true - - - -1 -false - - - -1 -true - - - -1 -false - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -1 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffebebeb - - - - - - -A_ButtonSmall -350.000000 -25.000000 - - - -graphic_button_disable -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Disable.png - - - - -graphic_button_focus -25.000000 -25.000000 -false -8 -Graphics\X360ControllerIcons\Legend_Button_Green_Focus.png - - - - -graphic_button_normal -25.000000 -25.000000 -8 -Graphics\X360ControllerIcons\Legend_Button_Green_Normal.png - - - - -text_ButtonText -300.000000 -25.000000 -28.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -A_graphic -11.000000 -11.000000 -7.500000,7.500000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\a_graphic.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocus - -stop - - - -A_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -8.500000,10.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -7.500000,7.500000,0.000000 - - - -graphic_button_normal -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -0.000000 -false - - - -graphic_button_focus -Show - - -1 -false - - - -1 -true - - - -0 -true - - - -1 -false - - - -1 -true - - - -1 -false - - - -graphic_button_disable -Show - - -1 -false - - - -1 -true - - - -1 -false - - - -1 -true - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffebebeb - - - - - - -LTrigger -350.000000 -36.000000 - - - -text_ButtonText -300.000000 -36.000000 -40.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -lt_graphic -37.000000 -45.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftTrigger_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -lt_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -LTriggerSmall -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -31.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -lt_graphic -28.000000 -34.000000 -0.000000,-4.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftTrigger_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -lt_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -LTriggerSmall480 -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -31.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -lt_graphic -28.000000 -34.000000 -0.000000,-2.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftTrigger_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -lt_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - - - - -RTrigger -350.000000 -36.000000 - - - -text_ButtonText -300.000000 -36.000000 -40.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -rt_graphic -37.000000 -45.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRightTrigger_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rt_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -RTriggerSmall -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -31.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -rt_graphic -28.000000 -34.000000 -0.000000,-4.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRightTrigger_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rt_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-4.000000,0.000000 - - - - - - -RTriggerSmall480 -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -31.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -rt_graphic -28.000000 -34.000000 -0.000000,-2.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRightTrigger_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rt_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-2.000000,0.000000 - - - - - - -LStick_Nav -350.000000 -36.000000 - - - -text_ButtonText -300.000000 -36.000000 -61.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -ls_graphic -58.000000 -48.000000 -0.000000,-5.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftStick_Navigate.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -ls_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,-0.750000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -LStick_NavSmall -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -43.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -rb_graphic -40.000000 -34.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonLeftStick_Navigate.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rb_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -RStick_Button -350.000000 -36.000000 - - - -text_ButtonText -300.000000 -36.000000 -61.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -16.000000 -20497 - - - - -rs_graphic -58.000000 -48.000000 -0.000000,-5.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRS_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rs_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,-0.750000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-5.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -RStick_ButtonSmall -350.000000 -25.000000 - - - -text_ButtonText -300.000000 -25.000000 -43.000000,0.000000,0.000000 -1 -0xffffffff -0xff000000 -11.000000 -20497 - - - - -rb_graphic -40.000000 -34.000000 -0.000000,-3.000000,0.000000 -0.800000 -16 -Graphics\X360ControllerIcons\ButtonRS_TT.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - - -text_ButtonText -TextColor - - -0 -0xffffffff - - - -0 -0xff606060 - - - -0 -0xff606060 - - - -0 -0xffa0a0a0 - - - -0 -0xffffffff - - - -rb_graphic -Opacity -Scale -Position - - -1 -0.800000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.300000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -0 -1.000000 -0.900000,0.900000,1.000000 -1.500000,1.250000,0.000000 - - - -1 -1.000000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - -1 -0.500000 -1.000000,1.000000,1.000000 -0.000000,-3.000000,0.000000 - - - - - - -XuiListTexturePackButtonSmall -40.000000 -40.000000 -15 - - - -highlight_graphic -40.000000 -40.000000 -15 -false - - -0xffebeb0f - - - - -0xffebeb0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -highlight_cutout -36.000000 -36.000000 -2.000000,2.000000,0.000000 -15 - - -0xffebeb0f - - - - -0xff8b8b8b -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -XuiImagePresenter -36.000000 -36.000000 -2.000000,2.000000,0.000000 -138 -16 -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.250000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -1.000000 - - - -0 -true -0.250000 - - - -0 -true -1.000000 - - - -0 -true -0.250000 - - - - - - -XuiListTexturePackSmall -440.000000 -75.000000 - - - -graphic_groupbackground -440.000000 -67.000000 -0.000000,14.000000,0.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,45.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,45.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,45.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -29.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -29.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -29.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ScrollUp -22.000000 -22.000000 -11.000000,34.000000,0.000000 -33 -XuiScrollEndLeft -2 - - - - -control_ScrollDown -22.000000 -22.000000 -406.000000,34.000000,0.000000 -36 -XuiScrollEndRight -3 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -XuiListTexturePackButtonSmall -1 - - - - -Title -400.000000 -20.000000 -2.000019,-6.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -272 - - - - -TitleHighlight -400.000000 -20.000000 -1.000019,-8.000000,0.000000 -5 -0xffebeb0f -0xff0f0f0f -272 - - - - - -KillFocus - - - -EndKillFocus - -stop - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -TitleHighlight -Opacity - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - - - -XuiListTexturePackButton -60.000000 -15 - - - -highlight_graphic -60.000000 -15 -false - - -0xffebeb0f - - - - -0xffebeb0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -highlight_cutout -54.000000 -54.000000 -3.000000,3.000000,0.000000 -15 - - -0xffebeb0f - - - - -0xff8b8b8b -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -XuiImagePresenter -54.000000 -54.000000 -3.000000,3.000000,0.000000 -138 -16 -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.250000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -1.000000 - - - -0 -true -0.250000 - - - -0 -true -1.000000 - - - -0 -true -0.250000 - - - - - - -XuiListTexturePack -440.000000 -108.333336 - - - -graphic_groupbackground -440.000000 -92.000000 -0.000000,18.000000,0.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,70.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,70.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,70.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -54.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -54.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -54.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ScrollUp -22.000000 -32.000000 -12.000000,49.000000,0.000000 -33 -XuiScrollEndLeft -2 - - - - -control_ScrollDown -22.000000 -32.000000 -406.000000,49.000000,0.000000 -36 -XuiScrollEndRight -3 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -XuiListTexturePackButton -1 - - - - -Title -400.000000 -32.000000 -2.000019,-6.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -16.000000 -272 - - - - -TitleHighlight -400.000000 -32.000000 -1.000019,-8.000000,0.000000 -5 -0xffebeb0f -0xff0f0f0f -16.000000 -272 - - - - - -KillFocus - - - -EndKillFocus - -stop - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -TitleHighlight -Opacity - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - - - -XuiHowToList480 -330.000000 -80.000000 - - - -graphic_groupbackground -330.000000 -80.000000 -15 - - - -Bot_R -16.000000 -16.000000 -314.344818,64.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -298.344818 -16.000000 -16.000000,64.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,64.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -314.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -298.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -48.001961 -314.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -298.344818 -48.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -48.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -249.000000,50.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -281.000000,50.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -300.000000 -36.000000 -15.000000,15.000000,0.000000 -5 -XuiMainMenuButton_L_Thin -0.000000,10.000000,0.000000 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiHowToList -480.000000 -90.000000 - - - -graphic_groupbackground -480.000000 -90.000000 -15 - - - -Bot_R -16.000000 -16.000000 -464.344818,74.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -448.344818 -16.000000 -16.000000,74.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,74.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -464.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -448.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -58.001961 -464.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -448.344818 -58.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -58.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -399.000000,60.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -431.000000,60.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -XuiMainMenuButton_List - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListRecessed_NoIcon -440.000000 -140.000000 - - - -graphic_groupbackground -440.000000 -134.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,118.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,118.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,118.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -102.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -102.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -102.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,104.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,104.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -XuiListButton_L_NoIcon - - - - -XuiImagePresenter -40.000000 -40.000000 -30.000000,52.000000,0.000000 -16 - - - - -Title -400.000000 -20.000019,10.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -16.000000 -1040 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListRecessedThin_NoIcon -440.000000 -100.000000 - - - -graphic_groupbackground -440.000000 -100.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,84.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,84.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,84.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -68.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -68.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -68.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -XuiListButton_LThin_NoIcon - - - - -control_ScrollUp -22.000000 -15.000000 -381.000000,76.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -22.000000 -15.000000 -403.000000,76.000008,0.000000 -12 -XuiScrollEnd -1 - - - - -XuiImagePresenter -22.000000 -22.000000 -30.000000,33.517746,0.000000 -16 - - - - -Title -410.000000 -18.000000 -15.000000,8.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -12.000000 -1040 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListRecessed -440.000000 -140.000000 - - - -graphic_groupbackground -440.000000 -134.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,118.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,118.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,118.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -102.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -102.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -102.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,104.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,104.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -XuiListButton_L - - - - -XuiImagePresenter -40.000000 -40.000000 -30.000000,52.000000,0.000000 -16 - - - - -Title -400.000000 -20.000019,10.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -16.000000 -1040 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListRecessedThin -440.000000 -100.000000 - - - -graphic_groupbackground -440.000000 -100.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,84.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,84.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,84.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -68.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -68.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -68.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -XuiListButton_LThin - - - - -control_ScrollUp -22.000000 -15.000000 -381.000000,76.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -22.000000 -15.000000 -403.000000,76.000008,0.000000 -12 -XuiScrollEnd -1 - - - - -XuiImagePresenter -22.000000 -22.000000 -30.000000,33.517746,0.000000 -16 - - - - -Title -410.000000 -18.000000 -15.000000,8.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -12.000000 -1040 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListRecessedDLCThin -440.000000 -100.000000 - - - -graphic_groupbackground -440.000000 -100.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,84.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,84.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,84.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -68.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -68.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -68.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -XuiListButton_DLC_LThin - - - - -control_ScrollUp -22.000000 -15.000000 -381.000000,76.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -22.000000 -15.000000 -403.000000,76.000008,0.000000 -12 -XuiScrollEnd -1 - - - - -XuiImagePresenter -22.000000 -22.000000 -30.000000,33.517746,0.000000 -16 - - - - -Title -410.000000 -18.000000 -15.000000,8.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -12.000000 -1040 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListRecessedDLC -440.000000 -140.000000 - - - -graphic_groupbackground -440.000000 -134.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,118.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Recess_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,118.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,118.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Recess_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -102.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_R.png -48 - - - - -Mid_M -408.344818 -102.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -102.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Recess_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,104.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,104.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -XuiListButton_DLC_L - - - - -XuiImagePresenter -40.000000 -40.000000 -30.000000,52.000000,0.000000 -16 - - - - -Title -400.000000 -20.000019,10.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -16.000000 -1040 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiList -440.000000 -140.000000 - - - -graphic_groupbackground -440.000000 -140.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,124.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,124.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,124.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -108.001961 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -408.344818 -108.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -108.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,110.000000,0.000000 -6 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,110.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -XuiListButton_L - - - - -XuiImagePresenter -40.000000 -40.000000 -30.000000,60.000000,0.000000 -16 - - - - -Title -400.000000 -32.000000 -20.000019,12.000000,0.000000 -5 -0xffebebeb -0xff0f0f0f -18.000000 -1041 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiListButton_L -400.000000 -60.000000 -15 - - - -highlight_graphic -400.000000 -60.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -60.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -320.000000 -28.000000 -66.000000,16.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -20757 - - - - -XuiImagePresenter -40.000000 -40.000000 -12.000000,10.000000,0.000000 -138 -16 -48 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiListButton_LThin -400.000000 -36.000000 -15 - - - -highlight_graphic -400.000000 -36.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -36.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -346.000000 -28.000000 -46.000000,4.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -11.000000 -20757 - - - - -XuiImagePresenter -28.000000 -28.000000 -8.000000,4.000000,0.000000 -11 -16 -48 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiListButton_L_NoIcon -400.000000 -60.000000 -15 - - - -highlight_graphic -400.000000 -60.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -60.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -374.000000 -28.000000 -12.000000,16.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -20757 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiListButton_LThin_NoIcon -400.000000 -40.000000 -15 - - - -highlight_graphic -400.000000 -40.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -40.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -384.000000 -28.000000 -8.000000,6.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -11.000000 -20757 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiLayoutListButtonSmall -84.000000 -24.000000 -15 - - - -Border -88.000000 -28.000000 --2.000000,-2.000000,0.000000 -false - - -0xff0f0f80 - - - - -0xffebeb0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -highlight_graphic -84.000000 -24.000000 -false -Graphics\LayoutButton_Over.png - - - - -button_graphic -84.000000 -24.000000 -Graphics\LayoutButton_Norm.png - - - - -text_Label -84.000000 -24.000000 -0xffebebeb -0xff0f0f0f -13.000000 -21525 - - - - -XuiSoundXACT -28.000000 -38.000000 -57.000000,17.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -EndInitFocus - -stop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -0.000000 - - - -0 -false -0.000000 - - - -0 -false -0.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -0.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.750000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -1 -1.000000 -false - - - -1 -1.000000 -false - - - -1 -0.500000 -true - - - -0 -0.500000 -true - - - -1 -0.500000 -true - - - -1 -0.500000 -true - - - -text_Label -TextColor -DropShadowColor -Position - - -1 -0xffebebeb -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -0.000000,0.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffebebaf -0xff0f0f0f -0.000000,1.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffa0a0a0 -0xff0f0f0f -0.000000,0.000000,0.000000 - - - -1 -0xffa0a0a0 -0x800f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -0.000000,0.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -0.000000,0.000000,0.000000 - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiLayoutListButton -140.000000 -40.000000 -15 - - - -Border -148.000000 -48.000000 --4.000000,-4.000000,0.000000 -false - - -0xff0f0f80 - - - - -0xffebeb0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -highlight_graphic -140.000000 -40.000000 -false -Graphics\LayoutButton_Over.png - - - - -button_graphic -140.000000 -40.000000 -Graphics\LayoutButton_Norm.png - - - - -text_Label -120.000000 -28.000000 -10.000000,6.000000,0.000000 -0xffebebeb -0xff0f0f0f -16.000000 -21525 - - - - -XuiSoundXACT -28.000000 -38.000000 -57.000000,17.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -EndInitFocus - -stop - - -InitFocusDisable - - - -EndInitFocusDisable - -stop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -false -1.000000 - - - -0 -false -0.000000 - - - -0 -false -0.000000 - - - -0 -false -0.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -0.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.750000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -1 -1.000000 -false - - - -1 -1.000000 -false - - - -1 -0.500000 -true - - - -0 -0.500000 -true - - - -1 -0.500000 -true - - - -1 -0.500000 -true - - - -text_Label -TextColor -DropShadowColor -Position - - -1 -0xffebebeb -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -10.000000,6.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffebebaf -0xff0f0f0f -11.000000,7.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -1 -0xffebebeb -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffebeb0f -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffa0a0a0 -0xff0f0f0f -10.000000,6.000000,0.000000 - - - -1 -0xffa0a0a0 -0x800f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -10.000000,6.000000,0.000000 - - - -0 -0xffa0a0a0 -0x800f0f0f -10.000000,6.000000,0.000000 - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -DebugList -500.000000 -80.000000 - - - -graphic_groupbackground -500.000000 -80.000000 -15 - - - -Bot_R -16.000000 -16.000000 -484.344818,64.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -468.344818 -16.000000 -16.000000,64.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,64.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -484.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -468.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -48.001961 -484.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -468.344818 -48.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -48.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -415.000000,52.000000,0.000000 -6 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -447.000000,52.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -DebugButton - - - - -XuiImagePresenter -85.000000 -68.000000 -41.000000,45.000000,0.000000 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiMainMenuButton_List -400.000000 -50.000000 -15 - - - -highlight_graphic -400.000000 -40.000000 -15 -false -Graphics\MainMenuButton_Over.png - - - - -button_graphic -400.000000 -40.000000 -15 -Graphics\MainMenuButton_Norm.png - - - - -text_Label -380.000000 -28.000000 -10.000000,6.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -21525 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -false - - - -0 -0.000000 -false - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiLayoutListSmall -366.000000 -88.000000 - - - -graphic_groupbackground -366.000000 -88.000000 -15 - - - -Bot_R -16.000000 -16.000000 -350.344818,72.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -334.344818 -16.000000 -16.000000,72.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,72.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -350.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -334.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -56.001953 -350.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -334.344818 -56.001953 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -56.001953 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -Title -348.564850 -21.299248 -20.000000,7.000000,0.000000 -7 -false -0xffebebeb -0xff0f0f0f -18.000000 -1041 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiLayoutList -480.000000 -124.000000 - - - -graphic_groupbackground -480.000000 -124.000000 -15 - - - -Bot_R -16.000000 -16.000000 -464.344818,108.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -448.344818 -16.000000 -16.000000,108.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,108.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -464.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -448.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -92.001953 -464.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -448.344818 -92.001953 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -92.001953 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ListItem -140.000000 -40.000000 -20.000000,40.000000,0.000000 -5 -XuiLayoutListButton -1 -140.000000,40.000000,0.000000 -10.000000,0.000000,0.000000 - - - - -Title -440.000031 -32.000000 -20.000000,7.000000,0.000000 -7 -false -0xffebebeb -0xff0f0f0f -18.000000 -1041 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiListButton_DLC_LThin -400.000000 -36.000000 -15 - - - -highlight_graphic -400.000000 -36.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -36.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -352.000000 -28.000000 -10.000000,4.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -11.000000 -20757 - - - - -XuiImagePresenter -28.000000 -28.000000 -364.000000,4.000000,0.000000 -14 -16 -48 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiListButton_DLC_L -400.000000 -60.000000 -15 - - - -highlight_graphic -400.000000 -60.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -60.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -330.000000 -28.000000 -16.000000,16.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -20757 - - - - -XuiImagePresenter -40.000000 -40.000000 -348.000000,10.000000,0.000000 -142 -16 -48 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiPlayerList_NoIcon -440.000000 -148.000000 - - - -graphic_groupbackground -440.000000 -148.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,132.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,132.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,132.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -116.001953 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -408.344818 -116.001953 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -116.001953 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,114.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,114.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -XuiListButton_L_NoIcon - - - - -XuiImagePresenter -40.000000 -40.000000 -30.000000,55.000000,0.000000 -16 - - - - -Title -400.000000 -20.000019,12.000000,0.000000 -7 -true -0xff323232 -0xff0f0f0f -18.000000 -272 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiPlayerListSmall_NoIcon -440.000000 -128.000000 - - - -graphic_groupbackground -440.000000 -128.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,112.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,112.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,112.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -96.001953 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -408.344818 -96.001953 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -96.001953 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,96.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,96.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -XuiListButton_LThin_NoIcon - - - - -XuiImagePresenter -32.000000 -32.000000 -30.000000,46.000000,0.000000 -false -16 - - - - -Title -400.000000 -26.000000 -20.000019,12.000000,0.000000 -7 -true -0xff323232 -0xff0f0f0f -16.000000 -272 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiPlayerListButton_LThin -400.000000 -36.000000 -15 -true - - - -highlight_graphic -400.000000 -36.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -36.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -290.000000 -28.000000 -102.000000,4.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -11.000000 -20757 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - -IconGroup -28.000000 -28.000000 -8.000000,4.000000,0.000000 -true - - - -Icon -28.000000 -28.000000 -true -16 -Graphics\InGameInfo\MapIcon_0.png -48 - - - - - -P0 - -stop - - -P1 - -stop - - -P2 - -stop - - -P3 - -stop - - -P4 - -stop - - -P5 - -stop - - -P6 - -stop - - -P7 - -stop - - -P8 - -stop - - -P9 - -stop - - -P10 - -stop - - -P11 - -stop - - -P12 - -stop - - -P13 - -stop - - -P14 - -stop - - -P15 - -stop - - - -Icon -ImagePath - - -0 -Graphics\InGameInfo\MapIcon_0.png - - - -0 -Graphics\InGameInfo\MapIcon_1.png - - - -0 -Graphics\InGameInfo\MapIcon_2.png - - - -0 -Graphics\InGameInfo\MapIcon_3.png - - - -0 -Graphics\InGameInfo\MapIcon_4.png - - - -0 -Graphics\InGameInfo\MapIcon_5.png - - - -0 -Graphics\InGameInfo\MapIcon_6.png - - - -0 -Graphics\InGameInfo\MapIcon_7.png - - - -0 -Graphics\InGameInfo\MapIcon_8.png - - - -0 -Graphics\InGameInfo\MapIcon_9.png - - - -0 -Graphics\InGameInfo\MapIcon_10.png - - - -0 -Graphics\InGameInfo\MapIcon_11.png - - - -0 -Graphics\InGameInfo\MapIcon_12.png - - - -0 -Graphics\InGameInfo\MapIcon_13.png - - - -0 -Graphics\InGameInfo\MapIcon_14.png - - - -0 -Graphics\InGameInfo\MapIcon_15.png - - - - - - -VoiceGroup -28.000000 -28.000000 -36.000000,4.000000,0.000000 -true - - - -Icon -28.000000 -28.000000 -false -16 -48 - - - - - -Normal - -stop - - -Muted - -stop - - -Speaking - -stop - - -NotSpeaking - -stop - - - -Icon -ImagePath -Show - - -0 - -false - - - -0 -Graphics\InGameInfo\voiceMuted.png -true - - - -0 -Graphics\InGameInfo\voiceSpeaking.png -true - - - -0 -Graphics\InGameInfo\voiceNotSpeaking.png -true - - - - - - -OpsGroup -28.000000 -28.000000 -64.000000,4.000000,0.000000 -true - - - -OpsPresenter -28.000000 -28.000000 -0.000008,0.000001,0.000000 -128 -16 -2 -48 - - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiPlayerListButton_L -400.000000 -60.000000 -15 -true - - - -highlight_graphic -400.000000 -60.000000 -15 -false -Graphics\ListButton_Over.png - - - - -button_graphic -400.000000 -60.000000 -15 -Graphics\ListButton_Norm.png - - - - -text_Label -240.000000 -28.000000 -146.000000,16.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -20757 - - - - -XuiSoundXACT -99.000000 -66.000000 -101.000000,14.000000,0.000000 - - - - -IconGroup -40.000000 -40.000000 -11.999999,9.999999,0.000000 -true - - - -Icon -40.000000 -40.000000 -true -16 -Graphics\InGameInfo\MapIcon_0.png -48 - - - - - -P0 - -stop - - -P1 - -stop - - -P2 - -stop - - -P3 - -stop - - -P4 - -stop - - -P5 - -stop - - -P6 - -stop - - -P7 - -stop - - -P8 - -stop - - -P9 - -stop - - -P10 - -stop - - -P11 - -stop - - -P12 - -stop - - -P13 - -stop - - -P14 - -stop - - -P15 - -stop - - - -Icon -ImagePath - - -0 -Graphics\InGameInfo\MapIcon_0.png - - - -0 -Graphics\InGameInfo\MapIcon_1.png - - - -0 -Graphics\InGameInfo\MapIcon_2.png - - - -0 -Graphics\InGameInfo\MapIcon_3.png - - - -0 -Graphics\InGameInfo\MapIcon_4.png - - - -0 -Graphics\InGameInfo\MapIcon_5.png - - - -0 -Graphics\InGameInfo\MapIcon_6.png - - - -0 -Graphics\InGameInfo\MapIcon_7.png - - - -0 -Graphics\InGameInfo\MapIcon_8.png - - - -0 -Graphics\InGameInfo\MapIcon_9.png - - - -0 -Graphics\InGameInfo\MapIcon_10.png - - - -0 -Graphics\InGameInfo\MapIcon_11.png - - - -0 -Graphics\InGameInfo\MapIcon_12.png - - - -0 -Graphics\InGameInfo\MapIcon_13.png - - - -0 -Graphics\InGameInfo\MapIcon_14.png - - - -0 -Graphics\InGameInfo\MapIcon_15.png - - - - - - -VoiceGroup -39.999992 -40.000000 -52.000000,9.999999,0.000000 -true - - - -Icon -40.000000 -40.000000 -false -16 -48 - - - - - -Normal - -stop - - -Muted - -stop - - -Speaking - -stop - - -NotSpeaking - -stop - - - -Icon -ImagePath -Show - - -0 - -false - - - -0 -Graphics\InGameInfo\voiceMuted.png -true - - - -0 -Graphics\InGameInfo\voiceSpeaking.png -true - - - -0 -Graphics\InGameInfo\voiceNotSpeaking.png -true - - - - - - -OpsGroup -39.999992 -40.000000 -91.999992,9.999999,0.000000 -true - - - -OpsPresenter -40.000000 -40.000000 -0.000008,0.000001,0.000000 -138 -16 -2 -48 - - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -false - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -SoundBank -WaveBank -Cue - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -0 - - - - - - -0 - - - - - - -0 -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb -ButtonPress - - - -0 - - - - - - - - - -XuiPlayerListSmall -440.000000 -128.000000 - - - -graphic_groupbackground -440.000000 -128.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,112.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,112.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,112.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -96.001953 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -408.344818 -96.001953 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -96.001953 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,96.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,96.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -XuiPlayerListButton_LThin - - - - -Title -400.000000 -26.000000 -20.000019,12.000000,0.000000 -7 -true -0xff323232 -0xff0f0f0f -16.000000 -272 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiPlayerList -440.000000 -148.000000 - - - -graphic_groupbackground -440.000000 -148.000000 -15 - - - -Bot_R -16.000000 -16.000000 -424.344818,132.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -408.344818 -16.000000 -16.000000,132.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,132.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -424.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -408.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -116.001953 -424.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -408.344818 -116.001953 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -116.001953 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -32.000000 -22.000000 -355.000000,114.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -32.000000 -22.000000 -387.000000,114.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -XuiPlayerListButton_L - - - - -Title -400.000000 -20.000019,12.000000,0.000000 -7 -true -0xff323232 -0xff0f0f0f -18.000000 -272 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -graphic_groupbackground -Opacity - - -0 -1.000000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -0.500000 - - - -0 -1.000000 - - - - - - -XuiLeaderboardEntry -940.000000 -44.000000 -15 - - - -button_graphic -940.000000 -40.000000 -15 -Graphics\LeaderboardButton_Norm.png - - - - -highlight_graphic -940.000000 -40.000000 -15 -false -Graphics\LeaderboardButton_Over.png - - - - -text_Ranking -116.000000 -40.000000 -9.000000,0.000000,0.000000 -10 -0xffffffff -0xff0f0f0f -16.000000 -5141 - - - - -text_Gamertag -272.000000 -40.000000 -127.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -15 -0xffffffff -0xff0f0f0f -16.000000 -21525 -1 - - - - -text_Column1 -75.000000 -40.000000 -405.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -3 - - - - -text_Column2 -75.000000 -40.000000 -480.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -4 - - - - -text_Column3 -75.000000 -40.000000 -555.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -5 - - - - -text_Column4 -75.000000 -40.000000 -630.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -6 - - - - -text_Column5 -75.000000 -40.000000 -705.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -7 - - - - -text_Column6 -75.000000 -40.000000 -780.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -8 - - - - -text_Column7 -75.000000 -40.000000 -855.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffffffff -0xff0f0f0f -16.000000 -5141 -9 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -text_Ranking -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Gamertag -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column1 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column2 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column3 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column4 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column5 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column6 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column7 -TextColor - - -1 -0xffffffff - - - -0 -0xffffffff - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -highlight_graphic -Show -Height - - -0 -false -40.000000 - - - -0 -false -50.000000 - - - -0 -true -40.000000 - - - -0 -true -40.000000 - - - -button_graphic -Show - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -false - - - - - - -XuiListLeaderboard -980.000000 -120.000000 - - - -graphic_groupbackground -980.000000 -150.000000 -15 - - - -Bot_R -16.000000 -16.000000 -964.344849,134.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -948.344849 -16.000000 -16.000000,134.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,134.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -964.344849,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -948.344849 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -118.001961 -964.344849,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -948.344849 -118.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -118.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollDown -32.000000 -22.000000 -928.000000,118.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ScrollUp -32.000000 -22.000000 -896.000000,118.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ListItem -940.000000 -44.000000 -20.000032,71.000000,0.000000 -15 -XuiLeaderboardEntry -22594 - - - - -XuiLabel_Rank -116.000000 -22.000000 -29.000000,26.000000,0.000000 -10 -false -XuiLabelDarkCentred - - - - -XuiLabel_Gamertag -272.000000 -22.000000 -147.000000,26.000000,0.000000 -15 -false -XuiLabelDarkCentred - - - - -XuiHSlot1 -46.000000 -46.000000 -439.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - -XuiHSlot2 -46.000000 -46.000000 -514.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - -XuiHSlot3 -46.000000 -46.000000 -589.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - -XuiHSlot4 -46.000000 -46.000000 -664.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - -XuiHSlot5 -46.000000 -46.000000 -739.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - -XuiHSlot6 -46.000000 -46.000000 -814.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - -XuiHSlot7 -46.000000 -46.000000 -889.500000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiLeaderboardEntrySmall -540.000000 -22.000000 -15 - - - -button_graphic -540.000000 -20.000000 -15 -Graphics\LeaderboardButton_Norm.png - - - - -highlight_graphic -540.000000 -20.000000 -15 -false -Graphics\LeaderboardButton_Over.png - - - - -text_Ranking -52.000000 -20.000000 -4.000000,0.000000,0.000000 -11 -0xffebebeb -0xff0f0f0f -8.000000 -5140 - - - - -text_Gamertag -186.000000 -20.000000 -58.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -15 -0xffebebeb -0xff0f0f0f -8.000000 -21524 -1 - - - - -text_Column1 -40.000000 -20.000000 -246.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -3 - - - - -text_Column2 -40.000000 -20.000000 -288.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -4 - - - - -text_Column3 -40.000000 -20.000000 -330.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -5 - - - - -text_Column4 -40.000000 -20.000000 -372.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -6 - - - - -text_Column5 -40.000000 -20.000000 -414.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -7 - - - - -text_Column6 -40.000000 -20.000000 -456.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -8 - - - - -text_Column7 -40.000000 -20.000000 -498.000000,0.000000,0.000000 -0.000000,-0.000000,0.000000,0.999999 -14 -0xffebebeb -0xff0f0f0f -8.000000 -5140 -9 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - -text_Ranking -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Gamertag -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column1 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column2 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column3 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column4 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column5 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column6 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -text_Column7 -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebcc0f - - - -0 -0xffebcc0f - - - -highlight_graphic -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -button_graphic -Show - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -false - - - - - - -XuiListLeaderboardSmall -560.000000 -100.000000 - - - -graphic_groupbackground -560.000000 -100.000000 -15 - - - -Bot_R -16.000000 -16.000000 -544.344849,84.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -528.344849 -16.000000 -16.000000,84.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,84.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -544.344849,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -528.344849 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -68.001961 -544.344849,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -528.344849 -68.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -68.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - -control_ScrollUp -22.000000 -15.000000 -506.000000,76.000000,0.000000 -12 -XuiScrollEndUp - - - - -control_ScrollDown -22.000000 -15.000000 -528.000000,76.000008,0.000000 -12 -XuiScrollEnd -1 - - - - -control_ListItem -540.000000 -22.000000 -10.000000,52.000000,0.000000 -15 -XuiLeaderboardEntrySmall -22594 -0.000000,2.000000,0.000000 - - - - -XuiLabel_Rank -20.000000 -10.000000,21.000000,0.000000 -2 -false -XuiLabelDarkCentredSmall - - - - -XuiLabel_Gamertag -186.000000 -20.000000 -68.000000,21.000000,0.000000 -2 -false -XuiLabelDarkCentredSmall - - - - -XuiHSlot1 -32.000000 -32.000000 -260.000000,15.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - -XuiHSlot2 -32.000000 -32.000000 -301.999969,15.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - -XuiHSlot3 -32.000000 -32.000000 -343.999969,15.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - -XuiHSlot4 -32.000000 -32.000000 -385.999939,15.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - -XuiHSlot5 -32.000000 -32.000000 -427.999939,15.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - -XuiHSlot6 -32.000000 -32.000000 -469.999939,15.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - -XuiHSlot7 -32.000000 -32.000000 -512.000000,16.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemButton32 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButtonRed72 -72.000000 -72.000000 - - - -Box -72.000000 -72.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -BoxRed -72.000000 -72.000000 -15 -false -4 -Graphics\IconHolderRed.png -48 - - - - -image -65.000000 -65.000000 -4.000000,4.000000,0.000000 -207 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -64.000000 -64.000000 -4.000000,4.000000,0.000000 -0.000000 -207 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - -text_name -191.041656 -27.000000 -12.000000,-12.000000,1.000000 -3 -false -0xffebebeb -0xdc0f0f0f -18.000000 -273 -2 - - - - -Exclaim -16.000000 -16.000000 -2.000000,2.000000,0.000000 -3 -false -Graphics\Warning.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - -text_name -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -false - - - -0 -false - - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -false - - - - - - -ItemButtonRedSmall -38.000000 -38.000000 - - - -Box -38.000000 -38.000000 -15 -4 -Graphics\IconHolder_Small.png -48 - - - - -BoxRed -38.000000 -38.000000 -15 -false -4 -Graphics\IconHolderRed_Small.png -48 - - - - -image -34.000000 -34.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -34.000000 -34.000000 -2.000000,2.000000,0.000000 -0.000000 -207 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - -text_name -321.000000 -34.000000 -42.000000,2.000000,1.000000 -15 -false -0xff323232 -0xdc0f0f0f -12.000000 -4368 -2 - - - - -Exclaim -16.000000 -16.000000 -1.000000,1.000000,0.000000 -3 -false -Graphics\Warning.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemButtonRed -42.000000 -42.000000 - - - -Box -42.000000 -42.000000 -15 -4 -Graphics\IconHolder.png - - - - -BoxRed -42.000000 -42.000000 -15 -false -4 -Graphics\IconHolderRed.png -48 - - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -38.000000 -38.000000 -2.000000,2.000000,0.000000 -0.000000 -207 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - -text_name -320.000000 -42.000000 -42.000000,0.000000,1.000000 -15 -false -0xff3c3c3c -0xdc0f0f0f -4368 -2 - - - - -Exclaim -16.000000 -16.000000 -2.000000,2.000000,0.000000 -3 -false -Graphics\Warning.png - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemGridVerticalSmall -32.000000 -32.000000 - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButton22 -22.000000 -22.000000 - - - -Box -22.000000 -22.000000 -15 -4 -Graphics\IconHolder_Small.png -48 - - - - -image -20.000000 -20.000000 -1.000000,1.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -20.000000 -20.000000 -1.000000,1.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemButton24 -24.000000 -24.000000 - - - -Box -24.000000 -24.000000 -15 -4 -Graphics\IconHolder_Small.png -48 - - - - -image -22.000000 -22.000000 -1.000000,1.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -22.000000 -22.000000 -1.000000,1.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemButton26 -26.000000 -26.000000 - - - -Box -26.000000 -26.000000 -15 -4 -Graphics\IconHolder_Small.png -48 - - - - -image -22.000000 -22.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -24.000000 -24.000000 -1.000000,1.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemButton32 -32.000000 -32.000000 - - - -Box -32.000000 -32.000000 -15 -4 -Graphics\IconHolder_Small.png -48 - - - - -image -28.000000 -28.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -28.000000 -28.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemButton54 -54.000000 -54.000000 - - - -Box -54.000000 -54.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -image -48.000000 -48.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -48.000000 -48.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemGridVertical22 -22.000000 -22.000000 - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemGridVertical24 -24.000000 -24.000000 - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemGridVertical54 -54.000000 -54.000000 - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemGridVertical26 -26.000000 -26.000000 - - - -control_ListItem -26.000000 -26.000000 -7 -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemGridVertical32 -32.000000 -32.000000 - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemGridVertical -60.000000 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButton -42.000000 -42.000000 - - - -Box -42.000000 -42.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -38.000000 -38.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemPointer -42.000000 -42.000000 - - - -item_image -42.000000 -42.000000 -5.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -pointer_image -42.000000 -42.000000 -15 -2 -Graphics\Pointer.png -48 - - - - -text_panel -32.000000 -32.000000 -24.000000,-12.000000,0.000000 -15 -PointerTextPanel - - - - -text_name -22.000000 -21.000000 -28.000000,-7.000000,0.000000 -33 - - - - -text_measurer -240.000000 -40.000000 --16.435925,-75.812302,0.000000 -false -0xff0f0f0f -0x800f0f0f -1041 - - - - - -PointerTextPanel -32.000000 -32.000000 - - - -graphic_groupbackground -32.000000 -32.000000 -15 - - - -Bot_R -8.000000 -8.000000 -24.000000,24.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -16.000000 -8.000000 -8.000000,24.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,24.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -24.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -16.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -16.000000 -24.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -16.000000 -16.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -16.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - - -ItemPointerSmall -26.000000 -26.000000 - - - -item_image -26.000000 -26.000000 -7.000000,3.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -pointer_image -26.000000 -26.000000 -15 -2 -Graphics\Pointer.png -48 - - - - -text_panel -32.000000 -32.000000 -24.000000,-12.000000,0.000000 -15 -PointerTextPanel - - - - -text_name -22.000000 -21.000000 -28.000000,-7.000000,0.000000 -33 - - - - -text_measurer -240.000000 -40.000000 --16.435925,-75.812302,0.000000 -false -0xff0f0f0f -0x800f0f0f -12.000000 -1041 - - - - - -ItemGridVertical64 -64.000000 -64.000000 - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButton64 -64.000000 -64.000000 - - - -Box -64.000000 -64.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -image -58.000000 -58.000000 -3.000000,3.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -58.000000 -58.000000 -3.000000,3.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemIconBlankSmall -22.000000 -22.000000 - - - -image -22.000000 -22.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - - - - -ItemIconBlank -42.000000 -42.000000 - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - - - - -ItemIcon -64.000000 -64.000000 - - - -Box -64.000000 -64.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -image -58.000000 -58.000000 -3.000000,3.000000,0.000000 -15 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - - - - -BeaconButton -44.000000 -44.000000 -15 - - - -Button -44.000000 -44.000000 -Graphics\Beacon_Button_Normal.png - - - - -Icon -36.000000 -36.000000 -4.000000,4.000000,0.000000 -15 -true - - - -Icon -36.000000 -36.000000 -false -16 -48 - - - - - -Normal - -stop - - -Tick - -stop - - -Cross - -stop - - -Blindness - -stop - - -Fire_Resistance - -stop - - -Haste - -stop - - -Hunger - -stop - - -Invisibility - -stop - - -Jump_Boost - -stop - - -Mining_Fatigue - -stop - - -Nausea - -stop - - -Night_Vision - -stop - - -Poison - -stop - - -Regeneration - -stop - - -Resistance - -stop - - -Slowness - -stop - - -Speed - -stop - - -Strength - -stop - - -Water_Breathing - -stop - - -Weakness - -stop - - -Wither - -stop - - -HealthBoost - -stop - - -Absorption - -stop - - - -Icon -Show -ImagePath - - -0 -false - - - - -0 -true -Graphics\Beacon_Button_Tick.png - - - -0 -true - - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Blindness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Fire_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Haste.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Hunger.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Invisibility.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Jump_Boost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Mining_Fatigue.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Nausea.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Night_Vision.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Poison.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Regeneration.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Slowness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Speed.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Strength.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Water_Breathing.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Weakness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Wither.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - - - - - -Normal - -stop - - -Pressed - -stop - - -Disabled - -stop - - -Hover - -stop - - - -Button -ImagePath - - -0 -Graphics\Beacon_Button_Normal.png - - - -0 -Graphics\Beacon_Button_Pressed.png - - - -0 -Graphics\Beacon_Button_Disabled.png - - - -0 -Graphics\Beacon_Button_Hover.png - - - - - - -BeaconButtonSmall -22.000000 -22.000000 -15 - - - -Button -22.000000 -22.000000 -8 -Graphics\Beacon_Button_Normal.png - - - - -Icon -18.000000 -18.000000 -2.000000,2.000000,0.000000 -15 -true - - - -Icon -18.000000 -18.000000 -false -16 -48 - - - - - -Normal - -stop - - -Tick - -stop - - -Cross - -stop - - -Blindness - -stop - - -Fire_Resistance - -stop - - -Haste - -stop - - -Hunger - -stop - - -Invisibility - -stop - - -Jump_Boost - -stop - - -Mining_Fatigue - -stop - - -Nausea - -stop - - -Night_Vision - -stop - - -Poison - -stop - - -Regeneration - -stop - - -Resistance - -stop - - -Slowness - -stop - - -Speed - -stop - - -Strength - -stop - - -Water_Breathing - -stop - - -Weakness - -stop - - -Wither - -stop - - -HealthBoost - -stop - - -Absorption - -stop - - - -Icon -Show -ImagePath - - -0 -false - - - - -0 -true -Graphics\Beacon_Button_Tick.png - - - -0 -true - - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Blindness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Fire_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Haste.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Hunger.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Invisibility.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Jump_Boost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Mining_Fatigue.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Nausea.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Night_Vision.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Poison.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Regeneration.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Slowness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Speed.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Strength.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Water_Breathing.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Weakness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Wither.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - - - - - -Normal - -stop - - -Pressed - -stop - - -Disabled - -stop - - -Hover - -stop - - - -Button -ImagePath -SizeMode - - -0 -Graphics\Beacon_Button_Normal.png -8 - - - -0 -Graphics\Beacon_Button_Pressed.png -4 - - - -0 -Graphics\Beacon_Button_Disabled.png -8 - - - -0 -Graphics\Beacon_Button_Hover.png -8 - - - - - - -ItemGridHorseArmor -42.000000 -42.000000 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonHorseArmor -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButtonHorseArmor -42.000000 -42.000000 - - - -Box -42.000000 -42.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -Icon -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -16 -Graphics\Horse_Armor_Slot.png -48 - - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -38.000000 -38.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemGridHorseSaddle -42.000000 -42.000000 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonHorseSaddle -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButtonHorseSaddle -42.000000 -42.000000 - - - -Box -42.000000 -42.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -Icon -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -16 -Graphics\Horse_Saddle_Slot.png -48 - - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -38.000000 -38.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -HorsePanel -283.000000 -36.000000 - - - -graphic_Middle -282.000000 -35.000000 -15 - - -0xff646464 - - - - -0xff0f0f0f - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - -graphic_BottomEdge -283.000000 -2.000000 -0.000000,34.000000,0.000000 -13 - - -0xffebebeb - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119690,0.000000,0,242.119690,0.000000,242.119690,0.000000,242.119690,2.000000,0,242.119690,2.000000,242.119690,2.000000,0.000000,2.000000,0,0.000000,2.000000,0.000000,2.000000,0.000000,0.000000,0, - - - - -graphic_CapLeft -2.000000 -36.000000 -11 - - -0xff646464 - - - - -0xff373737 - - -true -4 -0xff7d7d7d -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.086275 -0.466667 -0.494118 -0.682353 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,3.000000,0.000000,0,3.000000,0.000000,3.000000,0.000000,3.000000,35.000000,0,3.000000,35.000000,3.000000,35.000000,0.000000,35.000000,0,0.000000,35.000000,0.000000,35.000000,0.000000,0.000000,0, - - - - -graphic_CapRight -2.000000 -35.000000 -281.000000,0.000000,0.000000 -14 - - -0xff646464 - - - - -0xffebebeb - - -true -4 -0xff7d7d7d -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.086275 -0.466667 -0.494118 -0.682353 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,3.000000,0.000000,0,3.000000,0.000000,3.000000,0.000000,3.000000,35.000000,0,3.000000,35.000000,3.000000,35.000000,0.000000,35.000000,0,0.000000,35.000000,0.000000,35.000000,0.000000,0.000000,0, - - - - -graphic_TopEdge -283.000000 -2.000000 -7 - - -0xff373737 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119720,0.000000,0,242.119720,0.000000,242.119720,0.000000,242.119720,2.000000,0,242.119720,2.000000,242.119720,2.000000,0.000000,2.000000,0,0.000000,2.000000,0.000000,2.000000,0.000000,0.000000,0, - - - - -HorseControl -283.000000 -36.000000 -15 -CXuiCtrlMinecraftHorse - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Middle -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Fill.Gradient.StopPos - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.592157 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.592157 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -0.592157 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.592157 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.592157 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.592157 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.592157 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.592157 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -1 -0.490196 -0xff8cb48c -0xff8cb48c -0xff8ca08c -0xff649664 -0xff8cb48c -0.376471 - - - -2 -0 -0 -50 -0.490196 -0xff8cb48c -0xff8cb48c -0xff8ca08c -0xff649664 -0xff8cb48c -0.376471 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.592157 - - - -graphic_BottomEdge -Fill.FillColor - - -1 -0xffebebeb - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -1 -0xffb4b4b4 - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xff0f0f0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -graphic_TopEdge -Fill.FillColor - - -1 -0xff373737 - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -1 -0xffb4b4b4 - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xffebebeb - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -graphic_CapLeft -Fill.FillColor - - -1 -0xff373737 - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -graphic_CapRight -Fill.FillColor - - -1 -0xffebebeb - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - - - - -HtmlItemDescriptionSmall -32.000000 -32.000000 - - - -text_panel -32.000000 -32.000000 -15 -PointerTextPanel - - - - -text_name -22.000000 -21.000000 -4.000000,5.000000,0.000000 -15 - - - - -text_measurer -240.000000 -40.000000 --16.435925,-75.812302,0.000000 -false -0xff0f0f0f -0x800f0f0f -12.000000 -1041 - - - - - -HtmlItemDescription -32.000000 -32.000000 - - - -text_panel -32.000000 -32.000000 -15 -PointerTextPanel - - - - -text_name -22.000000 -21.000000 -4.000000,5.000000,0.000000 -15 - - - - -text_measurer -240.000000 -40.000000 --16.435925,-75.812302,0.000000 -false -0xff0f0f0f -0x800f0f0f -1041 - - - - - -InventoryArmourBackground -42.000000 -168.000000 - - - -FeetBox -42.000000 -42.000000 -0.000107,126.000000,0.000000 -4 -Graphics\IconHolder.png - - - - -LegsBox -42.000000 -42.000000 -0.000107,84.000000,0.000000 -4 -Graphics\IconHolder.png - - - - -BodyBox -42.000000 -42.000000 -0.000107,42.000004,0.000000 -4 -Graphics\IconHolder.png - - - - -HeadBox -42.000000 -42.000000 -0.000107,0.000004,0.000000 -4 -Graphics\IconHolder.png - - - - -FeetIcon -38.000000 -38.000000 -2.000000,128.000000,0.000000 -4 -Graphics\Armour_Slot_Feet.png -48 - - - - -LegsIcon -38.000000 -38.000000 -2.000000,86.000000,0.000000 -4 -Graphics\Armour_Slot_Legs.png -48 - - - - -BodyIcon -38.000000 -38.000000 -2.000000,44.000000,0.000000 -4 -Graphics\Armour_Slot_Body.png -48 - - - - -HeadIcon -38.000000 -38.000000 -2.000000,2.000000,0.000000 -4 -Graphics\Armour_Slot_Head.png -48 - - - - - -InventoryArmourBackgroundSmall -26.000000 -104.000000 - - - -FeetBox -26.000000 -26.000000 -0.000107,78.000000,0.000000 -4 -Graphics\IconHolder_Small.png - - - - -LegsBox -26.000000 -26.000000 -0.000107,52.000000,0.000000 -4 -Graphics\IconHolder_Small.png - - - - -BodyBox -26.000000 -26.000000 -0.000107,26.000004,0.000000 -4 -Graphics\IconHolder_Small.png - - - - -HeadBox -26.000000 -26.000000 -0.000107,0.000004,0.000000 -4 -Graphics\IconHolder_Small.png - - - - -FeetIcon -26.000000 -26.000000 -0.000000,78.000000,0.000000 -4 -Graphics\Armour_Slot_Feet.png -48 - - - - -LegsIcon -26.000000 -26.000000 -0.000000,52.000000,0.000000 -4 -Graphics\Armour_Slot_Legs.png -48 - - - - -BodyIcon -26.000000 -26.000000 -0.000000,26.000000,0.000000 -4 -Graphics\Armour_Slot_Body.png -48 - - - - -HeadIcon -26.000000 -26.000000 -4 -Graphics\Armour_Slot_Head.png -48 - - - - - -MobEffect -260.000000 -58.000000 -15 - - - -graphic_groupbackground -260.000000 -58.000000 -15 - - - -Bot_R -8.000000 -8.000000 -252.000000,50.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -244.000000 -8.000000 -8.000000,50.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,50.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -252.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -244.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -42.000000 -252.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -244.000000 -42.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -42.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - -Icon -36.000000 -36.000000 -7.000000,10.000000,0.000000 -false -16 -48 - - - - -EffectName -204.000000 -22.000000 -47.000000,5.000000,0.000000 -4 -0xffebebeb -0xff606060 -17 -1 - - - - -EffectDuration -204.000000 -22.000000 -47.000000,27.000000,0.000000 -4 -0xffa0a0a0 -0xff0f0f0f -17 -2 - - - - - -Normal - -stop - - -Blindness - -stop - - -Fire_Resistance - -stop - - -Haste - -stop - - -Hunger - -stop - - -Invisibility - -stop - - -Jump_Boost - -stop - - -Mining_Fatigue - -stop - - -Nausea - -stop - - -Night_Vision - -stop - - -Poison - -stop - - -Regeneration - -stop - - -Resistance - -stop - - -Slowness - -stop - - -Speed - -stop - - -Strength - -stop - - -Water_Breathing - -stop - - -Weakness - -stop - - -Wither - -stop - - -HealthBoost - -stop - - -Absorption - -stop - - - -Icon -Show -ImagePath - - -0 -false - - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Blindness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Fire_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Haste.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Hunger.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Invisibility.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Jump_Boost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Mining_Fatigue.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Nausea.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Night_Vision.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Poison.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Regeneration.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Slowness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Speed.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Strength.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Water_Breathing.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Weakness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Wither.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - - - - -MobEffect_Small -160.000000 -36.000000 -15 - - - -graphic_groupbackground -160.000000 -36.000000 -15 - - - -Bot_R -8.000000 -8.000000 -152.000000,28.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -144.000000 -8.000000 -8.000000,28.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,28.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -152.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -144.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -20.000000 -152.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -144.000000 -20.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -20.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - -Icon -18.000000 -18.000000 -6.000000,8.000000,0.000000 -false -16 -48 - - - - -EffectName -125.000000 -20.000000 -27.000000,1.000000,0.000000 -4 -0xffebebeb -0xff606060 -12.000000 -17 -1 - - - - -EffectDuration -125.000000 -20.000000 -27.000000,15.000000,0.000000 -4 -0xffa0a0a0 -0xff0f0f0f -12.000000 -17 -2 - - - - - -Normal - -stop - - -Blindness - -stop - - -Fire_Resistance - -stop - - -Haste - -stop - - -Hunger - -stop - - -Invisibility - -stop - - -Jump_Boost - -stop - - -Mining_Fatigue - -stop - - -Nausea - -stop - - -Night_Vision - -stop - - -Poison - -stop - - -Regeneration - -stop - - -Resistance - -stop - - -Slowness - -stop - - -Speed - -stop - - -Strength - -stop - - -Water_Breathing - -stop - - -Weakness - -stop - - -Wither - -stop - - -HealthBoost - -stop - - -Absorption - -stop - - - -Icon -Show -ImagePath - - -0 -false - - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Blindness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Fire_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Haste.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Hunger.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Invisibility.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Jump_Boost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Mining_Fatigue.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Nausea.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Night_Vision.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Poison.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Regeneration.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Resistance.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Slowness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Speed.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Strength.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Water_Breathing.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Weakness.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_Wither.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - -0 -true -Graphics\PotionEffect\Potion_Effect_Icon_HealthBoost.png - - - - - - -CharacterPanel -283.000000 -36.000000 - - - -graphic_Middle -282.000000 -35.000000 -15 - - -0xff646464 - - - - -0xff0f0f0f - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - -graphic_BottomEdge -283.000000 -2.000000 -0.000000,34.000000,0.000000 -13 - - -0xffebebeb - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119690,0.000000,0,242.119690,0.000000,242.119690,0.000000,242.119690,2.000000,0,242.119690,2.000000,242.119690,2.000000,0.000000,2.000000,0,0.000000,2.000000,0.000000,2.000000,0.000000,0.000000,0, - - - - -graphic_CapLeft -2.000000 -36.000000 -11 - - -0xff646464 - - - - -0xff373737 - - -true -4 -0xff7d7d7d -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.086275 -0.466667 -0.494118 -0.682353 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,3.000000,0.000000,0,3.000000,0.000000,3.000000,0.000000,3.000000,35.000000,0,3.000000,35.000000,3.000000,35.000000,0.000000,35.000000,0,0.000000,35.000000,0.000000,35.000000,0.000000,0.000000,0, - - - - -graphic_CapRight -2.000000 -35.000000 -281.000000,0.000000,0.000000 -14 - - -0xff646464 - - - - -0xffebebeb - - -true -4 -0xff7d7d7d -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.086275 -0.466667 -0.494118 -0.682353 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,3.000000,0.000000,0,3.000000,0.000000,3.000000,0.000000,3.000000,35.000000,0,3.000000,35.000000,3.000000,35.000000,0.000000,35.000000,0,0.000000,35.000000,0.000000,35.000000,0.000000,0.000000,0, - - - - -graphic_TopEdge -283.000000 -2.000000 -7 - - -0xff373737 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119720,0.000000,0,242.119720,0.000000,242.119720,0.000000,242.119720,2.000000,0,242.119720,2.000000,242.119720,2.000000,0.000000,2.000000,0,0.000000,2.000000,0.000000,2.000000,0.000000,0.000000,0, - - - - -PlayerControl -283.000000 -36.000000 -15 -CXuiCtrlMinecraftPlayer - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Middle -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Fill.Gradient.StopPos - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.592157 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.592157 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -0.592157 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.592157 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.592157 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.592157 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.592157 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.592157 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -1 -0.490196 -0xff8cb48c -0xff8cb48c -0xff8ca08c -0xff649664 -0xff8cb48c -0.376471 - - - -2 -0 -0 -50 -0.490196 -0xff8cb48c -0xff8cb48c -0xff8ca08c -0xff649664 -0xff8cb48c -0.376471 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.592157 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.592157 - - - -graphic_BottomEdge -Fill.FillColor - - -1 -0xffebebeb - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -1 -0xffb4b4b4 - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xff0f0f0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -graphic_TopEdge -Fill.FillColor - - -1 -0xff373737 - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -1 -0xffb4b4b4 - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xffebebeb - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -graphic_CapLeft -Fill.FillColor - - -1 -0xff373737 - - - -0 -0xffebebeb - - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -graphic_CapRight -Fill.FillColor - - -1 -0xffebebeb - - - -0 -0xff0f0f0f - - - -1 -0xff0f0f0f - - - -0 -0xff0f0f0f - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebebeb - - - - - - -ArrowProgressState -72.000000 -48.000000 - - - -control_for_data_binding_only -155.000000 -23.000000 -8.000000,85.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - -ProgressBody -72.000000 -48.000000 -15 - - - -ArrowOff -72.000000 -48.000000 -Graphics\Arrow_Off.png - - - - -ArrowOn -0.000000 -48.000000 -false -Graphics\Arrow_On.png - - - - -ArrowOn -Anchor -Width -Show - - -0 -0 -0.000000 -false - - - -0 -0 -2.400000 -true - - - -0 -8 -72.000000 -true - - - - - - - -Normal - - - -EndNormal - - - - - - - -FlameProgressState -48.000000 -48.000000 - - - -ProgressBody -48.000000 -48.000000 -207 - - - -FlameOff -48.000000 -48.000000 -Graphics\Flame_Off.png - - - - -FlameOn -48.000000 -0.000000 -48.000000,48.000000,0.000000 -0.000000,-0.000000,-1.000000,0.000000 -false -Graphics\Flame_On.png - - - - -FlameOn -Height -Anchor -Show - - -0 -0.000000 -0 -false - - - -0 -1.600000 -0 -true - - - -0 -48.000000 -8 -true - - - - - - -control_for_data_binding_only -155.000000 -23.000000 -15.000001,80.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - - -Normal - - - -EndNormal - - - - - - - -ItemGridArmour -60.000000 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButtonArmour -42.000000 -42.000000 - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -38.000000 -38.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -CraftingProgressArrowSmall -32.000000 -32.000000 - - - -ProgressBody -32.000000 -32.000000 -15 - - - -Arrow_Off -32.000000 -32.000000 -Graphics\Arrow_Small_Off.png - - - - -Arrow_On -32.000000 -32.000000 -1 -false -Graphics\Arrow_Small_On.png - - - - -Arrow_On -Show -Width - - -0 -false -32.000000 - - - -0 -true -0.000000 - - - -0 -true -32.000000 - - - -0 -false -32.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -FlameProgressStateSmall -32.000000 -32.000000 - - - -ProgressBody -32.000000 -32.000000 -207 - - - -FlameOff -32.000000 -32.000000 -4 -Graphics\Flame_Off_Small.png - - - - -FlameOn -32.000000 -0.000000 -32.000000,32.000000,0.000000 -0.000000,-0.000000,-1.000000,0.000000 -false -Graphics\Flame_On_Small.png - - - - -FlameOn -Height -Anchor -Show - - -0 -0.000000 -0 -false - - - -0 -1.600000 -0 -true - - - -0 -32.000000 -8 -true - - - - - - -control_for_data_binding_only -155.000000 -23.000000 -15.000001,80.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - - -Normal - - - -EndNormal - - - - - - - -ItemButtonArmour26 -26.000000 -26.000000 - - - -image -24.000000 -24.000000 -1.000000,1.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -24.000000 -24.000000 -1.000000,1.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemGridArmour26 -26.000000 -26.000000 - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ArrowProgressStateSmall -32.000000 -32.000000 - - - -control_for_data_binding_only -155.000000 -23.000000 -8.000000,85.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - -ProgressBody -32.000000 -32.000000 -15 - - - -ArrowOff -32.000000 -32.000000 -Graphics\Arrow_Small_Off.png - - - - -ArrowOn -0.000000 -32.000000 -false -Graphics\Arrow_Small_On.png - - - - -ArrowOn -Anchor -Width -Show - - -0 -0 -0.000000 -false - - - -0 -0 -2.400000 -true - - - -0 -8 -32.000000 -true - - - - - - - -Normal - - - -EndNormal - -stop - - - - - - -EnchantmentButton -240.000000 -42.000000 -15 - - - -button_graphic_disabled -240.000000 -42.000000 -15 -false -Graphics\EnchantmentButtonEmpty.png -48 - - - - -button_graphic -240.000000 -42.000000 -15 -Graphics\EnchantmentButtonActive.png -48 - - - - -button_graphic_selected -240.000000 -42.000000 -15 -false -Graphics\EnchantmentButtonActive.png -48 - - - - -EnchantText -218.000000 -32.000000 -6.000000,5.000000,0.000000 -CXuiCtrlEnchantmentButtonText - - - - -text_Label -40.000000 -26.000000 -194.000000,16.000000,0.000000 -15 -0xff80eb20 -0xff0f0f0f -16.000000 -21013 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - - -text_Label -TextColor - - -1 -0xff80eb20 - - - -1 -0xffc6110f - - - -1 -0xffc6110f - - - -1 -0xffc6110f - - - -button_graphic -Show - - -0 -true - - - -0 -true - - - -0 -false - - - -button_graphic_selected -Show -ImagePath - - -0 -false -Graphics\EnchantmentButtonActive.png - - - -0 -false -Graphics\EnchantmentButtonActive.png - - - -0 -true -Graphics\EnchantmentButtonSelected.png - - - -0 -true -Graphics\EnchantmentButtonSelected.png - - - -0 -false -Graphics\EnchantmentButtonSelected.png - - - -button_graphic_disabled -Show - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -true - - - - - - -EnchantmentButton_Small -140.000000 -15 - - - -button_graphic_disabled -140.000000 -15 -false -Graphics\EnchantmentButtonEmpty_small.png -48 - - - - -button_graphic -140.000000 -15 -Graphics\EnchantmentButtonActive_small.png -48 - - - - -button_graphic_selected -140.000000 -15 -false -Graphics\EnchantmentButtonSelected_small.png -48 - - - - -EnchantText -132.000000 -24.000000 -3.000000,3.000000,0.000000 -CXuiCtrlEnchantmentButtonText - - - - -text_Label -30.000000 -18.000000 -106.000000,12.000000,0.000000 -15 -0xff80eb20 -0xff0f0f0f -12.000000 -21013 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -EndFocusDisable - -stop - - - -button_graphic_disabled -Show - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -true - - - -button_graphic -Show - - -0 -true - - - -0 -true - - - -0 -false - - - -button_graphic_selected -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - -text_Label -TextColor - - -1 -0xff80eb20 - - - -1 -0xffc6110f - - - -0 -0xffc6110f - - - -0 -0xffc6110f - - - - - - -ItemGridEnchant -42.000000 -42.000000 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButtonEnchant -42.000000 -42.000000 - - - -Box -42.000000 -42.000000 -15 -4 -Graphics\IconHolder.png -48 - - - - -Icon -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -2 -Graphics\Enchant_Slot.png -48 - - - - -image -38.000000 -38.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -38.000000 -38.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemGridEnchant32 -32.000000 -32.000000 - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemButtonEnchant32 -32.000000 -32.000000 - - - -Box -32.000000 -32.000000 -15 -4 -Graphics\IconHolder_Small.png -48 - - - - -Icon -28.000000 -28.000000 -2.000000,2.000000,0.000000 -15 -2 -Graphics\Enchant_Slot_Small.png -48 - - - - -image -28.000000 -28.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -28.000000 -28.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemButtonBrewing -52.000000 -52.000000 - - - -image -48.000000 -48.000000 -2.000000,2.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -graphic_Highlight -48.000000 -48.000000 -2.000000,2.000000,0.000000 -0.000000 -15 - - -0xff646464 - - - - -0xb4ebebeb - - -4 -0xff828282 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0.000000 -0.592157 -0.627451 -1.000000 - - -90.000000 - - -true -4,0.000000,0.000000,0.000000,0.000000,242.119705,0.000000,1,242.119705,0.000000,242.119705,0.000000,242.119705,31.004648,1,242.119705,31.004648,242.119705,31.004648,0.000000,31.006342,1,0.000000,31.006342,0.000000,31.006342,0.000000,0.000000,1, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -graphic_Highlight -Fill.Gradient.StopPos -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Fill.Gradient.StopColor -Stroke.StrokeColor -Fill.Gradient.StopColor -Opacity - - -1 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -0.000000 - - - -0 -0.627451 -0xff828282 -0xffd2d2d2 -0xffebebeb -0xff646464 -0xffb4b4b4 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -0 -0.619608 -0xff829682 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff96c896 -1.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -1.000000 - - - -1 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.627451 -0xffb4b4b4 -0xffd2d2d2 -0xffebebeb -0xffb4b4b4 -0xffc8c8c8 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -0 -0.619608 -0xff8cb48c -0xffc3cdc3 -0xffdaebda -0xff648464 -0xff91b18c -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff647264 -0xffaaafa0 -0.000000 - - - -2 -0 -0 -50 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff648264 -0xffc8d2c8 -0xffc8ebc8 -0xff649664 -0xff78b478 -0.000000 - - - -0 -0.619608 -0xff8c968c -0xffbec8be -0xffebebeb -0xff649664 -0xffaaafa0 -0.000000 - - - - - - -ItemGridBrewing36 -36.000000 -36.000000 - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -ItemGridBrewing -52.000000 -52.000000 - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -KillFocus - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -BrewingBackground_Small -128.000000 -108.000000 - - - -Image -128.000000 -108.000000 -Graphics\BrewingStand_small.png -48 - - - - - -BrewingBackground -192.000000 -192.000000 - - - -BrewingStand -192.000000 -192.000000 -15 -Graphics\BrewingStand.png -48 - - - - - -BrewingBubblesProgressState -36.000000 -84.000000 - - - -ProgressBody -36.000000 -84.000000 -207 - - - -BubbleOff -36.000000 -84.000000 -Graphics\BrewingBubbles_Off.png - - - - -BubbleOn -36.000000 -0.000000 -36.000000,84.000000,0.000000 -0.000000,0.000000,-1.000000,0.000000 -false -Graphics\BrewingBubbles_On.png - - - - -BubbleOn -Height -Anchor -Show - - -0 -0.000000 -0 -false - - - -0 -0.000000 -0 -true - - - -0 -84.000000 -8 -true - - - - - - -control_for_data_binding_only -155.000000 -23.000000 -15.000001,80.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - - -Normal - - - -EndNormal - - - - - - - -BrewingBubblesProgressStateSmall -24.000000 -56.000000 - - - -ProgressBody -24.000000 -56.000000 -207 - - - -BubbleOff -36.000000 -84.000000 -Graphics\BrewingBubbles_Small_Off.png -48 - - - - -BubbleOn -24.000000 -0.000000 -24.000000,56.000000,0.000000 -0.000000,0.000000,-1.000000,0.000000 -false -Graphics\BrewingBubbles_Small_On.png -48 - - - - -BubbleOn -Height -Anchor -Show - - -0 -0.000000 -0 -false - - - -0 -0.000000 -0 -true - - - -0 -56.000000 -8 -true - - - - - - -control_for_data_binding_only -155.000000 -23.000000 -15.000001,80.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - - -Normal - - - -EndNormal - - - - - - - -BrewingArrowProgressStateSmall -18.000000 -56.000000 -15 - - - -control_for_data_binding_only -155.000000 -23.000000 -8.000000,85.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - -ProgressBody -18.000000 -56.000000 -15 - - - -ArrowOff -18.000000 -56.000000 -15 -Graphics\BrewingArrow_Small_Off.png -48 - - - - -ArrowOn -18.000000 -0.000000 -15 -false -Graphics\BrewingArrow_Small_On.png -48 - - - - -ArrowOn -Show -Height - - -0 -false -0.000000 - - - -0 -true -56.000000 - - - -0 -true -0.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BrewingArrowProgressState -27.000000 -84.000000 -15 - - - -control_for_data_binding_only -155.000000 -23.000000 -8.000000,85.185188,0.000000 -13 -0xff323232 -13.000000 -5136 - - - - -ProgressBody -27.000000 -84.000000 -15 - - - -ArrowOff -27.000000 -84.000000 -15 -Graphics\BrewingArrow_Off.png -48 - - - - -ArrowOn -27.000000 -0.000000 -15 -false -Graphics\BrewingArrow_On.png -48 - - - - -ArrowOn -Show -Height - - -0 -false -0.000000 - - - -0 -true -84.000000 - - - -0 -true -0.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -AnvilCross -15.000000 -15.000000 - - - -AnvilCross -15.000000 -15.000000 -15 -4 -Graphics\AnvilCross.png -48 - - - - - -AnvilPlus -15.000000 -15.000000 - - - -AnvilPlus -15.000000 -15.000000 -15 -4 -Graphics\AnvilPlus.png -48 - - - - - -AnvilHammer -15.000000 -15.000000 - - - -AnvilHammer -15.000000 -15.000000 -15 -4 -Graphics\AnvilHammer.png -48 - - - - - -HorseJumpProgress -548.000000 -15.000000 - - - -ProgressBody -548.000000 -15.000000 - - - -back -182.000000 -5.000000 -15 -4 -Graphics\HUD\HorseJump_bar_empty.png -48 - - - - -bar -182.000000 -5.000000 -15 -false -true - - - -bar -182.000000 -5.000000 -4 -Graphics\HUD\HorseJump_bar_full.png -48 - - - - - -design_time_display -458.000000 -15.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -182.000000 - - - -0 -true -3.330000 - - - -0 -true -182.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BossHealthLabel -500.000000 -66.000000 - - - -Text -500.000000 -66.000000 -15 -0xffeb0feb -16.000000 -5137 - - - - - -BossHealthProgress3_480 -400.000000 -15.000000 - - - -ProgressBody -400.000000 -15.000000 - - - -back -406.000000 -15.000000 --3.000000,0.000000,0.000000 -Graphics\HUD\DragonHealth_Empty3.png -48 - - - - -bar -400.000000 -15.000000 -false -true - - - -bar -400.000000 -15.000000 -Graphics\HUD\DragonHealth_Full3.png -48 - - - - - -design_time_display -400.000000 -15.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -400.000000 - - - -0 -true -2.300000 - - - -0 -true -400.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BossHealthProgress2_480 -333.000000 -10.000000 - - - -ProgressBody -333.000000 -10.000000 - - - -back -337.000000 -10.000000 --2.000000,0.000000,0.000000 -Graphics\HUD\DragonHealth_Empty2.png -48 - - - - -bar -333.000000 -10.000000 -false -true - - - -bar -333.000000 -10.000000 -Graphics\HUD\DragonHealth_Full2.png -48 - - - - - -design_time_display -333.000000 -10.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -333.000000 - - - -0 -true -1.665000 - - - -0 -true -333.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BossHealthProgress1_480 -167.000000 -5.000000 - - - -ProgressBody -167.000000 -5.000000 - - - -back -169.000000 -5.000000 --1.000000,0.000000,0.000000 -Graphics\HUD\DragonHealth_Empty.png -48 - - - - -bar -167.000000 -5.000000 -false -true - - - -bar -167.000000 -5.000000 -Graphics\HUD\DragonHealth_Full.png -48 - - - - - -design_time_display -167.000000 -5.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -167.000000 - - - -0 -true -0.835000 - - - -0 -true -167.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BossHealthProgress3 -940.000000 - - - -ProgressBody -940.000000 - - - -back -952.000000 --6.000000,0.000000,0.000000 -Graphics\HUD\DragonHealth_Empty6.png -48 - - - - -bar -940.000000 -false -true - - - -bar -940.000000 -Graphics\HUD\DragonHealth_Full6.png -48 - - - - - -design_time_display -940.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -940.000000 - - - -0 -true -4.700000 - - - -0 -true -940.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BossHealthProgress2 -666.000000 -15.000000 - - - -ProgressBody -666.000000 -15.000000 - - - -back -674.000000 -20.000000 --4.000000,0.000000,0.000000 -Graphics\HUD\DragonHealth_Empty4.png -48 - - - - -bar -666.000000 -20.000000 -false -true - - - -bar -666.000000 -20.000000 -Graphics\HUD\DragonHealth_Full4.png -48 - - - - - -design_time_display -666.000000 -15.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -666.000000 - - - -0 -true -3.330000 - - - -0 -true -666.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -BossHealthProgress1 -334.000000 -10.000000 - - - -ProgressBody -334.000000 -10.000000 - - - -back -338.000000 -10.000000 --2.000000,0.000000,0.000000 -Graphics\HUD\DragonHealth_Empty2.png -48 - - - - -bar -334.000000 -10.000000 -false -true - - - -bar -334.000000 -10.000000 -Graphics\HUD\DragonHealth_Full2.png -48 - - - - - -design_time_display -334.000000 -10.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -334.000000 - - - -0 -true -1.670000 - - - -0 -true -334.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -HUDHotBarBack -182.000000 -22.000000 - - - -Bar -182.000000 -22.000000 -15 -8 -Graphics\HUD\hotbar_item_back.png -48 - - - - - -ItemHUDHotbar -24.000000 -24.000000 -15 - - - -image -16.000000 -16.000000 -4.000000,4.000000,0.000000 -15 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -Box1 -24.000000 -24.000000 -15 -false -4 -Graphics\HUD\hotbar_item_selected.png -48 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - -Box1 -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - - - - -ExperienceProgress -548.000000 -15.000000 - - - -ProgressBody -548.000000 -15.000000 - - - -back -182.000000 -5.000000 -15 -4 -Graphics\HUD\experience_bar_empty.png -48 - - - - -bar -182.000000 -5.000000 -15 -false -true - - - -bar -182.000000 -5.000000 -4 -Graphics\HUD\experience_bar_full.png -48 - - - - - -design_time_display -458.000000 -15.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -182.000000 - - - -0 -true -3.330000 - - - -0 -true -182.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -ExperienceProgressSmall -274.000000 -7.500000 - - - -ProgressBody -274.000000 -7.500000 - - - -back -274.000000 -7.500000 -15 -4 -Graphics\HUD\experience_bar_empty.png -48 - - - - -bar -548.000000 -7.500000 -15 -false -true - - - -bar -274.000000 -7.500000 -4 -Graphics\HUD\experience_bar_full.png -48 - - - - - -design_time_display -184.000000 -7.500000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -548.000000 - - - -0 -true -3.330000 - - - -0 -true -274.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -ExperienceProgress480 -365.000000 -10.000000 - - - -ProgressBody -365.000000 -10.000000 - - - -back -365.000000 -10.000000 -15 -4 -Graphics\HUD\experience_bar_empty.png -48 - - - - -bar -365.000000 -10.000000 -15 -false -true - - - -bar -365.000000 -10.000000 -4 -Graphics\HUD\experience_bar_full.png -48 - - - - - -design_time_display -275.000000 -10.000000 -15 -false -true - - -1.000000 -0xff646464 - - - - -2 -0xffffffff - - -2 -0xffebebeb -0xff7d7d7d -0.000000 -0.000000 - - - - -true -4,0.000000,0.000000,0.000000,0.000000,170.000000,0.000000,0,170.000000,0.000000,170.000000,0.000000,170.000000,19.000000,0,170.000000,19.000000,170.000000,19.000000,0.000000,19.000000,0,0.000000,19.000000,0.000000,19.000000,0.000000,0.000000,0, - - - - -bar -Show -Width - - -0 -false -365.000000 - - - -0 -true -3.330000 - - - -0 -true -274.000000 - - - - - - - -Normal - - - -EndNormal - - - - - - - -HudHealth -9.000000 -9.000000 - - - -Border -9.000000 -9.000000 -15 -8 -Graphics\HUD\Health_Background.png -48 - - - - -Heart -9.000000 -9.000000 -15 -false -8 -48 - - - - - -Normal - -stop - - -Half - -stop - - -Full - -stop - - -HalfPoison - -stop - - -FullPoison - -stop - - -NormalFlash - -stop - - -HalfFlash - -stop - - -FullFlash - -stop - - -HalfPoisonFlash - -stop - - -FullPoisonFlash - -stop - - -FullWither - -stop - - -FullWitherFlash - -stop - - -HalfWither - -stop - - -HalfWitherFlash - -stop - - -FullAbsorb - -stop - - -HalfAbsorb - -stop - - -Horse_Full - -stop - - -Horse_Full_Flash - -stop - - -Horse_Half - -stop - - -Horse_Half_Flash - -stop - - - -Border -ImagePath - - -0 -Graphics\HUD\Health_Background.png - - - -0 -Graphics\HUD\Health_Background_Flash.png - - - -0 -Graphics\HUD\Health_Background.png - - - -0 -Graphics\HUD\Health_Background_Flash.png - - - -0 -Graphics\HUD\Health_Background.png - - - -0 -Graphics\HUD\Health_Background_Flash.png - - - -0 -Graphics\HUD\Health_Background.png - - - -0 -Graphics\HUD\Health_Background_Flash.png - - - -0 -Graphics\HUD\Health_Background.png - - - -0 -Graphics\HUD\Health_Background_Flash.png - - - -Heart -Show -ImagePath - - -0 -false - - - - -0 -true -Graphics\HUD\Health_Half.png - - - -0 -true -Graphics\HUD\Health_Full.png - - - -0 -true -Graphics\HUD\Health_Half_Poison.png - - - -0 -true -Graphics\HUD\Health_Full_Poison.png - - - -0 -false - - - - -0 -true -Graphics\HUD\Health_Half_Flash.png - - - -0 -true -Graphics\HUD\Health_Full_Flash.png - - - -0 -true -Graphics\HUD\Health_Half_Poison_Flash.png - - - -0 -true -Graphics\HUD\Health_Full_Poison_Flash.png - - - -0 -true -Graphics\HUD\Health_Full_Wither.png - - - -0 -true -Graphics\HUD\Health_Full_Wither_Flash.png - - - -0 -true -Graphics\HUD\Health_Half_Wither.png - - - -0 -true -Graphics\HUD\Health_Half_Wither_Flash.png - - - -0 -true -Graphics\HUD\Health_Full_Absorb.png - - - -0 -true -Graphics\HUD\Health_Half_Absorb.png - - - -0 -true -Graphics\HUD\HorseHealth_Full.png - - - -0 -true -Graphics\HUD\HorseHealth_Full_Flash.png - - - -0 -true -Graphics\HUD\HorseHealth_Half.png - - - -0 -true -Graphics\HUD\HorseHealth_Half_Flash.png - - - - - - -HudArmour -9.000000 -9.000000 - - - -Icon -9.000000 -9.000000 -15 -8 -Graphics\HUD\HUD_Armour_Empty.png -48 - - - - - -Normal - -stop - - -Half - -stop - - -Full - -stop - - - -Icon -ImagePath - - -0 -Graphics\HUD\HUD_Armour_Empty.png - - - -0 -Graphics\HUD\HUD_Armour_Half.png - - - -0 -Graphics\HUD\HUD_Armour_Full.png - - - - - - -HudFood -9.000000 -9.000000 - - - -Border -9.000000 -9.000000 -15 -8 -Graphics\HUD\HUD_Food_Background.png -48 - - - - -Shank -9.000000 -9.000000 -15 -false -8 -48 - - - - - -Normal - -stop - - -Half - -stop - - -Full - -stop - - -HalfPoison - -stop - - -FullPoison - -stop - - -NormalFlash - -stop - - -HalfFlash - -stop - - -FullFlash - -stop - - -HalfPoisonFlash - -stop - - -FullPoisonFlash - -stop - - -NormalPoison - -stop - - - -Border -ImagePath - - -0 -Graphics\HUD\HUD_Food_Background.png - - - -0 -Graphics\HUD\HUD_Food_Background_Poison.png - - - -0 -Graphics\HUD\HUD_Food_Background_Flash.png - - - -0 -Graphics\HUD\HUD_Food_Background_Poison.png - - - -Shank -Show -ImagePath - - -0 -false - - - - -0 -true -Graphics\HUD\HUD_Food_Half.png - - - -0 -true -Graphics\HUD\HUD_Food_Full.png - - - -0 -true -Graphics\HUD\HUD_Food_Half_Poison.png - - - -0 -true -Graphics\HUD\HUD_Food_Full_Poison.png - - - -0 -false - - - - -0 -true -Graphics\HUD\HUD_Food_Half_Flash.png - - - -0 -true -Graphics\HUD\HUD_Food_Full_Flash.png - - - -0 -true -Graphics\HUD\HUD_Food_Half_Poison_Flash.png - - - -0 -true -Graphics\HUD\HUD_Food_Full_Poison_Flash.png - - - -0 -false -Graphics\HUD\HUD_Food_Full_Poison_Flash.png - - - - - - -HudAir -9.000000 -9.000000 - - - -Icon -9.000000 -9.000000 -15 -8 -Graphics\HUD\HUD_Air_Bubble.png -48 - - - - - -Bubble - -stop - - -Pop - -stop - - - -Icon -ImagePath - - -0 -Graphics\HUD\HUD_Air_Bubble.png - - - -0 -Graphics\HUD\HUD_Air_Pop.png - - - - - - -HudCrosshair -15.000000 -15.000000 - - - -Icon -15.000000 -15.000000 -15 -8 -Graphics\HUD\HUD_Crosshair.png -48 - - - - - -HudXPLevel -116.000000 -16.000000 - - - -Text1 -116.000000 -16.000000 -1.000000,1.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -8.000000 -21504 - - - - -Text2 -116.000000 -16.000000 --1.000000,1.000000,0.000000 -15 -0xff0f0f0f -8.000000 -21504 - - - - -Text3 -116.000000 -16.000000 -1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -8.000000 -21504 - - - - -Text4 -116.000000 -16.000000 --1.000000,-1.000000,0.000000 -15 -0xff0f0f0f -8.000000 -21504 - - - - -Text5 -116.000000 -16.000000 -1.000000,0.000000,0.000000 -15 -0xff0f0f0f -0xff0f0f0f -8.000000 -21504 - - - - -Text6 -116.000000 -16.000000 --1.000000,0.000000,0.000000 -15 -0xff0f0f0f -8.000000 -21504 - - - - -Text7 -116.000000 -16.000000 -0.000000,-1.000000,0.000000 -15 -0xff0f0f0f -8.000000 -21504 - - - - -Text8 -116.000000 -16.000000 -0.000000,1.000000,0.000000 -15 -0xff0f0f0f -8.000000 -21504 - - - - -Text -116.000000 -16.000000 -15 -0xff80eb20 -8.000000 -21504 - - - - - -XuiHtmlControl_H2P -50.000000 -50.000000 -15 - - - -graphic_groupbackground -92.000000 -102.000000 --20.000000,-20.000000,0.000000 -15 - - - -Bot_R -8.000000 -8.000000 -84.000000,94.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -76.000000 -8.000000 -8.000000,94.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,94.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -84.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -76.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -86.000000 -84.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -76.000000 -86.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -86.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - -HtmlPresenter -50.000000 -52.000000 -15 -true - - - - -ScrollUp -32.000000 -22.000000 --12.000000,51.000000,0.000000 -12 -XuiScrollEndUp - - - - -ScrollDown -32.000000 -22.000000 -20.000000,51.000000,0.000000 -12 -XuiScrollEnd -1 - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - - - - -XuiHtmlControl_H2P_Small -50.000000 -50.000000 -15 - - - -graphic_groupbackground -72.000000 -98.000000 --10.000000,-10.000000,0.000000 -15 - - - -Bot_R -8.000000 -8.000000 -64.000000,90.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -56.000000 -8.000000 -8.000000,90.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,90.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -64.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -56.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -82.000000 -64.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -56.000000 -82.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -82.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - -HtmlPresenter -50.000000 -50.000000 -15 -true - - - - -ScrollDown -32.000000 -22.000000 -19.000000,56.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -ScrollUp -32.000000 -22.000000 --15.000000,56.000000,0.000000 -12 -XuiScrollEndUp - - - - - -XuiHtmlControl_Small -50.000000 -50.000000 -15 - - - -HtmlPresenter -50.000000 -50.000000 -15 -true - - - - -ScrollDown -22.000000 -15.000000 -24.000000,54.000000,0.000000 -12 -XuiScrollEnd -1 - - - - -ScrollUp -22.000000 -15.000000 -0.000000,54.000000,0.000000 -12 -XuiScrollEndUp - - - - - -Normal - - - -EndNormal - -stop - - -ScrollMore - - - -EndScrollMore - -stop - - -Scrolling - - - -EndScrolling - -gotoandplay -Scrolling - - - - - - -XuiHtmlControl_EndStory -50.000000 -50.000000 -15 - - - -HtmlPresenter -50.000000 -50.000000 -15 -true - - - - - -SkinSelectSelectedBackgroundSmall -224.000000 -25.000000 - - - -BorderTextPanel -220.000000 -21.000000 -2.000027,2.000000,0.000000 - - -0xff0fc70f - - - - -0xc80fa2eb -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderLeft -2.000000 -21.000000 -222.000015,2.000000,0.000000 - - -0xff0fc70f - - - - -0xc8b4b4b4 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderRight -2.000000 -21.000000 -0.000019,2.000000,0.000000 - - -0xff0fc70f - - - - -0xc8323232 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderBottom -224.000000 -2.000000 -0.000019,0.000000,0.000000 - - -0xff0fc70f - - - - -0xc8323232 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderTop -224.000000 -2.000000 -0.000019,23.000000,0.000000 - - -0xff0fc70f - - - - -0xc8b4b4b4 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - - -SkinSelectSelectedBackground -224.000000 -32.000000 - - - -BorderTextPanel -220.000000 -28.000000 -2.000008,2.000000,0.000000 - - -0xff0fc70f - - - - -0xc80fa2eb -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderLeft -2.000000 -28.000000 -222.000000,2.000000,0.000000 - - -0xff0fc70f - - - - -0xc8b4b4b4 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderRight -2.000000 -28.000000 -0.000000,2.000000,0.000000 - - -0xff0fc70f - - - - -0xc8323232 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderBottom -224.000000 -2.000000 - - -0xff0fc70f - - - - -0xc8323232 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - -BorderTop -224.000000 -2.000000 -0.000000,30.000000,0.000000 - - -0xff0fc70f - - - - -0xc8b4b4b4 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,5.000000,0.000000,0,5.000000,0.000000,5.000000,0.000000,5.000000,345.000000,0,5.000000,345.000000,5.000000,345.000000,0.000000,345.000000,0,0.000000,345.000000,0.000000,345.000000,0.000000,0.000000,0, - - - - - -SkinSelectTabBarNormal -1280.000000 -62.000000 - - - -Image -1280.000000 -62.000000 -5 -4 -Graphics\PanelsAndTabs\SkinSelect_TabBar.png -48 - - - - - -SkinSelectTabBarSelected -1280.000000 -62.000000 - - - -Image -1280.000000 -62.000000 --0.000008,0.000000,0.000000 -5 -4 -Graphics\PanelsAndTabs\SkinSelect_TabBar_Selected.png -48 - - - - - -SkinSelectTabBarSelectedSmall -640.000000 -44.000000 - - - -Image -640.000000 -44.000000 --0.000008,0.000000,0.000000 -5 -4 -Graphics\PanelsAndTabs\SkinSelect_TabBarSmall_Selected.png -48 - - - - - -SkinSelectTabBarNormalSmall -640.000000 -44.000000 - - - -Image -640.000000 -44.000000 -5 -4 -Graphics\PanelsAndTabs\SkinSelect_TabBarSmall.png -48 - - - - - -SkinSelectPadlock -32.000000 -32.000000 - - - -Locked -32.000000 -32.000000 -Graphics\Padlock_Small.png - - - - - -SkinSelectTabNormalSmall -580.000000 -270.000000 - - - -Image -580.000000 -270.000000 -15 -Graphics\PanelsAndTabs\SkinSelect_TabBarSmallPanel.png -48 - - - - - -SkinSelectTabSelectedSmall -580.000000 -270.000000 - - - -Image -580.000000 -270.000000 -15 -Graphics\PanelsAndTabs\SkinSelect_TabBarSmallPanel_Selected.png -48 - - - - - -XuiSkinSelectSectionBackground -100.000000 -100.000000 -15 - - - -Background -108.000000 -108.000000 --4.000000,-4.000000,0.000000 -0.000000 -15 - - -0xff0f0f80 - - - - -0xffa0a0a0 -2 -2 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -graphic_groupbackground -100.000000 -100.000000 -15 - - - -Bot_R -16.000000 -16.000000 -84.000000,84.001953,0.000000 -12 -Graphics\PanelsAndTabs\Square_Recess_Bot_R.png -48 - - - - -Bot_M -68.000000 -16.000000 -16.000000,84.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Square_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,84.001953,0.000000 -9 -Graphics\PanelsAndTabs\Square_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -84.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Square_Recess_Top_R.png -48 - - - - -Top_M -68.000000 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Square_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Square_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -68.000000 -84.000000,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Square_Recess_Mid_R.png -48 - - - - -Mid_M -68.000000 -68.000000 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Square_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -68.000000 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Square_Recess_Mid_L.png -48 - - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -Background -Fill.FillColor -Opacity - - -0 -0xffa0a0a0 -0.000000 - - - -0 -0xffa0a0a0 -0.000000 - - - -0 -0xffebeb0f -1.000000 - - - -0 -0xffebeb0f -1.000000 - - - -0 -0xffebeb0f -1.000000 - - - -0 -0xffebeb0f -1.000000 - - - - - - -XuiSkinPackButton -348.000000 -42.000000 -15 - - - -button_graphicTab -348.000000 -42.000000 -false -Graphics\PanelsAndTabs\SkinSelect_TabNormal.png -48 - - - - -button_graphicTabSelected -348.000000 -42.000000 -Graphics\PanelsAndTabs\SkinSelect_TabNormal_Selected.png -48 - - - - -text_Label -334.000000 -32.000000 -7.000016,6.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -16.000000 -21524 - - - - - -Normal - - - -EndNormal - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -Focus - - - -EndFocus - -stop - - - -text_Label -TextColor -Position - - -0 -0xff323232 -7.000016,6.000000,0.000000 - - - -0 -0xff323232 -7.000016,6.000000,0.000000 - - - -0 -0xff646464 -7.000017,6.000000,0.000000 - - - -0 -0xff646464 -7.000017,6.000000,0.000000 - - - -0 -0xff323232 -7.000016,6.000000,0.000000 - - - -0 -0xff323232 -7.000016,6.000000,0.000000 - - - -button_graphicTab -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -false - - - -button_graphicTabSelected -Show -ImagePath - - -0 -true -Graphics\PanelsAndTabs\SkinSelect_TabNormal_Selected.png - - - -0 -true -Graphics\PanelsAndTabs\SkinSelect_TabNormal_Selected.png - - - -0 -false -Graphics\PanelsAndTabs\SkinSelect_TabNormal.png - - - -0 -false -Graphics\PanelsAndTabs\SkinSelect_TabNormal.png - - - -0 -true -Graphics\PanelsAndTabs\SkinSelect_TabNormal_Selected.png - - - -0 -true -Graphics\PanelsAndTabs\SkinSelect_TabNormal_Selected.png - - - - - - -XuiSkinPackButtonCenter -348.000000 -42.000000 -15 - - - -highlight_graphicTab -376.000000 -54.000000 --14.000015,-6.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOver.png -48 - - - - -highlight_graphicTabSelected -376.000000 -54.000000 --14.000015,-6.000000,0.000000 -false -Graphics\PanelsAndTabs\SkinSelect_TabOver_Selected.png -48 - - - - -Mask -376.000000 -18.000000 --14.000015,30.000000,0.000000 -true - - - -highlight_graphicTab1 -376.000000 -58.000000 -0.000000,-40.000000,0.000000 -0.000000,58.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOver.png -48 - - - - - -MaskSelected -376.000000 -18.000000 --14.000015,30.000000,0.000000 -false -true - - - -highlight_graphicTab1 -376.000000 -58.000000 -0.000000,-40.000000,0.000000 -0.000000,58.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOver_Selected.png -48 - - - - - -text_Label -334.000000 -32.000000 -7.000016,8.000000,0.000000 -5 -0xff505050 -0xff0f0f0f -16.000000 -21524 - - - - -text_Label1 -334.000000 -32.000000 -7.000016,8.000000,0.000000 -5 -false -0xff505050 -0xff0f0f0f -16.000000 -21524 - - - - - -Normal - - - -EndNormal - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -Focus - - - -EndFocus - -stop - - - -text_Label -TextColor -Position - - -0 -0xff505050 -7.000016,8.000000,0.000000 - - - -0 -0xff505050 -7.000016,8.000000,0.000000 - - - -0 -0xff8c8c8c -7.000017,8.000000,0.000000 - - - -0 -0xff8c8c8c -7.000017,8.000000,0.000000 - - - -0 -0xff0f0f0f -7.000016,-2.000000,0.000000 - - - -0 -0xff0f0f0f -7.000016,-2.000000,0.000000 - - - -highlight_graphicTab -Opacity -Position - - -0 -1.000000 --14.000015,-6.000000,0.000000 - - - -0 -1.000000 --14.000015,-6.000000,0.000000 - - - -0 -1.000000 --14.000015,-6.000000,0.000000 - - - -0 -1.000000 --14.000015,-6.000000,0.000000 - - - -0 -1.000000 --13.999986,-14.000000,0.000000 - - - -0 -100000.000000 --14.000015,-14.000000,0.000000 - - - -highlight_graphicTabSelected -Opacity -Position -Show - - -0 -1.000000 --14.000015,-6.000000,0.000000 -false - - - -0 -1.000000 --14.000015,-6.000000,0.000000 -false - - - -0 -1.000000 --14.000015,-6.000000,0.000000 -false - - - -0 -1.000000 --14.000015,-6.000000,0.000000 -false - - - -0 -1.000000 --13.999986,-16.000000,0.000000 -true - - - -0 -100000.000000 --14.000015,-16.000000,0.000000 -true - - - -Mask -Show - - -0 -true - - - -0 -true - - - -0 -false - - - -0 -false - - - -MaskSelected -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -text_Label1 -TextColor -Position - - -0 -0xff505050 -7.000016,8.000000,0.000000 - - - -0 -0xff505050 -7.000016,8.000000,0.000000 - - - -0 -0xff8c8c8c -7.000017,8.000000,0.000000 - - - -0 -0xff8c8c8c -7.000017,8.000000,0.000000 - - - -0 -0xffebeb0f -5.000016,-2.000000,0.000000 - - - -0 -0xffebeb0f -5.000016,-2.000000,0.000000 - - - - - - -XuiSkinPackButtonSmall -180.000000 -40.000000 -15 - - - -ButtonGraphic -180.000000 -31.000000 -false -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall.png -48 - - - - -ButtonGraphicSelected -180.000000 -31.000000 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -48 - - - - -text_Label -168.000000 -28.000000 -5.000000,2.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -13.000000 -21524 - - - - - -Normal - - - -EndNormal - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -Focus - - - -EndFocus - -stop - - - -text_Label -TextColor - - -1 -0xff323232 - - - -1 -0xff323232 - - - -1 -0xff646464 - - - -1 -0xff646464 - - - -0 -0xff323232 - - - -0 -0xff323232 - - - -ButtonGraphic -ImagePath -Show - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall.png -false - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall.png -false - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall.png -true - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall.png -true - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -false - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -false - - - -ButtonGraphicSelected -ImagePath -Show - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -true - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -true - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -false - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall.png -false - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -true - - - -0 -Graphics\PanelsAndTabs\SkinSelect_TabNormalSmall_Selected.png -true - - - - - - -XuiSkinPackButtonCentreSmall -180.000000 -40.000000 -15 - - - -XuiImage1 -180.000000 -38.000000 -0.000000,2.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall.png -48 - - - - -Mask -180.000000 -10.000000 -0.000000,30.000000,0.000000 -true - - - -XuiImage2 -180.000000 -40.000000 -0.000000,-30.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall.png -48 - - - - - -Mask1 -180.000000 -10.000000 -0.000000,30.000000,0.000000 -false -true - - - -XuiImage2 -180.000000 -40.000000 -0.000000,-30.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall_Selected.png -48 - - - - - -text_Label -168.000000 -28.000000 -6.000000,8.000000,0.000000 -5 -0xff323232 -0xff0f0f0f -13.000000 -21524 - - - - -text_Label1 -168.000000 -28.000000 -5.000000,8.000000,0.000000 -5 -false -0xff505050 -0xff0f0f0f -13.000000 -21524 - - - - - -Normal - - - -EndNormal - -stop - - -NormalDisable - - - -EndNormalDisable - -stop - - -Focus - - - -EndFocus - -stop - - - -text_Label -TextColor -Position - - -1 -0xff323232 -6.000000,8.000000,0.000000 - - - -1 -0xff323232 -6.000000,8.000000,0.000000 - - - -1 -0xff787878 -6.000000,8.000000,0.000000 - - - -1 -0xff787878 -6.000000,8.000000,0.000000 - - - -0 -0xff323232 -6.000000,2.000000,0.000000 - - - -0 -0xff323232 -6.000000,2.000000,0.000000 - - - -XuiImage1 -Height -Position -ImagePath - - -0 -38.000000 -0.000000,2.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall.png - - - -0 -38.000000 -0.000000,2.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall.png - - - -0 -40.000000 -0.000000,-4.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall_Selected.png - - - -0 -40.000000 -0.000000,-4.000000,0.000000 -Graphics\PanelsAndTabs\SkinSelect_TabOverSmall_Selected.png - - - -Mask1 -Show - - -0 -false - - - -0 -false - - - -0 -true - - - -0 -true - - - -text_Label1 -TextColor -Position - - -1 -0xff505050 -5.000000,8.000000,0.000000 - - - -1 -0xff505050 -5.000000,8.000000,0.000000 - - - -1 -0xff8c8c8c -5.000000,8.000000,0.000000 - - - -1 -0xff8c8c8c -5.000000,8.000000,0.000000 - - - -0 -0xffebeb0f -3.000000,2.000000,0.000000 - - - -0 -0xffebeb0f -3.000000,2.000000,0.000000 - - - - - - -XuiSkinSelectSBckgrndSmall -100.000000 -100.000000 -15 - - - -Background -104.000000 -104.000000 --2.000000,-2.000000,0.000000 -0.000000 -15 - - -0xff0f0f80 - - - - -0xffa0a0a0 -2 -2 -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,89.000000,0.000000,0,89.000000,0.000000,89.000000,0.000000,89.000000,37.000000,0,89.000000,37.000000,89.000000,37.000000,0.000000,37.000000,0,0.000000,37.000000,0.000000,37.000000,0.000000,0.000000,0, - - - - -graphic_groupbackground -100.000000 -100.000000 -15 -true - - - -Bot_R -16.000000 -16.000000 -84.000000,84.001953,0.000000 -12 -Graphics\PanelsAndTabs\Square_Recess_Bot_R.png -48 - - - - -Bot_M -68.000000 -16.000000 -16.000000,84.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Square_Recess_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,84.001953,0.000000 -9 -Graphics\PanelsAndTabs\Square_Recess_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -84.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Square_Recess_Top_R.png -48 - - - - -Top_M -68.000000 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Square_Recess_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Square_Recess_Top_L.png -48 - - - - -Mid_R -16.000000 -68.000000 -84.000000,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Square_Recess_Mid_R.png -48 - - - - -Mid_M -68.000000 -68.000000 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Square_Recess_Mid_M.png -48 - - - - -Mid_L -16.000000 -68.000000 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Square_Recess_Mid_L.png -48 - - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - -InitFocus - - - -EndInitFocus - -stop - - - -Background -Fill.FillColor -Opacity - - -0 -0xffa0a0a0 -0.000000 - - - -0 -0xffa0a0a0 -0.000000 - - - -0 -0xffebeb0f -1.000000 - - - -0 -0xffebeb0f -1.000000 - - - -0 -0xffebeb0f -1.000000 - - - -0 -0xffebeb0f -1.000000 - - - - - - -ItemBanner -64.000000 -64.000000 - - - -image -64.000000 -64.000000 -15 -CXuiCtrl4JIcon -XuiVisImPresenterCentreNoScale - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - - - - -DLC_PriceTag -440.000000 -36.000000 - - - -PlainBox -440.000000 -36.000000 - - -0xff0f0f80 - - - - -0xffeb8b0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,92.000000,0.000000,0,92.000000,0.000000,92.000000,0.000000,92.000000,63.000000,0,92.000000,63.000000,92.000000,63.000000,0.000000,63.000000,0,0.000000,63.000000,0.000000,63.000000,0.000000,0.000000,0, - - - - -Text -160.000000 -270.000000,2.000000,0.000000 -15 -0xffffffff -0xff000000 -16.000000 -4625 - - - - - -ItemBanner480 -64.000000 -64.000000 - - - -image -64.000000 -64.000000 -15 -CXuiCtrl4JIcon -XuiVisualImagePresenterCentre - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - - - - - -DLC_PriceTag480 -224.000000 -26.000000 - - - -PlainBox -226.000000 -26.000000 - - -0xff0f0f80 - - - - -0xffeb8b0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,92.000000,0.000000,0,92.000000,0.000000,92.000000,0.000000,92.000000,63.000000,0,92.000000,63.000000,92.000000,63.000000,0.000000,63.000000,0,0.000000,63.000000,0.000000,63.000000,0.000000,0.000000,0, - - - - -Text -110.000000 -18.000000 -102.000000,4.000000,0.000000 -15 -0xffffffff -0xff000000 -12.000000 -4625 - - - - - -TitleString -500.000000 -50.000000 -15 -250.000000,25.000000,0.000000 - - - -Pulser -500.000000 -50.000000 -15 -250.000000,25.000000,0.000000 - - - -SubTitle -500.000000 -50.000000 -15 -250.000000,25.000000,0.000000 - - - -Text_Shadow -500.000000 -50.000000 -2.000002,2.000000,0.000000 -0.970978,1.000000,1.000000 -15 -0xff50500f -0xff50500f -18.000000 -5140 - - - - -Text_String -500.000000 -50.000000 -0.970978,1.000000,1.000000 -15 -0xffebeb0f -0xff50500f -18.000000 -5141 - - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - -SubTitle -Scale - - -2 --100 -100 -50 -1.000000,1.000000,1.000000 - - - -2 --100 -100 -50 -0.950000,0.950000,1.000000 - - - -0 -1.000000,1.000000,1.000000 - - - - - - - -TitleStringSmall -250.000000 -25.000000 -125.000000,12.000000,0.000000 - - - -Pulser -250.000000 -25.000000 -15 -125.000000,12.000000,0.000000 - - - -SubTitle -250.000000 -25.000000 -15 -125.000000,12.000000,0.000000 - - - -Text_Shadow -250.000000 -25.000000 -1.000000,1.000000,0.000000 -15 -0xff50500f -0xff50500f -10.000000 -5140 - - - - -Text_String -250.000000 -25.000000 -15 -0xffebeb0f -0xff50500f -10.000000 -5140 - - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - -SubTitle -Scale - - -2 -100 --100 -50 -1.000000,1.000000,1.000000 - - - -2 -100 --100 -50 -0.950000,0.950000,1.000000 - - - -0 -1.000000,1.000000,1.000000 - - - - - - - -XuiMainMenuButton_L -400.000000 -40.000000 -15 - - - -highlight_graphic -400.000000 -40.000000 -15 -false -Graphics\MainMenuButton_Over.png - - - - -button_graphic -400.000000 -40.000000 -15 -Graphics\MainMenuButton_Norm.png - - - - -text_Label -380.000000 -28.000000 -10.000000,6.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -16.000000 -21525 - - - - -XuiSoundXACT -41.000000 -11.000000 -170.000000,11.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -gotoandplay -InactiveFocusLoop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -0.000000 - - - -0 -false -0.500000 - - - -0 -false -0.000000 - - - -0 -false -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -false - - - -0 -0.000000 -false - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xff969696 - - - -0 -0xff969696 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -XuiSoundXACT -Cue -SoundBank -WaveBank - - -0 - - - - - - -0 -ButtonFocus -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 -ButtonPress -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - - - -XuiMainMenuButton_L_Thin -300.000000 -36.000000 -15 - - - -highlight_graphic -300.000000 -36.000000 -15 -false -Graphics\MainMenuButton_Over.png - - - - -button_graphic -300.000000 -36.000000 -15 -Graphics\MainMenuButton_Norm.png - - - - -text_Label -280.000000 -28.000000 -10.000000,4.000000,0.000000 -15 -0xffebebeb -0xff0f0f0f -21525 - - - - -XuiSoundXACT -41.000000 -11.000000 -170.000000,11.000000,0.000000 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -FocusLoop - - - -EndFocus - -gotoandplay -FocusLoop - - -NormalDisable - - - -EndNormalDisable - -stop - - -FocusDisable - - - -InactiveFocusLoop - - - -EndFocusDisable - -stop - - -Press - - - -EndPress - -stop - - -NormalSel - - - -EndNormalSel - -stop - - -InitFocus - - - -InitFocusLoop - - - -EndInitFocus - -gotoandplay -InitFocusLoop - - -InitFocusDisable - - - -InitFocusDisableLoop - - - -EndInitFocusDisable - -gotoandplay -InitFocusDisableLoop - - -NormalSelDisable - - - -EndNormalSelDisable - -stop - - - -text_Label -TextColor - - -1 -0xffebebeb - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffa0a0a0 - - - -0 -0xffa0a0a0 - - - -0 -0xff969696 - - - -0 -0xff969696 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -0 -0xffebeb0f - - - -0 -0xffebeb80 - - - -0 -0xffebeb0f - - - -0 -0xffebebeb - - - -highlight_graphic -Show -Opacity - - -1 -false -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -false -1.000000 - - - -0 -false -0.000000 - - - -0 -false -0.500000 - - - -0 -false -0.000000 - - - -0 -false -0.500000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -1 -true -1.000000 - - - -1 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -1.000000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -0 -true -0.000000 - - - -0 -true -0.500000 - - - -1 -true -0.250000 - - - -button_graphic -Opacity -Show - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -1 -0.000000 -true - - - -1 -1.000000 -true - - - -1 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -false - - - -0 -1.000000 -false - - - -1 -1.000000 -false - - - -0 -0.000000 -false - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -1 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -true - - - -0 -0.500000 -true - - - -0 -0.000000 -true - - - -1 -1.000000 -true - - - -XuiSoundXACT -Cue -SoundBank -WaveBank - - -0 - - - - - - -0 -ButtonFocus -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 -ButtonPress -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - -0 - -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - - - -SignEntrySceneBackground -288.000000 -312.000000 - - - -Image -288.000000 -312.000000 -15 -Graphics\SignEditBackground.png - - - - - -LeaderboardHeaderPanel -32.000000 -32.000000 - - - -graphic_groupbackground -32.000000 -32.000000 -15 - - - -Bot_R -8.000000 -8.000000 -24.000000,24.000000,0.000000 -12 -Graphics\PanelsAndTabs\PointerTextPanel_BR.png -48 - - - - -Bot_M -16.000000 -8.000000 -8.000000,24.000000,0.000000 -13 -4 -Graphics\PanelsAndTabs\PointerTextPanel_BM.png -48 - - - - -Bot_L -8.000000 -8.000000 -0.000000,24.000000,0.000000 -9 -Graphics\PanelsAndTabs\PointerTextPanel_BL.png -48 - - - - -Top_R -8.000000 -8.000000 -24.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\PointerTextPanel_TR.png -48 - - - - -Top_M -16.000000 -8.000000 -8.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\PointerTextPanel_TM.png -48 - - - - -Top_L -8.000000 -8.000000 -3 -Graphics\PanelsAndTabs\PointerTextPanel_TL.png -48 - - - - -Mid_R -8.000000 -16.000000 -24.000000,8.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MR.png -48 - - - - -Mid_M -16.000000 -16.000000 -8.000000,8.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\PointerTextPanel_MM.png -48 - - - - -Mid_L -8.000000 -16.000000 -0.000000,8.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\PointerTextPanel_ML.png -48 - - - - - - -CreditsBackground -1280.000000 -720.000000 - - - -Image -1280.000000 -720.000000 -15 -16 -Graphics\CreditBackground.png - - - - - -PanelRecessed -6.000000 -6.000000 -15 - - - -graphic_groupbackground -6.000000 -6.000000 -15 - - - -TL -2.000000 -2.000000 -3 - - -0xff0f0f80 - - - - -0xff323232 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -TR -2.000000 -2.000000 -4.000000,0.000000,0.000000 -6 - - -0xff0f0f80 - - - - -0x0a323232 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -TM -2.000000 -2.000000 -2.000000,0.000000,0.000000 -7 - - -0xff0f0f80 - - - - -0xff323232 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -BL -2.000000 -2.000000 -0.000000,4.000000,0.000000 -9 - - -0xff0f0f80 - - - - -0x0a323232 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -BR -2.000000 -2.000000 -4.000000,4.000000,0.000000 -12 - - -0xff0f0f80 - - - - -0xffebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -BM -2.000000 -2.000000 -2.000000,4.000000,0.000000 -13 - - -0xff0f0f80 - - - - -0xffebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -ML -2.000000 -2.000000 -0.000000,2.000000,0.000000 -11 - - -0xff0f0f80 - - - - -0xff323232 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -MR -2.000000 -2.000000 -4.000000,2.000000,0.000000 -14 - - -0xff0f0f80 - - - - -0xffebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - -MM -2.000000 -2.000000 -2.000000,2.000000,0.000000 -15 - - -0xff0f0f80 - - - - -0xff8c8c8c - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,8.000000,0.000000,0,8.000000,0.000000,8.000000,0.000000,8.000000,7.000000,0,8.000000,7.000000,8.000000,7.000000,0.000000,7.000000,0,0.000000,7.000000,0.000000,7.000000,0.000000,0.000000,0, - - - - - - -GraphicPanel -272.000000 -110.000000 -15 - - - -graphic_groupbackground -272.000000 -110.000000 -15 - - - -Bot_R -16.000000 -16.000000 -256.344818,94.001953,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_M -240.344818 -16.000000 -16.000000,94.001953,0.000000 -13 -4 -Graphics\PanelsAndTabs\Panel_Bot_M.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,94.001953,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -256.344818,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_M -240.344818 -16.000000 -16.000000,0.000000,0.000000 -7 -4 -Graphics\PanelsAndTabs\Panel_Top_M.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - -Mid_R -16.000000 -78.001961 -256.344818,16.000000,0.000000 -14 -4 -Graphics\PanelsAndTabs\Panel_Mid_R.png -48 - - - - -Mid_M -240.344818 -78.001961 -16.000000,16.000000,0.000000 -15 -4 -Graphics\PanelsAndTabs\Panel_Mid_M.png -48 - - - - -Mid_L -16.000000 -78.001961 -0.000000,16.000000,0.000000 -11 -4 -Graphics\PanelsAndTabs\Panel_Mid_L.png -48 - - - - - - -XuiBackgroundPan -1280.000000 -720.000000 - - - -DayGroup -4099.999512 -719.999939 - - - -Pan1 -820.000000 -144.000000 -5.000000,5.000000,1.000000 -15 -false -1 -Graphics\Panorama_Background_S.png - - - - -Pan -820.000000 -144.000000 -5.000000,5.000000,1.000000 -15 -1 -Graphics\Panorama_Background_S.png - - - - -Pan -Position -SizeMode - - -0 -0.000000,0.000000,0.000000 -1 - - - -0 --4100.000000,-0.000004,0.000000 -16 - - - -Pan1 -Position -SizeMode -Show - - -0 -0.000000,0.000000,0.000000 -1 -false - - - -0 --879.765869,-0.000003,0.000000 -1 -false - - - -0 -1280.000000,-0.000003,0.000000 -1 -true - - - -0 -0.000000,-0.000004,0.000000 -16 -true - - - - - - -NightGroup -4099.999512 -719.999939 -false - - - -NightPan -820.000000 -144.000000 -5.000000,5.000000,1.000000 -15 -false -1 -Graphics\Panorama_Background_N.png - - - - -NightPan1 -820.000000 -144.000000 -5.000000,5.000000,1.000000 -15 -1 -Graphics\Panorama_Background_N.png - - - - -NightPan1 -Position -SizeMode - - -0 -0.000000,0.000000,0.000000 -1 - - - -0 --4100.000000,-0.000004,0.000000 -16 - - - -NightPan -Position -SizeMode -Show - - -0 -0.000000,0.000000,0.000000 -1 -false - - - -0 --879.765869,-0.000003,0.000000 -1 -false - - - -0 -1280.000000,-0.000003,0.000000 -1 -true - - - -0 -0.000000,-0.000004,0.000000 -16 -true - - - - - - -Darken -1280.000000 -720.000000 -0.750000 -false - - -0xff0f0f80 - - - - -0xff0f1562 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,637.000000,0.000000,0,637.000000,0.000000,637.000000,0.000000,637.000000,755.000000,0,637.000000,755.000000,637.000000,755.000000,0.000000,755.000000,0,0.000000,755.000000,0.000000,755.000000,0.000000,0.000000,0, - - - - - -XuiDarkOverlay -1280.000000 -720.000000 - - - -1280.000000 -720.000000 -0.400000 -15 - - -1.000000 -0xff0f0f0f - - - - -0xff0f0f0f - - -3 -0xff0f0f0f -0xffe5e5e5 -0xff0f0f0f -0.000000 -0.000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,300.000000,0.000000,0,300.000000,0.000000,300.000000,0.000000,300.000000,234.000000,0,300.000000,234.000000,300.000000,234.000000,0.000000,234.000000,0,0.000000,234.000000,0.000000,234.000000,0.000000,0.000000,0, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiBackgroundPan480 -1280.000000 -720.000000 - - - -DayGroup -4099.999512 -719.999939 - - - -Pan1 -820.000000 -144.000000 -640.000000,0.000000,0.000000 -3.400000,3.400000,1.000000 -15 -false -1 -Graphics\Panorama_Background_S.png - - - - -Pan -820.000000 -144.000000 -3.400000,3.400000,1.000000 -15 -1 -Graphics\Panorama_Background_S.png - - - - -Darken -640.000000 -480.000000 -0.300000 - - -0xff0f0f80 - - - - -0xff19195a - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,637.000000,0.000000,0,637.000000,0.000000,637.000000,0.000000,637.000000,755.000000,0,637.000000,755.000000,637.000000,755.000000,0.000000,755.000000,0,0.000000,755.000000,0.000000,755.000000,0.000000,0.000000,0, - - - - -Pan -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 --2788.000000,-0.000003,0.000000 - - - -Pan1 -Position -Show - - -0 -640.000000,0.000000,0.000000 -false - - - -0 -640.000000,-0.000003,0.000000 -false - - - -0 -637.000000,-0.000003,0.000000 -true - - - -0 -0.000000,-0.000004,0.000000 -true - - - - - - -NightGroup -4099.999512 -719.999939 -false - - - -Pan1 -820.000000 -144.000000 -640.000000,0.000000,0.000000 -3.400000,3.400000,1.000000 -15 -false -1 -Graphics\Panorama_Background_N.png - - - - -Pan -820.000000 -144.000000 -3.400000,3.400000,1.000000 -15 -1 -Graphics\Panorama_Background_N.png - - - - -Pan -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 --2788.000000,-0.000003,0.000000 - - - -Pan1 -Position -Show - - -0 -640.000000,0.000000,0.000000 -false - - - -0 -640.000000,-0.000003,0.000000 -false - - - -0 -637.000000,-0.000003,0.000000 -true - - - -0 -0.000000,-0.000004,0.000000 -true - - - - - - -Darken -640.000000 -480.000000 -0.750000 -false - - -0xff0f0f80 - - - - -0xff0f1562 - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,637.000000,0.000000,0,637.000000,0.000000,637.000000,0.000000,637.000000,755.000000,0,637.000000,755.000000,637.000000,755.000000,0.000000,755.000000,0,0.000000,755.000000,0.000000,755.000000,0.000000,0.000000,0, - - - - - -XuiBackgroundScroll -1280.000000 -720.000000 - - - -TileGroup1 -1280.000000 -160.000000 -0.000000,720.000000,0.000000 - - - -XuiImage1 -160.000000 -160.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage2 -160.000000 -160.000000 -160.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage3 -160.000000 -160.000000 -320.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage4 -160.000000 -160.000000 -480.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage5 -160.000000 -160.000000 -640.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage6 -160.000000 -160.000000 -800.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage7 -160.000000 -160.000000 -960.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage8 -160.000000 -160.000000 -1120.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - - -TileGroup2 -1280.000000 -160.000000 -0.000000,560.000000,0.000000 - - - -XuiImage1 -160.000000 -160.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage2 -160.000000 -160.000000 -160.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage3 -160.000000 -160.000000 -320.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage4 -160.000000 -160.000000 -480.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage5 -160.000000 -160.000000 -640.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage6 -160.000000 -160.000000 -800.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage7 -160.000000 -160.000000 -960.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage8 -160.000000 -160.000000 -1120.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - - -TileGroup3 -1280.000000 -160.000000 -0.000000,400.000000,0.000000 - - - -XuiImage1 -160.000000 -160.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage2 -160.000000 -160.000000 -160.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage3 -160.000000 -160.000000 -320.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage4 -160.000000 -160.000000 -480.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage5 -160.000000 -160.000000 -640.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage6 -160.000000 -160.000000 -800.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage7 -160.000000 -160.000000 -960.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage8 -160.000000 -160.000000 -1120.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - - -TileGroup4 -1280.000000 -160.000000 -0.000000,240.000000,0.000000 - - - -XuiImage1 -160.000000 -160.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage2 -160.000000 -160.000000 -160.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage3 -160.000000 -160.000000 -320.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage4 -160.000000 -160.000000 -480.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage5 -160.000000 -160.000000 -640.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage6 -160.000000 -160.000000 -800.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage7 -160.000000 -160.000000 -960.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage8 -160.000000 -160.000000 -1120.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - - -TileGroup5 -1280.000000 -160.000000 -0.000000,80.000000,0.000000 - - - -XuiImage1 -160.000000 -160.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage2 -160.000000 -160.000000 -160.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage3 -160.000000 -160.000000 -320.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage4 -160.000000 -160.000000 -480.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage5 -160.000000 -160.000000 -640.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage6 -160.000000 -160.000000 -800.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage7 -160.000000 -160.000000 -960.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage8 -160.000000 -160.000000 -1120.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - - -TileGroup6 -1280.000000 -160.000000 -0.000000,-80.000000,0.000000 - - - -XuiImage1 -160.000000 -160.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage2 -160.000000 -160.000000 -160.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage3 -160.000000 -160.000000 -320.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage4 -160.000000 -160.000000 -480.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage5 -160.000000 -160.000000 -640.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage6 -160.000000 -160.000000 -800.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage7 -160.000000 -160.000000 -960.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - -XuiImage8 -160.000000 -160.000000 -1120.000000,0.000000,0.000000 -Graphics\Dirt_Tile.png -48 - - - - - -TileGroup1 -Position - - -0 -0.000000,720.000000,0.000000 - - - -0 -0.000000,560.000000,0.000000 - - - -TileGroup2 -Position - - -0 -0.000000,560.000000,0.000000 - - - -0 -0.000000,400.000000,0.000000 - - - -TileGroup3 -Position - - -0 -0.000000,400.000000,0.000000 - - - -0 -0.000000,240.000000,0.000000 - - - -TileGroup5 -Position - - -0 -0.000000,80.000000,0.000000 - - - -0 -0.000000,-80.000000,0.000000 - - - -TileGroup4 -Position - - -0 -0.000000,240.000000,0.000000 - - - -0 -0.000000,80.000000,0.000000 - - - -TileGroup6 -Position - - -0 -0.000000,-80.000000,0.000000 - - - -0 -0.000000,-160.000000,0.000000 - - - -0 -0.000000,720.000000,0.000000 - - - -0 -0.000000,720.000000,0.000000 - - - - - - -XuiBlankScene -405.000000 -244.000000 - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiScene -96.000000 -96.000000 -0.000000,3.000000,0.000000 -15 - - - -graphic_groupbackground -96.000000 -96.000000 -15 - - - -Graphic_TL -32.000000 -32.000000 -3 -Graphics\PanelsAndTabs\Panel_TL.png - - - - -Graphic_TM -32.000000 -32.000000 -32.000000,0.000000,0.000000 -71 -Graphics\PanelsAndTabs\Panel_TM.png - - - - -Graphic_TR -32.000000 -32.000000 -64.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_TR.png - - - - -Graphic_ML -32.000000 -32.000000 -0.000000,32.000000,0.000000 -139 -Graphics\PanelsAndTabs\Panel_ML.png - - - - -Graphic_MM -32.000000 -32.000000 -32.000000,32.000000,0.000000 -207 -Graphics\PanelsAndTabs\Panel_MM.png - - - - -Graphic_MR -32.000000 -32.000000 -64.000000,32.000000,0.000000 -142 -Graphics\PanelsAndTabs\Panel_MR.png - - - - -Graphic_BL -32.000000 -32.000000 -0.000000,64.000000,0.000000 -9 -Graphics\PanelsAndTabs\Panel_BL.png - - - - -Graphic_BM -32.000000 -32.000000 -32.000000,64.000000,0.000000 -77 -Graphics\PanelsAndTabs\Panel_BM.png - - - - -Graphic_BR -32.000000 -32.000000 -64.000000,64.000000,0.000000 -12 -Graphics\PanelsAndTabs\Panel_BR.png - - - - - -XuiTextPresenter -66.000000 -40.000000 -14.999996,14.000000,0.000000 -15 -0xff0f0f0f -18.000000 -1024 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiMenuScene -96.000000 -96.000000 -15 - - - -XuiTextPresenter -66.000000 -40.000000 -14.999996,14.000000,0.000000 -5 -0xff0f0f0f -18.000000 -1040 - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -XuiBlackScene -405.000000 -244.000000 - - - -1280.000000 -720.000000 - - -1.000000 -0xff0f0f80 - - - - -0xff0f0f0f - - -3 -0xff0f0f0f -0xffe5e5e5 -0xff0f0f0f -0.000000 -0.000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,300.000000,0.000000,0,300.000000,0.000000,300.000000,0.000000,300.000000,234.000000,0,300.000000,234.000000,300.000000,234.000000,0.000000,234.000000,0,0.000000,234.000000,0.000000,234.000000,0.000000,0.000000,0, - - - - - -Normal - - - -EndNormal - -stop - - -Focus - - - -EndFocus - -stop - - - - - - -GraphicPanel4grid -32.000000 -32.000000 -15 - - - -graphic_groupbackground -32.000000 -32.000000 -15 - - - -Bot_R -16.000000 -16.000000 -16.000000,16.000000,0.000000 -12 -Graphics\PanelsAndTabs\Panel_Bot_R.png -48 - - - - -Bot_L -16.000000 -16.000000 -0.000000,16.000000,0.000000 -9 -Graphics\PanelsAndTabs\Panel_Bot_L.png -48 - - - - -Top_R -16.000000 -16.000000 -16.000000,0.000000,0.000000 -6 -Graphics\PanelsAndTabs\Panel_Top_R.png -48 - - - - -Top_L -16.000000 -16.000000 -3 -Graphics\PanelsAndTabs\Panel_Top_L.png -48 - - - - - - -CraftingCategoryIcon -48.000000 -48.000000 - - - -Icon -48.000000 -48.000000 -15 -8 -Graphics\CraftIcons\icon_armour.png -48 - - - - - -Armour - -stop - - -Brewing - -stop - - -Decoration - -stop - - -Food - -stop - - -Materials - -stop - - -Mechanisms - -stop - - -Misc - -stop - - -RedstoneAndTransport - -stop - - -Structures - -stop - - -Tools - -stop - - -Transport - -stop - - - -Icon -ImagePath - - -0 -Graphics\CraftIcons\icon_armour.png - - - -0 -Graphics\CraftIcons\icon_brewing.png - - - -0 -Graphics\CraftIcons\icon_decoration.png - - - -0 -Graphics\CraftIcons\icon_food.png - - - -0 -Graphics\CraftIcons\icon_Materials.png - - - -0 -Graphics\CraftIcons\icon_mechanisms.png - - - -0 -Graphics\CraftIcons\icon_misc.png - - - -0 -Graphics\CraftIcons\icon_Redstone_and_Transport.png - - - -0 -Graphics\CraftIcons\icon_structures.png - - - -0 -Graphics\CraftIcons\icon_tools.png - - - -0 -Graphics\CraftIcons\icon_transport.png - - - - - - -CraftingPanelTabRightSmall -72.000000 -56.000000 - - - -Image -72.000000 -56.000000 -Graphics\PanelsAndTabs\Tab_Small_Right.png -48 - - - - - -CraftingPanelTabRight -107.000000 -85.000000 - - - -Image -107.000000 -85.000000 -Graphics\PanelsAndTabs\Tab_Right.png -48 - - - - - -CraftingPanelTabMiddleSmall -72.000000 -56.000000 - - - -TabImage2 -72.000000 -56.000000 -Graphics\PanelsAndTabs\Tab_Small_Middle.png -48 - - - - - -CraftingPanelTabMiddle -107.000000 -85.000000 - - - -Image -107.000000 -85.000000 -Graphics\PanelsAndTabs\Tab_Middle.png -48 - - - - - -CraftingPanelTabLeftSmall -72.000000 -56.000000 - - - -Image -72.000000 -56.000000 -Graphics\PanelsAndTabs\Tab_Small_Left.png -48 - - - - - -CraftingPanelTabLeft -107.000000 -85.000000 - - - -Image -107.000000 -85.000000 -Graphics\PanelsAndTabs\Tab_Left.png -48 - - - - - -CraftingPanelVScrollSmall -22.000000 -67.000000 - - - -Image -22.000000 -67.000000 -1 -Graphics\CraftScene\Crafting_2SlotSmallV.png -48 - - - - - -CraftingPanelVScroll3 -80.000000 -258.000000 - - - -Image -80.000000 -258.000000 -2 -Graphics\CraftScene\Crafting_3SlotLargeV.png -48 - - - - - -CraftingPanelVScroll2 -80.000000 -204.000000 - - - -Image -80.000000 -204.000000 -Graphics\CraftScene\Crafting_2SlotLargeV.png -48 - - - - - -CraftingPanelHighlightSmall -43.000000 -43.000000 - - - -Image -43.000000 -43.000000 -4 -Graphics\CraftScene\Craft_Highlight_L_ExtraSmall.png -48 - - - - - -CraftingPanelHighlight -72.000000 -72.000000 - - - -Image -72.000000 -72.000000 -Graphics\CraftScene\Craft_Highlight_L_Small.png -48 - - - - - -CraftingPanel3x3Small -490.000000 -284.000000 - - - -Image -490.000000 -284.000000 -Graphics\PanelsAndTabs\Crafting_Panel_Small.png -48 - - - - - -CraftingPanel3x3 -689.000000 -490.000000 - - - -Image -689.000000 -490.000000 -1 -Graphics\PanelsAndTabs\Crafting_Panel.png -48 - - - - - -CraftingPanel2x2Small -420.000000 -284.000000 - - - -Image -420.000000 -284.000000 -Graphics\PanelsAndTabs\Crafting_Panel_Small_2x2.png -48 - - - - - -CraftingPanel2x2 -591.000000 -490.000000 - - - -Image -591.000000 -490.000000 -Graphics\PanelsAndTabs\Crafting_Panel2x2.png -48 - - - - - -CreativeInventoryTabRightSmall -54.000000 -56.000000 - - - -Image -54.000000 -56.000000 -1 -Graphics\PanelsAndTabs\Tab_Creative8_Small_R.png -48 - - - - - -CreativeInventoryTabRight -83.000000 -78.000000 - - - -Image -83.000000 -78.000000 -1 -Graphics\PanelsAndTabs\Tab_Creative8_R.png -48 - - - - - -CreativeInventoryTabMiddleSmall -54.000000 -56.000000 - - - -Image -54.000000 -56.000000 -1 -Graphics\PanelsAndTabs\Tab_Creative8_Small_M.png -48 - - - - - -CreativeInventoryTabMiddle -83.000000 -78.000000 - - - -Image -83.000000 -78.000000 -1 -Graphics\PanelsAndTabs\Tab_Creative8_M.png -48 - - - - - -CreativeInventoryTabLeftSmall -54.000000 -56.000000 - - - -Image -54.000000 -56.000000 -1 -Graphics\PanelsAndTabs\Tab_Creative8_Small_L.png -48 - - - - - -CreativeInventoryTabLeft -83.000000 -78.000000 - - - -Image -83.000000 -78.000000 -1 -Graphics\PanelsAndTabs\Tab_Creative8_L.png -48 - - - - - -CreativeInventorySmall -418.000000 -294.000000 - - - -Image -418.000000 -294.000000 -0.000015,0.000015,0.000000 -1 -Graphics\PanelsAndTabs\Creative_Panel_8_Small.png -48 - - - - - -CreativeInventory -643.000000 -490.000000 - - - -image -643.000000 -490.000000 -1 -Graphics\PanelsAndTabs\Creative_Panel_8.png -48 - - - - - -IconLStickSides -97.000000 -64.000000 - - - -Image -97.000000 -64.000000 -15 -8 -Graphics\X360ControllerIcons\ButtonLeftStick_sides.png - - - - - -IconLBumper -70.000000 -64.000000 - - - -Image -70.000000 -64.000000 -15 -8 -Graphics\X360ControllerIcons\ButtonLeftBumper.png - - - - - -IconRBumper -70.000000 -64.000000 - - - -Image -70.000000 -64.000000 -15 -8 -Graphics\X360ControllerIcons\ButtonRightBumper.png - - - - - -ImHowToPlayTrading -588.000000 -360.000000 - - - -Image -588.000000 -360.000000 -Graphics\HowToPlay\HowToPlay_Trading.png - - - - - -ImHowToPlayTradingSmall -260.000000 -174.000000 - - - -Image1 -260.000000 -174.000000 -1 -Graphics\HowToPlay\HowToPlay_Trading_Small.png - - - - - -ImHowToPlayAnvilSmall -260.000000 -290.000000 - - - -Image -260.000000 -290.000000 -1 -Graphics\HowToPlay\HowToPlay_Anvil_Small.png - - - - - -ImHowToPlayAnvil -430.000000 -430.000000 - - - -Image -430.000000 -430.000000 -Graphics\HowToPlay\HowToPlay_Anvil.png - - - - - -ImHowToPlayEnchantment -339.000000 -342.000000 - - - -Image -451.000000 -455.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_Enchantment.png - - - - - -ImHowToPlayEnderchest -339.000000 -342.000000 - - - -XuiImageBreeding -451.000000 -455.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_Enderchest.png - - - - - -ImHowToPlayBrewing -339.000000 -342.000000 - - - -XuiImageBrewing -451.000000 -455.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_Brewing.png - - - - - -ImHowToPlayFarmingAnimals -339.000000 -342.000000 - - - -XuiImageFarmingAnimals -451.000000 -455.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_FarmingAnimals.png - - - - - -ImHowToPlayBreeding -339.000000 -342.000000 - - - -XuiImageBreeding -451.000000 -455.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_Breeding.png - - - - - -ImHowToPlayCreative -491.000000 -371.000000 - - - -Image -654.000000 -494.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_Creative.png - - - - - -ImHowToPlayCraftingTable -517.000000 -371.000000 - - - -Image -689.000000 -494.000000 -0.750000,0.750000,0.750000 -1 -Graphics\HowToPlay\HowToPlay_CraftTable.png - - - - - -ImHowToPlayCrafting -563.000000 -428.000000 - - - -Image -563.000000 -428.000000 -8 -Graphics\HowToPlay\HowToPlay_Crafting.png - - - - - -ImHowToPlayFurnace -444.000000 -448.000000 - - - -Image -444.000000 -448.000000 -Graphics\HowToPlay\HowToPlay_Furnace.png - - - - - -ImHowToPlayLargeChest -335.000000 -417.000000 - - - -Image -446.000000 -556.000000 -0.750000,0.750000,1.000000 -8 -Graphics\HowToPlay\HowToPlay_LargeChest.png - - - - - -ImHowToPlayChest -449.000000 -434.000000 - - - -Image -449.000000 -434.000000 -1 -Graphics\HowToPlay\HowToPlay_Chest.png - - - - - -ImHowToPlayInventory -451.000000 -455.000000 - - - -Image -451.000000 -455.000000 -Graphics\HowToPlay\HowToPlay_Inventory.png - - - - - -ImHowToPlayHUD -583.000000 -157.000000 - - - -Image -583.000000 -157.000000 -1 -Graphics\HowToPlay\HowToPlay_HUD.png - - - - - -ImHowToPlayDispenser -453.000000 -431.000000 - - - -Image -453.000000 -431.000000 -1 -Graphics\HowToPlay\HowToPlay_Dispenser.png - - - - - -ImHowToPlayNetherPortal -525.000000 -308.000000 - - - -Image -750.000000 -440.000000 -0.700000,0.700000,1.000000 -1 -Graphics\HowToPlay\HowToPlay_NetherPortal.png - - - - - -ImHowToPlayTheEnd -525.000000 -308.000000 - - - -Image -750.000000 -440.000000 -0.700000,0.700000,1.000000 -1 -Graphics\HowToPlay\HowToPlay_TheEnd.png - - - - - -ImHowToPlayTheEndSmall -248.000000 -146.000000 - - - -Image -248.000000 -146.000000 -1 -Graphics\HowToPlay\HowToPlay_TheEnd_Small.png -48 - - - - - -ImHowToPlayNetherPortalSmall -248.000000 -146.000000 - - - -Image -248.000000 -146.000000 -1 -Graphics\HowToPlay\HowToPlay_NetherPortal_Small.png -48 - - - - - -ImHowToPlayDispenserSmall -262.000000 -280.000000 - - - -Image -262.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_Dispenser_Small.png - - - - - -ImHowToPlayHUDSmall -364.000000 -84.000000 - - - -Image -364.000000 -84.000000 -1 -Graphics\HowToPlay\HowToPlay_HUD_Small.png -48 - - - - - -ImHowToPlayInventorySmall -262.000000 -280.000000 - - - -Image -262.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_Inventory_Small.png - - - - - -ImHowToPlayChestSmall -258.000000 -260.000000 - - - -Image -258.000000 -260.000000 -1 -Graphics\HowToPlay\HowToPlay_Chest_Small.png - - - - - -ImHowToPlayLargeChestSmall -213.000000 -270.000000 - - - -Image -142.000000 -180.000000 -1.500000,1.500000,1.000000 -1 -Graphics\HowToPlay\HowToPlay_LargeChest_Small.png -48 - - - - - -ImHowToPlayFurnaceSmall -262.000000 -290.000000 - - - -Image -262.000000 -290.000000 -1 -Graphics\HowToPlay\HowToPlay_Furnace_Small.png - - - - - -ImHowToPlayCraftingSmall -252.000000 -170.000000 - - - -Image -252.000000 -170.000000 -1 -Graphics\HowToPlay\HowToPlay_Crafting_Small.png -48 - - - - - -ImHowToPlayCraftingTableSmall -245.000000 -142.000000 - - - -Image -245.000000 -142.000000 -1 -Graphics\HowToPlay\HowToPlay_CraftTable_Small.png -48 - - - - - -ImHowToPlayCreativeSmall -258.000000 -194.000000 - - - -Image -258.000000 -194.000000 -1 -Graphics\HowToPlay\HowToPlay_Creative_Small.png - - - - - -ImHowToPlayBreedingSmall -262.000000 -280.000000 - - - -Image -262.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_Breeding_Small.png - - - - - -ImHowToPlayFarmingAnimalsSmall -262.000000 -280.000000 - - - -Image -262.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_FarmingAnimals_Small.png - - - - - -ImHowToPlayBrewingSmall -260.000000 -290.000000 - - - -Image -260.000000 -290.000000 -1 -Graphics\HowToPlay\HowToPlay_Brewing_Small.png - - - - - -ImHowToPlayEnchantmentSmall -262.000000 -280.000000 - - - -Image -262.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_Enchantment_Small.png - - - - - -ImHowToPlayEnderchestSmall -262.000000 -280.000000 - - - -Image -262.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_Enderchest_small.png - - - - - -ImHowToPlayBeaconSmall -260.000000 -290.000000 - - - -Image -336.000000 -290.000000 -1 -Graphics\HowToPlay\HowToPlay_Beacon_Small.png - - - - - -ImHowToPlayBeacon -430.000000 -430.000000 - - - -Image -430.000000 -430.000000 -1 -Graphics\HowToPlay\HowToPlay_Beacon.png - - - - - -ImHowToPlayHorsesSmall -248.000000 -146.000000 - - - -Image -248.000000 -146.000000 -1 -Graphics\HowToPlay\HowToPlay_Horses_Small.png -48 - - - - - -ImHowToPlayHorses -525.000000 -308.000000 - - - -Image -516.000000 -302.000000 -1 -Graphics\HowToPlay\HowToPlay_Horses.png - - - - - -ImHowToPlayFireworksSmall -260.000000 -280.000000 - - - -Image -260.000000 -280.000000 -1 -Graphics\HowToPlay\HowToPlay_Fireworks_Small.png - - - - - -ImHowToPlayFireworks -428.000000 -450.000000 - - - -Image -428.000000 -450.000000 -1 -Graphics\HowToPlay\HowToPlay_Fireworks.png - - - - - -ImHowToPlayHopperSmall -260.000000 -220.000000 - - - -Image -260.000000 -220.000000 -1 -Graphics\HowToPlay\HowToPlay_Hopper_Small.png - - - - - -ImHowToPlayHopper -430.000000 -336.000000 - - - -Image -430.000000 -336.000000 -1 -Graphics\HowToPlay\HowToPlay_Hopper.png - - - - - -XuiLabelDarkCentred8 -404.000000 -180.000000 -1.000000,1.000000,0.000000 - - - -Text -404.000000 -180.000000 -15 -0xff323232 -8.000000 -5120 - - - - - -XuiLabelVertCentDarkLeftWrap18 -405.000000 -180.000000 - - - -Text -405.000000 -180.000000 -15 -0xff323232 -18.000000 -20736 - - - - - -XuiLabelVertCentDarkLeft8 -404.000000 -180.000000 -1.000000,1.000000,0.000000 - - - -Text -404.000000 -180.000000 -15 -0xff323232 -8.000000 -4352 - - - - - -Beacon_1 -40.000000 -40.000000 - - - -Image -40.000000 -40.000000 -15 -8 -Graphics\Beacon_1.png -48 - - - - - -Beacon_2 -40.000000 -40.000000 - - - -Image -40.000000 -40.000000 -15 -8 -Graphics\Beacon_2.png -48 - - - - - -Beacon_3 -40.000000 -40.000000 - - - -Image -40.000000 -40.000000 -15 -8 -Graphics\Beacon_3.png -48 - - - - - -Beacon_4 -40.000000 -40.000000 - - - -Image -40.000000 -40.000000 -15 -8 -Graphics\Beacon_4.png -48 - - - + + 1280.000000 + 720.000000 + + + + XuiCheckboxSmall + 265.000000 + 20.000000 + + + + + Normal + + + + EndNormal + + stop + + + Focus + + + + EndFocus + + stop + + + NormalCheck + + + + EndNormalCheck + + stop + + + FocusCheck + + + + EndFocusCheck + + stop + + + NormalDisable + + + + EndNormalDisable + + stop + + + FocusDisable + + + + EndFocusDisable + + stop + + + NormalCheckDisable + + + + EndNormalCheckDisable + + stop + + + FocusCheckDisable + + + + EndFocusCheckDisable + + stop + + + NormalSel + + + + EndNormalSel + + stop + + + NormalSelCheck + + + + EndNormalSelCheck + + stop + + + NormalSelCheckDisable + + + + EndNormalSelCheckDisable + + stop + + + NormalSelDisable + + + + EndNormalSelDisable + + stop + + + + TickBox_Over + + + none + 4161536 + 0 + + + + none + 0 + 131072 + + + + none + 768 + 12801 + + + + none + 50 + 4161536 + + + + none + 838877056 + 0 + + + + none + -2147483648 + 1792 + + + + none + 8 + 50 + + + + none + 150994944 + 838876928 + + + + none + 3277119 + 0 + + + + none + 1056964608 + 12 + + + + none + 0 + 218103808 + + + + none + 917504 + 3277119 + + + + none + 12801 + 1056964608 + + + + none + 4128768 + 0 + + + + none + 12 + 2 + + + + linear + 720896 + 0 + + + + none + 1024 + 12801 + + + + none + 50 + 4161536 + + + + + + + linear + 402432 + 36609 + 1799604224 + 4354048 + 0 + -1526726656 + 84017154 + 24838144 + 4587776 + 85721088 + 983110 + 1109393408 + 1109393408 + 166 + 16842752 + 1048580 + 16779556 + 143 + 23872456 + 16896 + 0 + 10944512 + 334103 + -1315861 + -15790321 + 1099956224 + 1041 + 5 + 23986176 + 0 + 3840 + 5120 + 16 + 21 + 16777216 + 285212672 + 369098752 + 1179648 + 2752768 + 0 + 16818176 + 257 + 17170432 + 327680 + 0 + 3293056 + 0 + 1310720 + 3292928 + 0 + 1376256 + 3292928 + 0 + 1441792 + 3292928 + 0 + 2752512 + 3293056 + 2 + 117441564 + 135 + 24855496 + 17008 + 0 + 983040 + 1280 + 1694564358 + 603979778 + -2030016957 + -939524030 + 1879048192 + 3840 + 16842969 + 6619392 + 85721088 + 8847464 + 1137180672 + 1114636288 + 15 + 16842970 + 262400 + 153354240 + 9371712 + 1134559232 + 1105199104 + 168 + 15 + 421003243 + -336855281 + 252658048 + 0 + 1360330822 + 16779044 + 143 + 4604448 + 16928 + 0 + 11075584 + 9046277 + 16 + 48 + 917760 + 68943872 + 983054 + 1120272384 + 1115947008 + 170 + 0 + 1441807 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 1280 + 18 + 12 + 50358784 + 385875968 + 218103808 + 1572864 + 917760 + 6400 + 3840 + 107 + 32 + 0 + 436207616 + 1526923371 + 7077888 + 6029312 + 27904 + 25601 + 31 + 101 + 0 + 536870912 + 2113994752 + 3276800 + 8323072 + 28160 + 37120 + 51 + 205 + 50359808 + 1862270976 + -838860800 + 7340032 + 14614528 + 28928 + 72195 + 7340069 + 283 + 0 + 637534209 + 469827584 + 4 + 6684672 + 131329 + 151060742 + 22 + 0 + 16777266 + 4161536 + 0 + 33554432 + 838942592 + 0 + 327680 + 3277119 + -2147483648 + 3072 + 12801 + 1065353216 + 13 + 16777266 + 4161536 + 0 + 251658240 + 838926336 + 0 + 2097152 + 3277119 + 0 + 15872 + 12801 + 0 + 91 + 50 + 20905984 + 0 + 1543503872 + 838942592 + 0 + 6291456 + 3277119 + -2147483648 + 25601 + 12801 + 1065353216 + 101 + 16777266 + 4161536 + 0 + 2113929216 + 838877056 + 0 + 8323072 + 3277119 + -2147483648 + 37120 + 12801 + 1065353216 + 205 + 50 + 20938752 + 0 + -838860800 + 838926336 + 0 + 14614528 + 3277119 + 0 + 64768 + 12801 + 0 + 282 + 50 + 20905984 + 1 + 453050368 + 838942336 + 104 + 2 + 16844289 + 17367040 + 1245184 + 256 + 3293056 + 256 + 512 + 12863 + -2147483647 + 5 + 50 + 0 + 16777216 + 201392128 + 838860800 + 65536 + 852224 + 3293056 + 256 + 3841 + 12863 + -2147483648 + 92 + 50 + 1065353216 + 0 + 1677721600 + 843022336 + 0 + 6619392 + 3293056 + 256 + 32256 + 12863 + -2147483647 + 127 + 50 + 1065353216 + 16777216 + -1862270976 + 838860800 + 65536 + 11468800 + 3292928 + 256 + 52481 + 12800 + 1 + 206 + 50 + 1065353216 + 16777216 + -553648128 + 838860800 + 65536 + 16580608 + 3292928 + 256 + 72192 + 12800 + 1 + 283 + 16777266 + 1065353216 + 16793600 + 257 + 0 + 1048576 + 256 + 3342315 + -336920576 + 131072 + 3342315 + -336920576 + 327680 + 3342315 + -351338496 + 786432 + 3342315 + -351338496 + 851968 + 3342240 + -1600126976 + 917504 + 3342240 + -1600126976 + 983040 + 3342315 + -351338496 + 6029312 + 3342315 + -351338496 + 6553600 + 3342315 + -336920576 + 6619136 + 3342315 + -336920576 + 8257536 + 3342315 + -336920576 + 8323072 + 3342315 + -336920576 + 9502720 + 3342315 + -351338496 + 11468800 + 3342315 + -343932928 + 13434880 + 3342315 + -351338496 + 13500416 + 3342315 + -336920562 + 3 + 16777473 + 131328 + 0 + 100663296 + 0 + 838860800 + 0 + 512 + 12800 + 654321664 + 0 + 50331648 + 838860800 + 0 + 3072 + 12800 + 0 + 0 + 1543503872 + 838870784 + 671187712 + 23808 + 12800 + 0 + 519 + 269312 + 34561 + 2101594112 + 4329472 + 0 + 251658240 + 327781 + 16778788 + 647 + 6702024 + 16912 + 0 + 983041 + 16832768 + 1694564357 + 469762048 + -2030016445 + -939524030 + 268435456 + 3841 + 16833024 + 67174409 + 603979776 + -1895808957 + -1392508863 + -536870912 + 43776 + 3865 + 402648043 + -335606001 + 255930368 + 81 + 352339457 + 467968 + 36608 + 1178722304 + 4317184 + 0 + -1409286144 + 185140480 + 4096 + 12288 + 234946564 + 469762048 + 251661890 + -973078462 + -2080374784 + 43520 + 0 + 369102592 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 327680 + 4608 + 3075 + 6946839 + 13 + 0 + 402653184 + 234946560 + 1638400 + 983040 + 27392 + 8192 + 26 + 91 + 50359040 + 1811939328 + 1543503872 + 7143424 + 6553856 + 7936 + 25856 + 32 + 126 + 16777216 + 838860800 + 2130706432 + 7208960 + 9502720 + 13056 + 52483 + 7209071 + 206 + 0 + 1879048192 + -553648128 + 7405568 + 18481920 + 1879057664 + 72448 + 38 + 284 + 16777216 + 1024 + 1711276032 + 33620233 + 16844288 + 5632 + 1 + 12800 + 1065353216 + 2 + 50 + 20938752 + 0 + 83886080 + 838942592 + 0 + 786432 + 3277119 + -2147483648 + 3329 + 12800 + 1065353216 + 15 + 50 + 16777216 + 0 + 536870912 + 838942464 + 0 + 4063232 + 3277056 + 0 + 23296 + 12801 + 1056964608 + 92 + 50 + 20938752 + 0 + 1610612736 + 838942592 + 0 + 6553856 + 3277119 + -2147483648 + 25857 + 12800 + 1065353216 + 126 + 50 + 4161536 + 0 + 2130706432 + 838942592 + 0 + 9502720 + 3277119 + -2147483648 + 52480 + 12801 + 1065353216 + 206 + 50 + 16777216 + 0 + -553648128 + 838942464 + 0 + 16580608 + 3277056 + 0 + 72192 + 12801 + 1056964608 + 283 + 16777266 + 20873216 + 26624 + 513 + 17170689 + 150994944 + 318767104 + 65536 + 843022336 + 65536 + 131072 + 3293056 + 256 + 1280 + 12800 + 1 + 12 + 16777266 + 0 + 16777216 + 218169344 + 843022336 + 65536 + 983296 + 3293056 + 0 + 23552 + 12863 + -2147483648 + 100 + 50 + 1065353216 + 0 + 1694564352 + 843022336 + 65536 + 8257536 + 3293056 + 256 + 32512 + 12863 + -2147483647 + 145 + 50 + 0 + 16777216 + -1358954496 + 842989568 + 65536 + 13435136 + 3276800 + 256 + 52736 + 12863 + -2147483647 + 223 + 50 + 0 + 16777216 + -50331648 + 842989568 + 65536 + 18481152 + 3276800 + 256 + 72449 + 12863 + -2147483647 + 4194304 + 65792 + 0 + 268435456 + 65536 + 855632875 + -352321536 + 33554432 + 855632875 + -352321536 + 83886080 + 855632875 + 251658240 + 201326592 + 855632875 + 251658240 + 218103808 + 855613600 + -1610612736 + 234881024 + 855613600 + -1610612736 + 251658240 + 855632875 + 251658240 + 1543503872 + 855632875 + 251658240 + 1677721600 + 855632875 + -352321536 + 1694498816 + 855632875 + -352321536 + 2113929216 + 855632875 + -352321536 + 2130706432 + 855632875 + -352321536 + -1862270976 + 855632875 + 251658240 + -1358954496 + 855632875 + -2147483648 + -855638016 + 855632875 + 251658240 + -838860800 + 855632875 + -352317952 + 769 + 65792 + 33619968 + 6 + 0 + 50 + 0 + 0 + 131072 + 3276839 + 2621440 + 3 + 50 + 0 + 0 + 786432 + 3276800 + 0 + 92 + 50 + 2555944 + 25362432 + 6094848 + 3276800 + 0 + 132864 + 68943872 + 8847735 + 1137180672 + 1114636288 + 15 + 0 + 67134721 + 402432 + 165632 + 1715718144 + 4354048 + 0 + 251658497 + 14221413 + 16778524 + 135 + 6833096 + 17008 + 0 + 983297 + 14286852 + 16779556 + 143 + 4211643 + 16864 + 0 + 11337728 + 989463 + -1315861 + -15790321 + 1098907648 + 20757 + 917760 + 68943872 + 983054 + 1120272384 + 1115947008 + 170 + 0 + 1441807 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 1280 + 18 + 12 + 50358784 + 385875968 + 218103808 + 1572864 + 917760 + 6400 + 3840 + 107 + 32 + 0 + 436207616 + 1526923371 + 7077888 + 6029312 + 27904 + 25601 + 31 + 101 + 0 + 536870912 + 2113994752 + 3276800 + 8323072 + 28160 + 37120 + 51 + 205 + 50359808 + 1862270976 + -838860800 + 7340032 + 14614528 + 28928 + 72195 + 7340069 + 283 + 0 + 637534209 + 469827584 + 4 + 6684672 + 131329 + 151060742 + 22 + 0 + 16777266 + 4161536 + 0 + 33554432 + 838942592 + 0 + 327680 + 3277119 + -2147483648 + 3072 + 12801 + 1065353216 + 13 + 16777266 + 4161536 + 0 + 251658240 + 838926336 + 0 + 2097152 + 3277119 + 0 + 15872 + 12801 + 0 + 91 + 50 + 20905984 + 0 + 1543503872 + 838942592 + 0 + 6291456 + 3277119 + -2147483648 + 25601 + 12801 + 1065353216 + 101 + 16777266 + 4161536 + 0 + 2113929216 + 838877056 + 0 + 8323072 + 3277119 + -2147483648 + 37120 + 12801 + 1065353216 + 205 + 50 + 20938752 + 0 + -838860800 + 838926336 + 0 + 14614528 + 3277119 + 0 + 64768 + 12801 + 0 + 282 + 50 + 20905984 + 1 + 453050368 + 838942336 + 104 + 2 + 16844289 + 17367040 + 1245184 + 256 + 3293056 + 256 + 512 + 12863 + -2147483647 + 5 + 50 + 0 + 16777216 + 201392128 + 838860800 + 65536 + 852224 + 3293056 + 256 + 3841 + 12863 + -2147483648 + 92 + 50 + 1065353216 + 0 + 1677721600 + 843022336 + 0 + 6619392 + 3293056 + 256 + 32256 + 12863 + -2147483647 + 127 + 50 + 1065353216 + 16777216 + -1862270976 + 838860800 + 65536 + 11468800 + 3292928 + 256 + 52481 + 12800 + 1 + 206 + 50 + 1065353216 + 16777216 + -553648128 + 838860800 + 65536 + 16580608 + 3292928 + 256 + 72192 + 12800 + 1 + 283 + 16777266 + 1065353216 + 16793600 + 257 + 0 + 1048576 + 256 + 3342315 + -336920576 + 131072 + 3342315 + -336920576 + 327680 + 3342315 + -351338496 + 786432 + 3342315 + -351338496 + 851968 + 3342240 + -1600126976 + 917504 + 3342240 + -1600126976 + 983040 + 3342315 + -351338496 + 6029312 + 3342315 + -351338496 + 6553600 + 3342315 + -336920576 + 6619136 + 3342315 + -336920576 + 8257536 + 3342315 + -336920576 + 8323072 + 3342315 + -336920576 + 9502720 + 3342315 + -351338496 + 11468800 + 3342315 + -343932928 + 13434880 + 3342315 + -351338496 + 13500416 + 3342315 + -336920562 + 3 + 16777473 + 131328 + 0 + 100663296 + 0 + 838860800 + 0 + 512 + 12800 + 654321664 + 0 + 50331648 + 838860800 + 0 + 3072 + 12800 + 0 + 0 + 1543503872 + 838870784 + 671187712 + 23808 + 12800 + 0 + 519 + 269312 + 34561 + 2034485248 + 4333568 + 0 + 251658240 + 262245 + 16778788 + 647 + 6702024 + 16928 + 0 + 983041 + 16832768 + 1694564357 + 469762048 + -2030016445 + -939524030 + 536870912 + 3841 + 16833024 + 67174409 + 603979776 + -1895808957 + -1073741759 + -536870912 + 44544 + 3865 + 402648043 + -335606001 + 255930368 + 81 + 352325121 + 269312 + 3840 + 239257088 + 4359168 + 0 + -1442840576 + 5632 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 106 + 5 + 0 + 301989888 + 201523306 + 1507328 + 851968 + 6144 + 3585 + 25 + 15 + 0 + 1795162112 + 536870912 + 1703936 + 5964544 + 1795189760 + 23552 + 109 + 100 + 16777216 + 520093696 + 1694498816 + 2097152 + 8257792 + 12800 + 32512 + 110 + 145 + 0 + 855638016 + -855441298 + 7274496 + 13500416 + 28672 + 57088 + 113 + 282 + 50360320 + 620756993 + 452984832 + 2490368 + 18612480 + 0 + 67134976 + 513 + 17367297 + 100663296 + 369098752 + 65536 + 838877056 + 0 + 131072 + 3277119 + -2147483648 + 1280 + 12801 + 1065353216 + 12 + 50 + 20938752 + 0 + 218169344 + 838877056 + 0 + 983040 + 3277056 + 0 + 8192 + 12801 + 1056964608 + 62 + 50 + 16777216 + 0 + 1526726656 + 838942464 + 0 + 6029312 + 3277119 + -2147483648 + 24576 + 12801 + 1065353216 + 100 + 16777266 + 20938752 + 0 + 1694564352 + 838877056 + 0 + 8257536 + 3276863 + -2147483648 + 32512 + 12801 + 1065353216 + 145 + 50 + 20938752 + 0 + -855638016 + 838942592 + 0 + 13500416 + 3277056 + 0 + 57088 + 12801 + 1056964608 + 253 + 50 + 16777216 + 1 + 436207616 + 838942464 + 0 + 18546944 + 3277118 + -2147483648 + 1744830464 + 33620230 + 16845056 + 4864 + 1 + 12863 + -2147483647 + 2 + 50 + 1065353216 + 16777216 + 83886080 + 838860800 + 65536 + 786688 + 3276800 + 256 + 3329 + 12863 + -2147483647 + 15 + 16777266 + 1065353216 + 0 + 1543503872 + 843022336 + 0 + 6553600 + 3293056 + 0 + 25857 + 12863 + -2147483647 + 126 + 50 + 1065353216 + 16777216 + 2130706432 + 843022336 + 65536 + 9502720 + 3276800 + 256 + 44800 + 12863 + 1 + 205 + 16777266 + 0 + 16777216 + -838860800 + 843022336 + 65536 + 14614528 + 3276800 + 256 + 64768 + 12863 + 1 + 282 + 50 + 0 + 16777217 + 453050368 + 843022336 + 65600 + 1 + 16777216 + 4096 + 1 + 13055 + -336860416 + 512 + 13055 + -336860416 + 1280 + 13055 + -336916736 + 3072 + 13055 + -336916736 + 3328 + 13055 + -1600086016 + 3584 + 13055 + -1600086016 + 3840 + 13055 + -336916736 + 23552 + 13055 + -336916736 + 25600 + 13055 + -336860416 + 25856 + 13055 + -336860416 + 32256 + 13055 + -336860416 + 32512 + 13055 + -336860416 + 37120 + 13055 + -336916736 + 44800 + 13055 + -336887808 + 52480 + 13055 + -336916736 + 52736 + 13055 + -336860416 + 234881024 + 50397185 + 16777729 + 0 + 393216 + 0 + 3276800 + 0 + 2 + 50 + 2555944 + 0 + 196608 + 3276800 + 0 + 12 + 50 + 0 + 0 + 6029312 + 3276839 + 2621827 + 93 + 50 + 0 + 2 + 117441564 + 135 + 25445032 + 16832 + 0 + 983040 + 1280 + 922812425 + 603979778 + 251676738 + -1342177215 + -536870912 + 5376 + 420413441 + 16973583 + 260046850 + 168035071 + -336916736 + 257 + 1008 + 6619392 + 85721088 + 34013286 + 1118306304 + 1103101952 + 65793 + -2063571711 + 267264 + 1792 + 1749198848 + 4308992 + 65793 + -2046819327 + 463872 + 1792 + 1078110208 + 4308992 + 1644543 + -336860161 + 252645185 + 1342177280 + 5510400 + 234946564 + 469762048 + 251661889 + -536870846 + 402653184 + 44800 + 0 + 301993728 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 1179648 + 196864 + 5888 + 1024 + 24 + 5 + 16777216 + 419430400 + 100663296 + 1703936 + 459008 + 27648 + 2048 + 109 + 14 + 16777216 + 520093696 + 251658240 + 2097152 + 1048832 + 12800 + 4352 + 51 + 18 + 16777216 + 1862270976 + 318767104 + 7405568 + 1310976 + 9472 + 5376 + 38 + 22 + 16777216 + 1024 + 1711276032 + 33620233 + 16844288 + 4608 + 1 + 12800 + 1065353216 + 2 + 50 + 20938752 + 0 + 50331648 + 838942592 + 0 + 262144 + 3276863 + -2147483648 + 1280 + 12800 + 0 + 6 + 50 + 0 + 0 + 117440512 + 838860800 + 0 + 524288 + 3277119 + -2147483648 + 2816 + 12801 + 1065353216 + 14 + 16777266 + 20938752 + 0 + 251723776 + 838860800 + 0 + 1048576 + 3276863 + -2147483648 + 4352 + 12801 + 1065353216 + 18 + 50 + 20938752 + 0 + 318767104 + 838942592 + 0 + 1310720 + 3277119 + -2147483648 + 5377 + 12801 + 1065353216 + 22 + 16777266 + 20938752 + 26624 + 513 + 17170689 + 150994944 + 301989888 + 65536 + 843022336 + 65536 + 131072 + 3276800 + 0 + 768 + 12800 + 0 + 4 + 16777266 + 1065353216 + 16777216 + 83951616 + 843022336 + 65536 + 393472 + 3293056 + 256 + 1793 + 12863 + -2147483647 + 8 + 50 + 0 + 16777216 + 184549376 + 843005952 + 65536 + 917504 + 3276800 + 256 + 3841 + 12863 + -2147483647 + 16 + 50 + 1065353216 + 16777216 + 285278208 + 843022336 + 0 + 1179904 + 3293056 + 0 + 4865 + 12863 + 1 + 20 + 50 + 1056964608 + 16777216 + 352387072 + 842989568 + 65536 + 1442048 + 3292928 + 256 + 1073741824 + 50397184 + 16777473 + 16973824 + 1179648 + 256 + 3342315 + -336855281 + 252641280 + 1114112 + 131072 + 3342315 + -351273201 + 252641280 + 1114112 + 196608 + 3342315 + -351273201 + 252641280 + 1114112 + 262144 + 3342240 + -1600094193 + 252641280 + 1114112 + 327680 + 3342240 + -1600094193 + 252641280 + 1114112 + 393472 + 3342315 + -336855281 + 252641280 + 1114112 + 459008 + 3342315 + -336855281 + 252641280 + 1114112 + 524288 + 3342315 + -351273201 + 252641280 + 1114112 + 720896 + 3342315 + -340787441 + 252641280 + 11534336 + 917504 + 3342315 + -351273201 + 252641280 + 1114112 + 983296 + 3342315 + -336855281 + 252641280 + 1114112 + 1048832 + 3342315 + -336855281 + 252641280 + 1114112 + 1114112 + 3342315 + -351273201 + 252641280 + 1114112 + 1179648 + 3342315 + -351273201 + 252641280 + 1114112 + 1245184 + 3342240 + -1600061681 + 252641280 + 1114112 + 1310976 + 3342240 + -1600094193 + 252641280 + 1114112 + 1376256 + 3342240 + -1600094193 + 252641280 + 1114112 + 1441792 + 3342240 + -1600094193 + 252641280 + 1114126 + 3 + 16777473 + 131328 + 0 + 83886080 + 0 + 838860800 + 0 + 512 + 12800 + 654321664 + 0 + 50331648 + 838860800 + 0 + 2048 + 12800 + 654321665 + -2097152000 + 150994944 + 838860800 + 0 + 34013188 + 469762048 + -2029942973 + 201326658 + 536870912 + 3840 + 5 + 3604736 + 153354240 + 34537544 + 1125384192 + 1111490560 + 177 + 1642240 + 16843519 + 252674048 + 34210818 + -1316081 + 1 + 16777219 + -268409599 + 334848 + 132864 + 1715670016 + 4333568 + 257 + 25493605 + 16778260 + 7 + 6832908 + 16928 + 257 + 25559044 + 16779292 + 15 + 4211440 + 16864 + 0 + 2758935 + -1315861 + -15790321 + 1098907648 + 21525 + 917760 + 68943872 + 983054 + 1105199104 + 1108869120 + 175 + 0 + 1179663 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 4608 + 769 + 23 + 4 + 0 + 402653184 + 83951616 + 1638400 + 393216 + 6656 + 1793 + 108 + 8 + 0 + 1828716544 + 234946560 + 2031616 + 983040 + 8192 + 4097 + 50 + 17 + 0 + 855638016 + 302055424 + 7274496 + 1245184 + 28928 + 5121 + 37 + 21 + 0 + 637534208 + 369164288 + 4 + 6684672 + 131329 + 151060742 + 18 + 0 + 16777266 + 4161536 + 0 + 33554432 + 838942592 + 0 + 196608 + 3277119 + -2147483648 + 1024 + 12800 + 1065353216 + 5 + 50 + 0 + 0 + 100663296 + 838860800 + 0 + 458752 + 3276800 + 0 + 2048 + 12801 + 1065353216 + 11 + 50 + 20938752 + 0 + 234946560 + 838942592 + 0 + 983296 + 3276800 + 0 + 4096 + 12800 + 1065353216 + 17 + 50 + 20938752 + 0 + 301989888 + 838942592 + 0 + 1245184 + 3277119 + -2147483648 + 5120 + 12801 + 1065353216 + 21 + 16777266 + 20938752 + 0 + 369164288 + 838942592 + 104 + 2 + 16844289 + 17367040 + 1179648 + 256 + 3293056 + 256 + 512 + 12800 + 0 + 3 + 50 + 0 + 0 + 67174400 + 843022336 + 65536 + 327936 + 3293056 + 256 + 1537 + 12863 + -2147483647 + 7 + 16777266 + 1065353216 + 16777216 + 134217728 + 838860800 + 65536 + 720896 + 3292992 + 256 + 3584 + 12800 + 1 + 15 + 16777266 + 1065353216 + 16777216 + 268435456 + 843022336 + 65536 + 1114368 + 3293056 + 0 + 4609 + 12863 + -2147483648 + 19 + 16777266 + 1056964608 + 16777216 + 335544320 + 842989568 + 65536 + 1376512 + 3292928 + 256 + 5633 + 12863 + 1 + 4194304 + 196864 + 65537 + 16843520 + 4608 + 1 + 13055 + -336860161 + 252645120 + 10752 + 512 + 13055 + -336916481 + 252645120 + 10752 + 768 + 13055 + -336916481 + 252645120 + 10752 + 1024 + 13055 + -1600085888 + 252645120 + 10752 + 1280 + 13055 + -1600085888 + 252645120 + 10752 + 1537 + 13055 + -336860161 + 252645120 + 10752 + 1793 + 13055 + -336860161 + 252645120 + 10752 + 2048 + 13055 + -336916481 + 252645120 + 10752 + 2816 + 13055 + -336875521 + 252645120 + 45568 + 3584 + 13055 + -336916481 + 252645120 + 10752 + 3841 + 13055 + -336860161 + 252645120 + 10752 + 4097 + 13055 + -336860161 + 252645120 + 10752 + 4352 + 13055 + -336916481 + 252645120 + 10752 + 4608 + 13055 + -336916481 + 252645120 + 10752 + 4864 + 13055 + -1600085761 + 252645120 + 10752 + 5121 + 13055 + -1600085888 + 252645120 + 10752 + 5376 + 13055 + -1600085888 + 252645120 + 10752 + 5632 + 13055 + -1600085888 + 252645120 + 10752 + 234881024 + 50397185 + 16777729 + 0 + 327680 + 0 + 3276800 + 0 + 2 + 50 + 2555944 + 0 + 196608 + 3276800 + 0 + 8 + 50 + 2555944 + 25362432 + 589824 + 3276800 + 0 + 132864 + 51642368 + 459144 + 1140457472 + 1117782016 + 0 + 83897859 + 269312 + 34560 + -1606157824 + 4366336 + 0 + 251658240 + 589831 + 16779044 + 143 + 10568064 + 16768 + 0 + 11730944 + 788742 + 11796480 + 3145735 + 16779300 + 143 + 10699754 + 740508032 + 0 + 8454144 + 856327 + 4 + 11862016 + 3145735 + 16779044 + 143 + 10830208 + 16768 + 0 + 8519680 + 592134 + 11927552 + 3145735 + 16779044 + 143 + 10961280 + 16768 + 0 + 11796480 + 395526 + 11993088 + 3145735 + 16779300 + 143 + 11092970 + 740508032 + 0 + 3670016 + 463111 + 4 + 12058624 + 3145735 + 16778780 + 135 + 11223424 + 16768 + 0 + 198918 + 12124160 + 3145735 + 16779300 + 143 + 11354496 + 16960 + 33685504 + 11862016 + 921863 + 4 + 12189696 + 3145735 + 16779300 + 143 + 11486186 + 740508224 + 33685504 + 3801088 + 987399 + 4 + 12255232 + 3145735 + 16779300 + 143 + 11616640 + 16960 + 33685504 + 3866624 + 725255 + 4 + 12320768 + 3145804 + 16778788 + 143 + 23609856 + 16816 + 0 + 11927552 + 393728 + 33575168 + 4980992 + 119799808 + 9372009 + 1107296256 + 1102053376 + 183 + 12 + 33554944 + 1275134208 + 257 + 1778450438 + 603979776 + -1895732413 + -360710078 + 536870912 + 47104 + 1282 + 131288 + 70 + 16778268 + 15 + 4604586 + 17032 + 0 + 12124160 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 1 + 10485760 + 65793 + 100663296 + 83886080 + 0 + 843022336 + 0 + 335544320 + 842989568 + 0 + 352321536 + 842989568 + 0 + 369098752 + 842989568 + 0 + 704643072 + 843022336 + 519 + 269312 + 34561 + 1967376384 + 4343808 + 0 + 251658240 + 262245 + 16778788 + 647 + 6702024 + 16928 + 0 + 983041 + 16803584 + 1694564357 + 469762048 + -2030016445 + -939524030 + 536870912 + 3841 + 16804096 + 67174409 + 603979776 + -1895808957 + -1107296191 + -536870912 + 10752 + 3865 + 402648043 + -335606001 + 255950848 + 84 + 352325121 + 269312 + 3840 + 239257088 + 4359168 + 0 + -1442840576 + 5632 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 106 + 5 + 0 + 301989888 + 201523306 + 1507328 + 851968 + 6144 + 3585 + 25 + 15 + 0 + 1795162112 + 536870912 + 1703936 + 5964544 + 1795189760 + 23552 + 109 + 100 + 16777216 + 520093696 + 1694498816 + 2097152 + 8257792 + 12800 + 32512 + 110 + 145 + 0 + 855638016 + -855441298 + 7274496 + 13500416 + 28672 + 57088 + 113 + 282 + 50360320 + 620756993 + 452984832 + 2490368 + 18612480 + 0 + 67134976 + 513 + 17367297 + 100663296 + 369098752 + 65536 + 838877056 + 0 + 131072 + 3277119 + -2147483648 + 1280 + 12801 + 1065353216 + 12 + 50 + 20938752 + 0 + 218169344 + 838877056 + 0 + 983040 + 3277056 + 0 + 8192 + 12801 + 1056964608 + 62 + 50 + 16777216 + 0 + 1526726656 + 838942464 + 0 + 6029312 + 3277119 + -2147483648 + 24576 + 12801 + 1065353216 + 100 + 16777266 + 20938752 + 0 + 1694564352 + 838942592 + 0 + 8257536 + 3277119 + -2147483648 + 32512 + 12801 + 1065353216 + 145 + 50 + 20938752 + 0 + -855638016 + 838942592 + 0 + 13500416 + 3277056 + 0 + 57088 + 12801 + 1056964608 + 253 + 50 + 16777216 + 1 + 436207616 + 838942464 + 0 + 18546944 + 3277118 + -2147483648 + 1744830464 + 33620230 + 16845056 + 4864 + 1 + 12863 + -2147483647 + 2 + 50 + 1065353216 + 16777216 + 83886080 + 838860800 + 65536 + 786688 + 3276800 + 256 + 3329 + 12863 + -2147483647 + 15 + 16777266 + 1065353216 + 0 + 1543503872 + 843022336 + 0 + 6553600 + 3293056 + 0 + 25857 + 12863 + -2147483648 + 126 + 50 + 0 + 0 + 2130706432 + 843022336 + 65536 + 9502720 + 3276800 + 256 + 44800 + 12863 + 1 + 205 + 16777266 + 0 + 16777216 + -838860800 + 843022336 + 65536 + 14614528 + 3276800 + 256 + 64768 + 12863 + 1 + 282 + 50 + 0 + 16777217 + 453050368 + 843022336 + 65600 + 1 + 16777216 + 4096 + 1 + 13055 + -336860416 + 512 + 13055 + -336860416 + 1280 + 13055 + -336916736 + 3072 + 13055 + -336916736 + 3328 + 13055 + -1600086016 + 3584 + 13055 + -1600086016 + 3840 + 13055 + -336916736 + 23552 + 13055 + -336916736 + 25600 + 13055 + -336860416 + 25856 + 13055 + -336916736 + 32256 + 13055 + -336916736 + 32512 + 13055 + -336860416 + 37120 + 13055 + -336916736 + 44800 + 13055 + -336887808 + 52480 + 13055 + -336916736 + 52736 + 13055 + -336860416 + 234881024 + 50397185 + 16777729 + 0 + 393216 + 0 + 3276800 + 0 + 2 + 50 + 2555944 + 0 + 196608 + 3276800 + 0 + 12 + 50 + 0 + 0 + 6029312 + 3276839 + 2621827 + 93 + 50 + 0 + 2 + 117441300 + 7 + 25772983 + 17072 + 0 + 768 + 771948548 + 469762048 + -2030002109 + -1224736702 + -1342177280 + 3840 + 9 + 459008 + 119799808 + 9371809 + 1098907648 + 1098907648 + 186 + 12 + 151388340 + 48 + 459008 + 136577024 + 9371811 + 1135029283 + 1098907648 + 53 + 13 + 285671424 + 262325 + 48 + 459008 + 119799808 + 9371813 + 1098907648 + 1098907648 + 54 + 9 + 151388342 + 48 + 459008 + 119799808 + 9371815 + 1098907648 + 1098907648 + 187 + 6 + 151388343 + 48 + 459008 + 136577024 + 9371817 + 1135029283 + 1098907648 + 56 + 7 + 285671424 + 262328 + 48 + 459008 + 102498304 + 8847531 + 1098907648 + 1098907648 + 3 + 151388345 + 48 + 459008 + 136577024 + 9371821 + 1098907648 + 1113588224 + 188 + 14 + 285671424 + 262330 + 48 + 459008 + 136577024 + 9371823 + 1135029283 + 1113588224 + 58 + 15 + 285671424 + 262331 + 48 + 459008 + 136577024 + 9371825 + 1098907648 + 1113588224 + 59 + 11 + 285671424 + 262332 + 48 + 23724288 + 153354240 + 9372011 + 1118306304 + 1103101952 + 189 + 5 + 33554945 + -2080370176 + 352321536 + 16777216 + -1107296256 + -1090518015 + 666624 + 167681 + 1816374856 + 1296149092 + -603979776 + -1073741824 + 117446935 + -1315861 + -15790321 + 1099956224 + 1041 + 5 + 23986176 + 0 + 3840 + 256 + 16 + 2 + 16777216 + 285212672 + 50331648 + 1179648 + 262400 + 0 + 519 + 201728 + 1793 + -1975259136 + 4388864 + 0 + 196654 + 50332700 + 135 + 10503152 + 17144 + 0 + 983040 + 2304 + 117506055 + 603979776 + -1895784127 + -2147483583 + -2147483648 + 49408 + 3081 + 100709376 + 12288 + 117506056 + 603979776 + -1895783613 + -533978303 + -2147483648 + 49664 + 3345 + 117440512 + 67155200 + 12288 + 117506055 + 603979776 + -1895783103 + -2147483583 + -2147483648 + 49920 + 2313 + 100709888 + 12288 + 117506055 + 603979776 + -1895782591 + -2147483583 + -2147483648 + 35840 + 1545 + 100710144 + 12288 + 117506056 + 603979776 + -1895782077 + -533978303 + -2147483648 + 14336 + 1809 + 117440512 + 67155968 + 12288 + 117506054 + 469762048 + -2029999295 + -2147483583 + -2147483648 + 777 + 100710656 + 12288 + 117506056 + 603979776 + -1895781055 + -2147483582 + -1207894016 + 36096 + 3601 + 117440512 + 67156480 + 12288 + 117506056 + 603979776 + -1895780541 + -533978302 + -1207894016 + 14848 + 3857 + 117440512 + 67156736 + 12288 + 117506056 + 603979776 + -1895780031 + -2147483582 + -1207894016 + 15104 + 2833 + 117440512 + 67156992 + 12289 + 1778450441 + 603979776 + -1895732413 + 201326658 + 536870912 + 50176 + 1282 + 131463 + 1179669 + 1 + 197 + 198 + 262400 + 170655744 + 42926444 + 1138491393 + 1107296256 + 192 + 7 + 1644543 + -336860161 + 252645185 + -1879048192 + 266496 + 1281 + 1845493760 + 0 + 983040 + 65536 + 4096 + 513 + 17 + 3 + 0 + 301989888 + 67174400 + 0 + 132864 + 68943872 + 8847743 + 1137180672 + 1108344832 + 15 + 0 + 83911937 + 402432 + 165632 + 1715718144 + 4329472 + 0 + 251658497 + 14221413 + 16778524 + 135 + 6833096 + 16912 + 0 + 983297 + 14286852 + 16779556 + 143 + 4211632 + 16864 + 0 + 13041664 + 989463 + -1315861 + -15790321 + 1093664768 + 20757 + 4587776 + 119799808 + 9371718 + 1105199104 + 1105199104 + 200 + 14 + 151322624 + 1048576 + 3145742 + 16778268 + 15 + 934598 + 17028 + 0 + 11141120 + 22 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 1778384896 + 83886080 + 1179648 + 787200 + 1778390784 + 3328 + 24 + 14 + 16777216 + 419430400 + 251658240 + 7012352 + 2097152 + 6656 + 23299 + 7012460 + 92 + 0 + 1828716544 + 1677787136 + 2031616 + 6619136 + 8192 + 32257 + 50 + 127 + 0 + 1845493760 + -1862270976 + 3342336 + 13435648 + 1845522176 + 52736 + 112 + 223 + 0 + 1895825409 + 436404336 + 2424832 + 18546688 + 9728 + 72705 + 0 + 262246 + 2 + 16845057 + 17170432 + 1441792 + 256 + 3276863 + -2147483648 + 512 + 12801 + 1065353216 + 5 + 50 + 20938752 + 0 + 201326592 + 838942592 + 0 + 852224 + 3276863 + -2147483648 + 3840 + 12801 + 0 + 32 + 50 + 20905984 + 0 + 1040187392 + 838926336 + 0 + 5963776 + 3277119 + 0 + 23552 + 12801 + 1065353216 + 96 + 50 + 20938752 + 0 + 1677787136 + 838942592 + 0 + 6619392 + 3276863 + -2147483648 + 32256 + 12800 + 1065353216 + 127 + 50 + 20938752 + 0 + -1862270976 + 838942592 + 0 + 13434880 + 3277119 + -2147483648 + 52736 + 12801 + 0 + 223 + 50 + 20905984 + 0 + -50331648 + 838926336 + 0 + 18481152 + 3277119 + 0 + 72449 + 12801 + 1048576000 + 6815744 + 131329 + 100729097 + 19 + 0 + 16777266 + 1065353216 + 16777216 + 33554432 + 843022336 + 65536 + 327680 + 3276800 + 256 + 3073 + 12800 + 1 + 13 + 16777266 + 1065353216 + 16777216 + 251723776 + 843022336 + 0 + 6029312 + 3293056 + 0 + 25600 + 12863 + -2147483648 + 101 + 16777266 + 1065353216 + 16777216 + 2113929216 + 843022336 + 65536 + 8323072 + 3293056 + 256 + 37120 + 12800 + 1 + 175 + 50 + 1056964608 + 16777216 + -855572480 + 838860800 + 65536 + 13500416 + 3293056 + 256 + 57088 + 12800 + 1 + 253 + 50 + 1056964608 + 16777217 + 436207616 + 838860800 + 65536 + 18546944 + 3293056 + 256 + 1073741824 + 16842752 + 16 + 0 + 16777266 + -1315861 + 2 + 50 + -1315861 + 5 + 50 + -1316081 + 12 + 50 + -1316081 + 13 + 50 + -6250336 + 14 + 50 + -6250336 + 15 + 50 + -1316081 + 92 + 50 + -1316081 + 100 + 50 + -1315861 + 101 + 50 + -1315861 + 126 + 50 + -1315861 + 127 + 50 + -1315861 + 145 + 50 + -1316081 + 175 + 50 + -1315968 + 205 + 50 + -1316081 + 206 + 50 + -1315861 + 917504 + 196864 + 16842754 + 16777216 + 1536 + 0 + 12800 + 0 + 0 + 33554432 + 838870784 + 671088640 + 768 + 12800 + 0 + 0 + 201326592 + 838860800 + 0 + 23552 + 12800 + 654321665 + -2097152000 + 1560281088 + 838860800 + 0 + 34013188 + 469762048 + -2029944509 + -939524030 + 1879048192 + 3840 + 5 + 6619392 + 103022592 + 42401894 + 1137180672 + 1114636288 + 15 + 65792 + -654285567 + 334848 + 34560 + 1749272576 + 4354048 + 0 + 251724032 + -637533183 + 599040 + 36608 + 1078174976 + 4317184 + 0 + + + + none + -336860161 + 252645185 + -2147483648 + 5313792 + 1174470663 + 603979776 + -1895807422 + 536870978 + 536870912 + 51456 + 36361 + 83886080 + 268435456 + 805309953 + 269312 + 3840 + 239257088 + 4359168 + 0 + -1442840576 + 5632 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 106 + 5 + 0 + 301989888 + 201523306 + 1507328 + 851968 + 6144 + 3585 + 25 + 15 + 0 + 1795162112 + 536870912 + 1703936 + 5964544 + 1795189760 + 23552 + 109 + 100 + 16777216 + 520093696 + 1694498816 + 2097152 + 8257792 + 12800 + 32512 + 110 + 145 + 0 + 855638016 + -855441298 + 7274496 + 13500416 + 28672 + 57088 + 113 + 282 + 50360320 + 620756993 + 452984832 + 2490368 + 18612480 + 0 + 67134976 + 513 + 17367297 + 100663296 + 369098752 + 65536 + 838877056 + 0 + 131072 + 3277119 + -2147483648 + 1280 + 12801 + 1065353216 + 12 + 50 + 20938752 + 0 + 218169344 + 838877056 + 0 + 983040 + 3277056 + 0 + 8192 + 12801 + 1056964608 + 62 + 50 + 16777216 + 0 + 1526726656 + 838942464 + 0 + 6029312 + 3277119 + -2147483648 + 24576 + 12801 + 1065353216 + 100 + 16777266 + 20938752 + 0 + 1694564352 + 838877056 + 0 + 8257536 + 3276863 + -2147483648 + 32512 + 12801 + 1065353216 + 145 + 50 + 20938752 + 0 + -855638016 + 838942592 + 0 + 13500416 + 3277056 + 0 + 57088 + 12801 + 1056964608 + 253 + 50 + 16777216 + 1 + 436207616 + 838942464 + 0 + 18546944 + 3277118 + -2147483648 + 1744830464 + 33620230 + 16845056 + 4864 + 1 + 12863 + -2147483647 + 2 + 50 + 1065353216 + 16777216 + 83886080 + 838860800 + 65536 + 786688 + 3276800 + 256 + 3329 + 12863 + -2147483647 + 15 + 16777266 + 1065353216 + 0 + 1543503872 + 843022336 + 0 + 6553600 + 3293056 + 0 + 25857 + 12863 + -2147483647 + 126 + 50 + 1065353216 + 16777216 + 2130706432 + 843022336 + 65536 + 9502720 + 3276800 + 256 + 44800 + 12863 + 1 + 205 + 16777266 + 0 + 16777216 + -838860800 + 843022336 + 65536 + 14614528 + 3276800 + 256 + 64768 + 12863 + 1 + 282 + 50 + 0 + 16777217 + 453050368 + 843022336 + 65600 + 1 + 16777216 + 4096 + 1 + 13055 + -336860416 + 512 + 13055 + -336860416 + 1280 + 13055 + -336916736 + 3072 + 13055 + -336916736 + 3328 + 13055 + -1600086016 + 3584 + 13055 + -1600086016 + 3840 + 13055 + -336916736 + 23552 + 13055 + -336916736 + 25600 + 13055 + -336860416 + 25856 + 13055 + -336860416 + 32256 + 13055 + -336860416 + 32512 + 13055 + -336860416 + 37120 + 13055 + -336916736 + 44800 + 13055 + -336887808 + 52480 + 13055 + -336916736 + 52736 + 13055 + -336860416 + 234881024 + 50397185 + 16777729 + 0 + 393216 + 0 + 3276800 + 0 + 2 + 50 + 2555944 + 0 + 196608 + 3276800 + 0 + 12 + 50 + 0 + 0 + 6029312 + 3276839 + 2621827 + 93 + 50 + 0 + 2 + 117441300 + 7 + 25904092 + 17172 + 0 + 1280 + 771948548 + 469762048 + -2030002109 + -603979709 + 335544320 + 3840 + 9 + 459008 + 119799808 + 9371809 + 1098907648 + 1098907648 + 202 + 12 + 151388340 + 48 + 459008 + 136577024 + 9371811 + 1137454115 + 1098907648 + 203 + 13 + 285671424 + 262325 + 48 + 459008 + 119799808 + 9371813 + 1098907648 + 1098907648 + 204 + 9 + 151388342 + 48 + 459008 + 119799808 + 9371815 + 1098907648 + 1098907648 + 114 + 6 + 151388343 + 48 + 459008 + 136577024 + 9371817 + 1137454115 + 1098907648 + 56 + 7 + 285671424 + 262328 + 48 + 459008 + 102498304 + 8847531 + 1098907648 + 1098907648 + 3 + 151388345 + 48 + 459008 + 136577024 + 9371821 + 1098907648 + 1122500864 + 115 + 14 + 285671424 + 262330 + 48 + 459008 + 136577024 + 9371823 + 1137454115 + 1122500864 + 58 + 15 + 285671424 + 262331 + 48 + 459008 + 136577024 + 9371825 + 1098907648 + 1122500864 + 59 + 11 + 285671424 + 262332 + 48 + 4980992 + 103022592 + 9372008 + 1107296256 + 1102053376 + 205 + 12 + 33554944 + 1358954572 + 16779044 + 143 + 23675392 + 16816 + 0 + 13500416 + 786944 + 33573889 + 16777216 + 16869889 + 402432 + 36609 + 1799604224 + 4354048 + 0 + -822083584 + 84017154 + 24576000 + 4587776 + 85721088 + 983110 + 1109393408 + 1109393408 + 208 + 16842752 + 1048576 + 328046 + 0 + 0 + 251658240 + 335544320 + 1048576 + 1376512 + 4352 + 5632 + 18 + 42 + 16777216 + 256 + -1610612736 + 16843014 + 5 + 0 + 50 + 1065353216 + 20 + 50 + 1056964608 + 21 + 50 + 1056964608 + 22 + 50 + 1056964608 + 42 + 50 + 1065353216 + 132864 + 51642368 + 459148 + 1138491392 + 1124073472 + 0 + 83897859 + 269312 + 34560 + -1606165504 + 4390912 + 0 + 251658240 + 589831 + 16779044 + 143 + 10568064 + 16768 + 0 + 13697024 + 788742 + 11796480 + 3145735 + 16779300 + 143 + 10699724 + 740508032 + 0 + 13762560 + 856327 + 4 + 11862016 + 3145735 + 16779044 + 143 + 10830208 + 16768 + 0 + 13828096 + 592134 + 11927552 + 3145735 + 16779044 + 143 + 10961280 + 16768 + 0 + 7471104 + 395526 + 11993088 + 3145735 + 16779300 + 143 + 11092940 + 740508032 + 0 + 3670016 + 463111 + 4 + 12058624 + 3145735 + 16778780 + 135 + 11223424 + 16768 + 0 + 198918 + 12124160 + 3145735 + 16779300 + 143 + 11354496 + 17088 + 16777216 + 7536640 + 921863 + 4 + 12189696 + 3145735 + 16779300 + 143 + 11486156 + 740508352 + 16777216 + 3801088 + 987399 + 4 + 12255232 + 3145735 + 16779300 + 143 + 11616640 + 17088 + 16777216 + 3866624 + 725255 + 4 + 12320768 + 3145804 + 16778788 + 143 + 23609856 + 16816 + 0 + 13893632 + 786944 + 33575168 + 4980992 + 119799808 + 9372009 + 1107296256 + 1102053376 + 213 + 12 + 33554944 + 1275134208 + 257 + 1778450438 + 603979776 + -1895732413 + -939524030 + 536870912 + 38144 + 1282 + 131449 + 70 + 16778788 + 527 + 4604416 + 16896 + 0 + 14024705 + 16777216 + 268435456 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 65696 + 1 + 16844288 + 1280 + 0 + 12863 + -2147483648 + 5120 + 12863 + 0 + 5376 + 12863 + 0 + 5632 + 12863 + 0 + 10752 + 12863 + -2147483648 + 34013189 + 603979784 + -2029941437 + -939524030 + 268435456 + 3841 + 0 + 117466369 + 402432 + 165632 + 1715718144 + 4329472 + 0 + 251658497 + 14221413 + 16778524 + 135 + 6833096 + 16912 + 0 + 983297 + 14286852 + 16779556 + 143 + 4211601 + 16864 + 0 + 14090240 + 989463 + -1315861 + -15790321 + 1093664768 + 20757 + 917760 + 68943872 + 983054 + 1120272384 + 1115947008 + 170 + 46 + 117441828 + 2063 + 26100192 + 16864 + 0 + 11272448 + 1 + 459008 + 119275520 + 134676597 + 1105199104 + 1105199104 + 17893120 + 4096 + 1979711488 + 805306368 + 268465920 + 1 + 120 + 1 + 16777216 + 2030043136 + 33619968 + 7995392 + 196864 + 31488 + 1025 + 124 + 5 + 16777216 + 2097152000 + 100728832 + 8257536 + 459008 + 32512 + 2049 + 128 + 9 + 16777216 + -2130706432 + 167837696 + 8519680 + 721152 + 33536 + 3073 + 132 + 13 + 16777216 + -2063597568 + 234946560 + 8781824 + 983296 + 0 + 16807168 + 257 + 65536 + 1048576 + 0 + 3276918 + 1 + 50 + 8847360 + 131072 + 3276936 + 3 + 50 + 8978432 + 262144 + 3276938 + 5 + 50 + 9109504 + 393216 + 3276940 + 7 + 50 + 9240576 + 524288 + 3276942 + 9 + 50 + 9371648 + 655360 + 3276944 + 11 + 50 + 9502720 + 786432 + 3276946 + 13 + 50 + 9633792 + 917504 + 3276948 + 15 + 50 + 9764910 + 117441828 + 2063 + 26165728 + 16864 + 0 + 14156032 + 1 + 459008 + 102498304 + 34013301 + 1105199104 + 1105199104 + 591104 + 4096 + 12288 + 1024 + 251658240 + 65536 + 26214400 + 65792 + 102656 + 513 + 402 + 3 + 16777216 + 256 + 1962934272 + 33619969 + 16845056 + 1024 + 0 + 12800 + 0 + 65536 + 3277203 + 16777216 + 33554432 + 838964225 + 3 + 50 + 26542336 + 771948549 + 603979784 + 251762241 + -536870847 + -536870912 + 55553 + 0 + 16795137 + 533504 + 36609 + -1757290496 + 4317184 + 0 + -637534208 + -2146367744 + 4096 + 512 + 12288 + 5632 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 106 + 5 + 0 + 301989888 + 201523306 + 1507328 + 851968 + 6144 + 3585 + 25 + 15 + 0 + 1795162112 + 536870912 + 1703936 + 5964544 + 1795189760 + 23552 + 109 + 100 + 16777216 + 520093696 + 1694498816 + 2097152 + 8257792 + 12800 + 32512 + 110 + 145 + 0 + 855638016 + -855441298 + 7274496 + 13500416 + 28672 + 57088 + 113 + 282 + 50360320 + 620756993 + 452984832 + 2490368 + 18612480 + 0 + 67134976 + 513 + 17367297 + 100663296 + 369098752 + 65536 + 838877056 + 0 + 131072 + 3277119 + -2147483648 + 1280 + 12801 + 1065353216 + 12 + 50 + 20938752 + 0 + 218169344 + 838877056 + 0 + 983040 + 3277056 + 0 + 8192 + 12801 + 1056964608 + 62 + 50 + 16777216 + 0 + 1526726656 + 838942464 + 0 + 6029312 + 3277119 + -2147483648 + 24576 + 12801 + 1065353216 + 100 + 16777266 + 20938752 + 0 + 1694564352 + 838877056 + 0 + 8257536 + 3276863 + -2147483648 + 32512 + 12801 + 1065353216 + 145 + 50 + 20938752 + 0 + -855638016 + 838942592 + 0 + 13500416 + 3277056 + 0 + 57088 + 12801 + 1056964608 + 253 + 50 + 16777216 + 1 + 436207616 + 838942464 + 0 + 18546944 + 3277118 + -2147483648 + 1744830464 + 33620230 + 16845056 + 4864 + 1 + 12863 + -2147483647 + 2 + 50 + 1065353216 + 16777216 + 83886080 + 838860800 + 65536 + 786688 + 3276800 + 256 + 3329 + 12863 + -2147483647 + 15 + 16777266 + 1065353216 + 0 + 1543503872 + 843022336 + 0 + 6553600 + 3293056 + 0 + 25857 + 12863 + -2147483647 + 126 + 50 + 1065353216 + 16777216 + 2130706432 + 843022336 + 65536 + 9502720 + 3276800 + 256 + 44800 + 12863 + 1 + 205 + 16777266 + 0 + 16777216 + -838860800 + 843022336 + 65536 + 14614528 + 3276800 + 256 + 64768 + 12863 + 1 + 282 + 50 + 0 + 16777217 + 453050368 + 843022336 + 65600 + 1 + 16777216 + 4096 + 1 + 13055 + -336860416 + 512 + 13055 + -336860416 + 1280 + 13055 + -336916736 + 3072 + 13055 + -336916736 + 3328 + 13055 + -1600086016 + 3584 + 13055 + -1600086016 + 3840 + 13055 + -336916736 + 23552 + 13055 + -336916736 + 25600 + 13055 + -336860416 + 25856 + 13055 + -336860416 + 32256 + 13055 + -336860416 + 32512 + 13055 + -336860416 + 37120 + 13055 + -336916736 + 44800 + 13055 + -336887808 + 52480 + 13055 + -336916736 + 52736 + 13055 + -336860416 + 234881024 + 50397185 + 16777729 + 0 + 393216 + 0 + 3276800 + 0 + 2 + 50 + 2555944 + 0 + 196608 + 3276800 + 0 + 12 + 50 + 0 + 0 + 6029312 + 3276839 + 2621827 + 93 + 50 + 0 + 2 + 117441828 + 2183 + 26756040 + 17008 + 0 + 983296 + 7 + 6619392 + 103022592 + 42401894 + 1137180672 + 1114636288 + 15 + 65792 + -654285567 + 334848 + 34560 + 1749272576 + 4354048 + 0 + 251724032 + -637533183 + 599040 + 36608 + 1078161408 + 4317184 + 0 + -620756992 + 253302783 + -336860161 + 252645185 + -2147483648 + 5313792 + 234946564 + 469762048 + 251661890 + -973078462 + -2080374784 + 43520 + 11783 + 336896 + 528129 + -1908269056 + 4333568 + 0 + -603914240 + 256 + 117506055 + 469762056 + 117470530 + 536870978 + 536870913 + 285671424 + 1048694 + 48 + 16 + 7798784 + 256 + 30720 + 257 + 121 + 2 + 16777216 + 2046820352 + 50397184 + 8060928 + 262400 + 31744 + 1281 + 125 + 6 + 16777216 + 2113929216 + 117506048 + 8323072 + 524544 + 32768 + 2305 + 129 + 10 + 16777216 + -2113929216 + 184614912 + 8585216 + 786688 + 33792 + 3329 + 133 + 14 + 16777216 + -2046820352 + 251723776 + 1 + 7667712 + 65792 + 16777216 + 268435456 + 0 + 838891008 + 256 + 12800 + -2030043136 + 33554432 + 838895616 + 768 + 12800 + -1996488704 + 67108864 + 838896128 + 1280 + 12800 + -1962934272 + 100663296 + 838896640 + 1792 + 12800 + -1929379840 + 134217728 + 838897152 + 2304 + 12800 + -1895825408 + 167772160 + 838897664 + 2816 + 12800 + -1862270976 + 201326592 + 838898176 + 3328 + 12800 + -1828716544 + 234881024 + 838898688 + 3840 + 12800 + -1795150329 + 336896 + 528129 + -1891491841 + -29220864 + 0 + -587137024 + 256 + 117506054 + 469762050 + 117470530 + 536870978 + 536870912 + 151322624 + 1048576 + 3145728 + 262159 + 0 + 16777217 + -1879048192 + 16842752 + 26279936 + 131328 + 102912 + 769 + 0 + 65653 + 2 + 16777473 + 17367040 + 262144 + 0 + 3276800 + 0 + 16777216 + 838963969 + 2 + 50 + 26476800 + 768 + 12801 + -1795096530 + 50332964 + 2063 + 26624543 + -114144 + 0 + 14549248 + 1 + 4587776 + 136577024 + 9372055 + 1109393408 + 1109393408 + 218 + 138 + 285671424 + 1048576 + 131072 + 3145728 + 1441807 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 1280 + 18 + 12 + 50358784 + 385875968 + 218103808 + 1572864 + 917760 + 6400 + 3840 + 107 + 32 + 0 + 436207616 + 1526923371 + 7077888 + 6029312 + 27904 + 25601 + 31 + 101 + 0 + 536870912 + 2113994752 + 3276800 + 8323072 + 28160 + 37120 + 51 + 205 + 50359808 + 1862270976 + -838860800 + 7340032 + 14614528 + 28928 + 72195 + 7340069 + 283 + 0 + 637534209 + 469827584 + 4 + 6684672 + 131329 + 151060742 + 22 + 0 + 16777266 + 4161536 + 0 + 33554432 + 838942592 + 0 + 327680 + 3277119 + -2147483648 + 3072 + 12801 + 1065353216 + 13 + 16777266 + 4161536 + 0 + 251658240 + 838926336 + 0 + 2097152 + 3277119 + 0 + 15872 + 12801 + 0 + 91 + 50 + 20905984 + 0 + 1543503872 + 838942592 + 0 + 6291456 + 3277119 + -2147483648 + 25601 + 12801 + 1065353216 + 101 + 16777266 + 4161536 + 0 + 2113929216 + 838877056 + 0 + 8323072 + 3277119 + -2147483648 + 37120 + 12801 + 1065353216 + 205 + 50 + 20938752 + 0 + -838860800 + 838926336 + 0 + 14614528 + 3277119 + 0 + 64768 + 12801 + 0 + 282 + 50 + 20905984 + 1 + 453050368 + 838942336 + 104 + 2 + 16844289 + 17367040 + 1245184 + 256 + 3293056 + 256 + 512 + 12863 + -2147483647 + 5 + 50 + 0 + 16777216 + 201392128 + 838860800 + 65536 + 852224 + 3293056 + 256 + 3841 + 12863 + -2147483648 + 92 + 50 + 1065353216 + 0 + 1677721600 + 843022336 + 0 + 6619392 + 3293056 + 256 + 32256 + 12863 + -2147483647 + 127 + 50 + 1065353216 + 16777216 + -1862270976 + 838860800 + 65536 + 11468800 + 3292928 + 256 + 52481 + 12800 + 1 + 206 + 50 + 1065353216 + 16777216 + -553648128 + 838860800 + 65536 + 16580608 + 3292928 + 256 + 72192 + 12800 + 1 + 283 + 16777266 + 1065353216 + 16793600 + 257 + 0 + 1048576 + 256 + 3342315 + -336920576 + 131072 + 3342315 + -336920576 + 327680 + 3342315 + -351338496 + 786432 + 3342315 + -351338496 + 851968 + 3342240 + -1600126976 + 917504 + 3342240 + -1600126976 + 983040 + 3342315 + -351338496 + 6029312 + 3342315 + -351338496 + 6553600 + 3342315 + -336920576 + 6619136 + 3342315 + -336920576 + 8257536 + 3342315 + -336920576 + 8323072 + 3342315 + -336920576 + 9502720 + 3342315 + -351338496 + 11468800 + 3342315 + -343932928 + 13434880 + 3342315 + -351338496 + 13500416 + 3342315 + -336920562 + 3 + 16777473 + 131328 + 0 + 100663296 + 0 + 838860800 + 0 + 512 + 12800 + 654321664 + 0 + 50331648 + 838860800 + 0 + 3072 + 12800 + 0 + 0 + 1543503872 + 838870784 + 671187712 + 23808 + 12800 + 0 + 519 + 201728 + 1793 + -1723606016 + 4390912 + 0 + 262190 + 50332700 + 135 + 10503132 + 17152 + 0 + 983040 + 2304 + 117506055 + 603979776 + -1895784127 + -2147483583 + -2147483648 + 53504 + 3081 + 100709376 + 12288 + 117506056 + 603979776 + -1895783613 + -869522623 + -2147483648 + 53760 + 3345 + 117440512 + 67155200 + 12288 + 117506055 + 603979776 + -1895783103 + -2147483583 + -2147483648 + 54016 + 2313 + 100709888 + 12288 + 117506055 + 603979776 + -1895782591 + -2147483583 + -2147483648 + 29184 + 1545 + 100710144 + 12288 + 117506056 + 603979776 + -1895782077 + -869522623 + -2147483648 + 14336 + 1809 + 117440512 + 67155968 + 12288 + 117506054 + 469762048 + -2029999295 + -2147483583 + -2147483648 + 777 + 100710656 + 12288 + 117506056 + 603979776 + -1895781055 + -2147483582 + -1073676288 + 29440 + 3601 + 117440512 + 67156480 + 12288 + 117506056 + 603979776 + -1895780541 + -869522622 + -1073676288 + 14848 + 3857 + 117440512 + 67156736 + 12288 + 117506056 + 603979776 + -1895780031 + -2147483582 + -1073676288 + 15104 + 2833 + 117440512 + 67156992 + 12288 + 1275133958 + 603979776 + -1895733182 + 65 + -1342177280 + 54272 + 3074 + 131153 + 19457 + 467968 + 36609 + 1765933056 + 4304896 + 0 + -721420288 + 201457666 + 4980993 + 1 + 23724288 + 103022592 + 9372011 + 1137180672 + 1109393408 + 149 + 5 + 33554945 + -1929379840 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 1 + 10485760 + 65793 + 100663296 + 83886080 + 0 + 843022336 + 0 + 335544320 + 842989568 + 0 + 352321536 + 842989568 + 0 + 369098752 + 842989568 + 0 + 704643072 + 843022336 + 519 + 201728 + 1793 + -1706828800 + 4396032 + 0 + 262190 + 50332700 + 135 + 10503132 + 17172 + 0 + 983040 + 2304 + 117506055 + 603979776 + -1895784127 + -2147483583 + -2147483648 + 51712 + 3081 + 100709376 + 12288 + 117506056 + 603979776 + -1895783613 + -869522623 + -2147483648 + 51968 + 3345 + 117440512 + 67155200 + 12288 + 117506055 + 603979776 + -1895783103 + -2147483583 + -2147483648 + 52224 + 2313 + 100709888 + 12288 + 117506055 + 603979776 + -1895782591 + -2147483583 + -2147483648 + 29184 + 1545 + 100710144 + 12288 + 117506056 + 603979776 + -1895782077 + -869522623 + -2147483648 + 14336 + 1809 + 117440512 + 67155968 + 12288 + 117506054 + 469762048 + -2029999295 + -2147483583 + -2147483648 + 777 + 100710656 + 12288 + 117506056 + 603979776 + -1895781055 + -2147483582 + -402587648 + 29440 + 3601 + 117440512 + 67156480 + 12288 + 117506056 + 603979776 + -1895780541 + -869522622 + -402587648 + 14848 + 3857 + 117440512 + 67156736 + 12288 + 117506056 + 603979776 + -1895780031 + -2147483582 + -402587648 + 15104 + 2833 + 117440512 + 67156992 + 12288 + 1275133958 + 603979776 + -1895733182 + 65 + -1342177280 + 52480 + 3074 + 131153 + 19457 + 467968 + 36609 + 1765933056 + 4304896 + 0 + -838860800 + 201457666 + 4980993 + 1 + 23724288 + 103022592 + 9372011 + 1137180672 + 1114636288 + 207 + 5 + 33554945 + -1744830464 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 1 + 10485760 + 65793 + 100663296 + 83886080 + 0 + 843022336 + 0 + 335544320 + 842989568 + 0 + 352321536 + 842989568 + 0 + 369098752 + 842989568 + 0 + 704643072 + 843022336 + 519 + 269312 + 34561 + -1690014976 + 4337664 + 0 + 251658240 + 720997 + 16778524 + 135 + 6833259 + 16928 + 0 + 983297 + 27000933 + 16778788 + 647 + 6702187 + 16928 + 0 + 983041 + 16882944 + 67174409 + 603979776 + -1895719358 + -402653118 + 536870912 + 57088 + 2585 + 402653183 + -61681 + 255950848 + 20 + 352322561 + 732160 + 44801 + -1622964224 + 4333568 + 0 + -536870912 + 16777216 + 253843455 + -1 + 252645185 + -2147483648 + 5510400 + 256 + 67174411 + 738197504 + -1358847934 + -1778384830 + 536870912 + 57600 + 256 + 3617 + 1476395007 + -61681 + 255950848 + 20 + 352321536 + 50332673 + 732160 + 44801 + -1589471744 + 4333568 + 0 + -503316480 + 16777216 + 237066239 + -1 + 252645185 + -2147483648 + 1316096 + 1024 + 67174411 + 738197504 + -1358847422 + -1778384830 + 536870912 + 58112 + 256 + 3617 + 1476395007 + -61681 + 255950848 + 20 + 352321536 + 83887105 + 732160 + 44801 + -1555917312 + 4333568 + 0 + -469762048 + 16777216 + 237066239 + -1 + 252645185 + -2147483648 + 1316096 + 1536 + 67174411 + 738197504 + -1358846910 + -1778384830 + 536870912 + 58624 + 256 + 3617 + 1476395007 + -61681 + 255950848 + 20 + 352321536 + 117441537 + 732160 + 44801 + -1522362880 + 4333568 + 0 + -436207616 + 16777216 + 237066239 + -1 + 252645185 + -2147483648 + 1316096 + 2048 + 67174411 + 738197504 + -1358846398 + -1778384830 + 536870912 + 59136 + 256 + 3617 + 1476395007 + -61681 + 255950848 + 20 + 352321536 + 150994944 + 67112704 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 1179648 + 196864 + 0 + 184655360 + 257 + 0 + 262144 + 256 + 3342335 + -65536 + 65536 + 3342335 + -65536 + 131072 + 3342315 + -871432192 + 196608 + 3342315 + -871431777 + 1 + 16777216 + 1024 + 1 + 13055 + -256 + 256 + 13055 + -256 + 512 + 13055 + -338948352 + 768 + 13055 + -338948351 + -1610612736 + 16842752 + 4 + 0 + 16777266 + -1 + 1 + 50 + -1 + 2 + 50 + -1324017 + 3 + 50 + -1324017 + 27328512 + 65792 + 0 + 67108864 + 65536 + 855638015 + -16777216 + 16777216 + 855638015 + -16777216 + 33554432 + 855632844 + 251658240 + 50331648 + 855632844 + 251765248 + 257 + 0 + 262144 + 256 + 3342335 + -65536 + 65536 + 3342335 + -65536 + 131072 + 3342315 + -871432192 + 196608 + 3342315 + -871431773 + 1 + 16777216 + 1024 + 1 + 13055 + -256 + 256 + 13055 + -256 + 512 + 13055 + -338948352 + 768 + 13055 + -338948351 + -1543503872 + 16842752 + 4 + 0 + 16777266 + -1 + 1 + 50 + -1 + 2 + 50 + -1324017 + 3 + 50 + -1324017 + 27590656 + 65792 + 0 + 67108864 + 65536 + 855638015 + -16777216 + 16777216 + 855638015 + -16777216 + 33554432 + 855632844 + 251658240 + 50331648 + 855632844 + 251766272 + 257 + 0 + 262144 + 256 + 3342335 + -65536 + 65536 + 3342335 + -65536 + 131072 + 3342315 + -871432192 + 196608 + 3342315 + -871432090 + 2 + 16845057 + 16908288 + 262144 + 0 + 3276866 + 536870912 + 256 + 12800 + 1112014848 + 2 + 50 + 21110784 + 0 + 50331648 + 838943264 + 104 + 1 + 16845056 + 1024 + 0 + 12801 + 1 + 50 + 16777216 + 33554432 + 838860800 + 196608 + 3276800 + 34013187 + 335544320 + 117548868 + 1962934338 + -268435456 + 13 + 3015424 + 68943872 + 8847520 + 1148518400 + 1125515264 + 15 + 0 + 150996737 + 467968 + 36608 + -1589542912 + 4292608 + 0 + -402653184 + 201917952 + -1275068416 + 805308161 + 533504 + 36608 + -1555796714 + 306282496 + 0 + -385875968 + 219219712 + 1024 + -1258291200 + 805308161 + 467968 + 36608 + -1522434048 + 4292608 + 0 + -369098752 + 151586304 + -1241513984 + 805308161 + 467968 + 36608 + -1488879616 + 4292608 + 0 + -352321536 + 101254656 + -1224736768 + 805308161 + 533504 + 36608 + -1455133418 + 306282496 + 0 + 939524096 + 118556416 + 1024 + -1207959552 + 805308161 + 400384 + 34560 + -1421770752 + 4292608 + 0 + 50923008 + -1191182336 + 805308161 + 533504 + 36608 + -1388216320 + 4385793 + 16777216 + -335544320 + 235996928 + 1024 + -1174405120 + 805308161 + 533504 + 36608 + -1354470122 + 306375681 + 16777216 + 973078528 + 252774144 + 1024 + -1157627904 + 805308161 + 533504 + 36608 + -1321107456 + 4385793 + 16777216 + 989855744 + 185665280 + 1024 + -1140850688 + 805325825 + 467968 + 36609 + 1765933056 + 4304896 + 0 + -318767104 + 201457666 + 4980993 + 1 + 4980992 + 103022592 + 9372008 + 1107296256 + 1102053376 + 238 + 12 + 33554944 + 1358954858 + 16779044 + 143 + 23807083 + 16944 + 0 + 15663104 + 983552 + 33659649 + 16777304 + 1107296506 + 16779052 + 655 + 27804392 + 16816 + 0 + 15728640 + 655362 + 131340 + 64001 + 470016 + 167681 + -1455192064 + 4304896 + 0 + -251658240 + 251658752 + 33623040 + 16384256 + 154402816 + 579797418 + 1110966272 + 1110966272 + 242 + 4 + 0 + 118095875 + 27984300 + 64001 + 603136 + 2264833 + -1388169216 + 4339712 + 0 + -218103808 + 67108864 + 461312 + 50440961 + -1409285894 + 16779572 + 8847 + 28197432 + 16952 + 0 + 15990784 + 262144 + 1802 + 197035 + 28049408 + -100597751 + 872415266 + -1895715006 + 939524162 + 939524096 + 62720 + 1024 + 7 + 167772929 + -1425953792 + 16384256 + 154402816 + 579797424 + 1110966272 + 1110966272 + 246 + 4 + 0 + 118095875 + 27984300 + 64001 + 603136 + 2264833 + -1321060352 + 4339712 + 0 + -150994944 + 67108864 + 461312 + 50440961 + -1409285894 + 16779572 + 8847 + 28459576 + 16952 + 0 + 16252928 + 262144 + 1802 + 197035 + 28049408 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 0 + 132864 + 68943872 + 8847795 + 1141309440 + 1102053376 + 15 + 0 + 184575233 + 334848 + 34560 + 1749288704 + 4300800 + 0 + 251724033 + -1677695743 + 402432 + 165632 + 1715734272 + 4300800 + 0 + 251658497 + 27066372 + 16779556 + 143 + 27148880 + 16800 + 0 + 16318464 + 727319 + -1315861 + -15790321 + 1090519040 + 5140 + 262400 + 187432960 + 11469215 + 1127874560 + 1101004800 + 250 + 1 + 15 + 559415275 + -336855281 + 252657920 + 0 + 1410596864 + 65540 + 16780076 + 175 + 27279904 + 16800 + 0 + 16449536 + 65536 + 926039 + -1315861 + -15790321 + 1090519040 + 5140 + 3 + 262400 + 187432960 + 11469217 + 1109393408 + 1101004800 + 55 + 1 + 14 + 559415275 + -336855281 + 252657920 + 0 + 336855040 + 262148 + 16780076 + 175 + 27410976 + 16800 + 0 + 16515072 + 65536 + 926039 + -1315861 + -15790321 + 1090519040 + 5140 + 5 + 262400 + 187432960 + 11469219 + 1109393408 + 1101004800 + 253 + 1 + 14 + 559415275 + -336855281 + 252657920 + 0 + 336855040 + 393220 + 16780076 + 175 + 27542048 + 16800 + 0 + 16646144 + 65536 + 926039 + -1315861 + -15790321 + 1090519040 + 5140 + 7 + 262400 + 187432960 + 11469221 + 1109393408 + 1101004800 + 255 + 1 + 14 + 559415275 + -336855281 + 252657920 + 0 + 336855040 + 524292 + 16780076 + 175 + 27673120 + 16800 + 0 + 16777216 + 65536 + 926039 + -1315861 + -15790321 + 1090519040 + 5140 + 9 + 4 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 301989888 + 50397184 + 11 + 27131904 + 65792 + 0 + 67108864 + 65536 + 855632875 + -352321536 + 16777216 + 855632875 + -352321536 + 33554432 + 855632844 + 251658240 + 50331648 + 855632844 + 251764480 + 257 + 0 + 262144 + 256 + 3342315 + -336920576 + 65536 + 3342315 + -336920576 + 131072 + 3342315 + -871432192 + 196608 + 3342315 + -871431776 + 1 + 16777216 + 1024 + 1 + 13055 + -336860416 + 256 + 13055 + -336860416 + 512 + 13055 + -338948352 + 768 + 13055 + -338948351 + -1593835520 + 16842752 + 4 + 0 + 16777266 + -1315861 + 1 + 50 + -1315861 + 2 + 50 + -1324017 + 3 + 50 + -1324017 + 27394048 + 65792 + 0 + 67108864 + 65536 + 855632875 + -352321536 + 16777216 + 855632875 + -352321536 + 33554432 + 855632844 + 251658240 + 50331648 + 855632844 + 251765504 + 257 + 0 + 262144 + 256 + 3342315 + -336920576 + 65536 + 3342315 + -336920576 + 131072 + 3342315 + -871432192 + 196608 + 3342315 + -871431772 + 1 + 16777216 + 1024 + 1 + 13055 + -336860416 + 256 + 13055 + -336860416 + 512 + 13055 + -338948352 + 768 + 13055 + -338948351 + -1526726656 + 16842752 + 4 + 0 + 16777266 + -1315861 + 1 + 50 + -1315861 + 2 + 50 + -1324017 + 3 + 50 + -1324017 + 27656192 + 65792 + 0 + 67108864 + 65536 + 855632875 + -352321536 + 16777216 + 855632875 + -352321536 + 33554432 + 855632844 + 251658240 + 50331648 + 855632844 + 251684352 + 257 + 17367040 + 262144 + 0 + 3276800 + 256 + 12800 + 2 + 50 + 16777216 + 50331648 + 838926440 + 1 + 16845056 + 1024 + 0 + 12801 + 1 + 50 + 16777216 + 33554432 + 838860800 + 196608 + 3276800 + 34013187 + 335544320 + 117552196 + 201326658 + -939524096 + 13 + 3015424 + 68943872 + 8847520 + 1141637120 + 1120403456 + 15 + 0 + 150996737 + 467968 + 36608 + -1589542912 + 4292608 + 1 + 16777216 + 201917952 + -1275068416 + 805308161 + 533504 + 36608 + -1555823594 + 306282496 + 0 + -1728053248 + 219219712 + 1024 + -1258291200 + 805308161 + 467968 + 36608 + -1522434048 + 4292608 + 0 + -1711276032 + 151586304 + -1241513984 + 805308161 + 467968 + 36608 + -1488879616 + 4292608 + 1 + 33554432 + 101254656 + -1224736768 + 805308161 + 533504 + 36608 + -1455160298 + 306282496 + 0 + 939524096 + 118556416 + 1024 + -1207959552 + 805308161 + 400384 + 34560 + -1421770752 + 4292608 + 0 + 50923008 + -1191182336 + 805308161 + 533504 + 36608 + -1388216320 + 4360193 + 16777217 + 50331648 + 235996928 + 1024 + -1174405120 + 805308161 + 533504 + 36608 + -1354497002 + 306350081 + 16777216 + 973078528 + 252774144 + 1024 + -1157627904 + 805308161 + 533504 + 36608 + -1321107456 + 4360193 + 16777216 + 989855744 + 185665280 + 1024 + -1140850688 + 805325825 + 402432 + 36609 + 1749135360 + 4288512 + 1 + 67108864 + 201457666 + 5308416 + 1275133959 + 603979776 + -1895732927 + -1342177215 + 1879048192 + 66816 + 3074 + 131148 + 16842752 + 65898 + 16779300 + 143 + 23806983 + 16816 + 0 + 17170432 + 983552 + 33665793 + 16777304 + 1107427344 + 82 + 16384256 + 103022592 + 42795432 + 1101004800 + 263 + 2 + 131074 + 17891328 + -100597753 + 738197506 + -1895716541 + 973078593 + -1610612736 + 67584 + 512 + 33554945 + 285212922 + 16779572 + 8847 + 27935232 + 16896 + 0 + 17367040 + 262144 + 1802 + 197035 + 28639232 + -100597751 + 872415266 + -1895715518 + 66 + 0 + 68096 + 1024 + 7 + 167772929 + -1425951488 + 16384256 + 154402816 + 579797422 + 1107296256 + 1107296256 + 267 + 4 + 0 + 118095875 + 27984309 + 64001 + 603136 + 2264833 + -1354629120 + 4325376 + 1 + 201326592 + 67108864 + 461312 + 50440961 + -1258290950 + 16779572 + 8847 + 28328448 + 16896 + 0 + 17629184 + 262144 + 1802 + 197035 + 28639232 + -100597751 + 872415266 + -1895714494 + 66 + 0 + 69120 + 1024 + 7 + 167772929 + -1425951488 + 16384256 + 154402816 + 579797426 + 1107296256 + 1107296256 + 271 + 4 + 0 + 118095875 + 27984309 + 0 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 28721808 + 17040 + 0 + 1536 + 117506055 + 469762048 + -2029930686 + -1879048126 + -1879048192 + 3857 + 117440512 + 67221504 + 12288 + 117506056 + 603979778 + -2029930174 + -1879048126 + -1879048192 + 3840 + 285671424 + 262586 + 48 + 16384256 + 119799808 + 9372091 + 1115815936 + 1115815936 + 272 + 207 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1115684864 + 1115684864 + 272 + 0 + 207 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400324 + 16780076 + 655 + 29246271 + 178930136 + 0 + 17891328 + 196641 + 1476389867 + -337899761 + 255954944 + 1 + 285212672 + 33556225 + 470016 + 167681 + -1086226432 + 4292608 + 0 + 1291845632 + 50331906 + 29360128 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 48385 + 31 + 190 + 0 + 536870912 + -687800320 + 2 + 29163520 + 492288 + 16974592 + + + + none + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12386304 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12451840 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 14090240 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 446 + 1 + 16845056 + 3584 + 0 + 12800 + 1 + 50 + 0 + 33554432 + 838926336 + 1310720 + 3277056 + 20480 + 12801 + 81 + 50 + 0 + 1375731712 + 838860800 + 5439488 + 3276800 + 25600 + 12800 + 159 + 50 + 0 + -1610612736 + 838926336 + 12386304 + 3277056 + 48640 + 12800 + 215 + 50 + 519 + 201728 + 1793 + -1052633088 + 4331520 + 0 + 393223 + 16779036 + 135 + 28787224 + 16920 + 0 + 987399 + 4 + 29491200 + 3145735 + 16779300 + 647 + 28918296 + 16920 + 0 + 983057 + 117440512 + 67224320 + 12288 + -100597753 + 603979776 + -1895711934 + 134217794 + 134217728 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 134217794 + 134217728 + 19712 + 0 + 53017 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610613761 + 732160 + 167681 + -1102864256 + 4327424 + 1 + 301989888 + 251666775 + -13487566 + -602992881 + 1094713344 + 4368 + 2 + 459008 + 120324096 + 42926527 + 1098907648 + 1098907648 + 74 + 3 + 66049 + -1073741824 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 12386560 + 7936 + 48640 + 32 + 215 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1124073472 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1107296256 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -687865856 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1793 + -1002297344 + 4335616 + 0 + 393223 + 16778780 + 135 + 28787240 + 16936 + 0 + 985347 + 4 + 28835847 + 16779300 + 647 + 28918312 + 16936 + 0 + 983057 + 117440512 + 67222016 + 12288 + -100597753 + 603979776 + -1895711934 + 402653250 + 402653184 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 402653250 + 402653184 + 19712 + 0 + 53017 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610613761 + 732160 + 167681 + -1102864384 + 4335616 + 1 + 318767104 + 251666775 + -12829636 + -602992881 + 1093664768 + 4368 + 2 + 459008 + 120324096 + 42926527 + 1098907648 + 1098907648 + 77 + 3 + 66049 + -1073741824 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 12386560 + 7936 + 48640 + 32 + 215 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1124073472 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1107296256 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -687865856 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1793 + -985530368 + 4325376 + 0 + 65898 + 16779556 + 391 + 23806472 + 16904 + 0 + 458752 + 18090496 + 50447873 + -1409220352 + 5784066 + 65536 + 262144 + 328046 + 0 + 0 + 251658240 + 335544320 + 1048576 + 1376512 + 4352 + 5632 + 18 + 42 + 16777216 + 0 + 34013187 + 335544320 + 117557057 + -1342177215 + -1342177280 + 3 + 459008 + 119275520 + 8847799 + 1102053376 + 1102053376 + 15 + 285671424 + 262594 + 48 + 16384256 + 119799808 + 9372091 + 1101004800 + 1101004800 + 74 + 15 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1101004800 + 1101004800 + 74 + 0 + 15 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400320 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 1 + 29163520 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10616832 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10682368 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12320768 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 2 + 117441300 + 7 + 29901248 + 16832 + 0 + 768 + 117506055 + 469762048 + -2029930687 + -1073741759 + -1073741824 + 3857 + 117440512 + 67224064 + 12288 + -100597753 + 603979776 + -1895711935 + -1342177215 + -1342177280 + 18944 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969599 + -1342177215 + -1342177280 + 18944 + 0 + 3865 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610612736 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1577058304 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1560281088 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1140850688 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1793 + -918433792 + 4313088 + 0 + 196615 + 16779036 + 135 + 28787152 + 16848 + 0 + 987399 + 4 + 29491200 + 3145978 + 16779044 + 143 + 29049264 + 16816 + 0 + 5046272 + 985600 + 50445312 + 1157627959 + 16779820 + 207 + 29180352 + 16832 + 0 + 4849664 + 0 + 989455 + 65794 + -10197916 + 201216 + 1253370859 + -352319215 + 234881024 + 67436418 + -2105344076 + -1263206446 + -757923861 + -336919552 + 63 + 395811391 + 547397951 + -2147483582 + -1275068415 + 1120 + 14 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 1778384896 + 335544320 + 1179648 + 5243648 + 1778390784 + 20736 + 24 + 82 + 16777216 + 419430400 + 1392508928 + 7012352 + 6553600 + 6656 + 40707 + 7012460 + 160 + 0 + 1828716544 + -1576992768 + 2031616 + 10682368 + 8192 + 48129 + 0 + 65981 + 7 + -2097151741 + 50331648 + 42139649 + 50462720 + 33536 + 16974336 + 643 + 66306 + 3 + 33554433 + -2097151741 + 33554432 + 16843014 + 14 + 0 + 16777266 + 1059102881 + -8224126 + -2960686 + -1315861 + -10197916 + -4934476 + 0 + 2 + 50 + 1059102881 + -8224126 + -2960686 + -1315861 + -10197916 + -4934476 + 1065353216 + 20 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1065353216 + 50 + 50 + 1058971297 + -8219006 + -3616056 + -3609656 + -10185116 + -6895466 + 1065353216 + 80 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1065353216 + 81 + 16777266 + 1059102881 + -4934476 + -2960686 + -1315861 + -4934476 + -3618616 + 0 + 83 + 50 + 1059102881 + -4934476 + -2960686 + -1315861 + -4934476 + -3618616 + 0 + 100 + 50 + 1058971297 + -7563636 + -4273986 + -1315861 + -10194332 + -5591136 + 0 + 130 + 50 + 1058971297 + -7555956 + -3945021 + -2429990 + -10189724 + -7229044 + 0 + 159 + 50 + 1058971297 + -7563636 + -4273986 + -1315861 + -10194332 + -5591136 + 0 + 160 + 33554482 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 0 + 162 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 0 + 163 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 0 + 188 + 50 + 1058971297 + -7563636 + -4273986 + -1315861 + -10185116 + -5591136 + 0 + 132864 + 51642368 + 459189 + 1107296256 + 1107296256 + 0 + 50333441 + 465920 + 34561 + -1220411392 + 4325376 + 0 + 252774144 + 1025 + -1040187392 + 805370369 + 467968 + 36609 + -1153310720 + 4317184 + 0 + 1291845632 + 252313603 + 29098053 + 14081 + 666624 + 52993 + -1119756288 + 4317184 + 0 + 1291845632 + 0 + 253300480 + 16843519 + 1684300800 + 51511370 + -1259607061 + 594190 + 4 + 83853954 + -2097171276 + -1258302766 + -754979861 + -352059392 + 16151 + -1751498976 + -1600045184 + 17076 + 256 + 286720 + 3584 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 106 + 20 + 0 + 301989888 + 1342373994 + 1507328 + 5308416 + 6144 + 20993 + 25 + 83 + 0 + 1795162112 + 1677721600 + 1703936 + 10420992 + 1795189760 + 40960 + 109 + 162 + 16777216 + 520093696 + -1560281088 + 2097152 + 12321024 + 0 + 16891136 + 1923 + 66307 + 2 + -2097151741 + 33554432 + 8585217 + 50462720 + 164608 + 16974336 + 770 + 387 + 66306 + 1 + 16844288 + 3584 + 1 + 12863 + 547398143 + -2105376001 + -757935361 + -336860161 + 1684301055 + -1263225856 + 0 + 512 + 12863 + 547398143 + -2105376001 + -757935361 + -336860161 + 1684301055 + -1263225793 + -2147483648 + 5120 + 12863 + 513712639 + 1686267135 + -925710081 + -924071681 + 1687577855 + 2025093183 + -2147483648 + 12800 + 12863 + 513712639 + -2104065281 + -925710081 + -924071681 + 1687577855 + -1765239233 + -2147483648 + 20480 + 12863 + 513712639 + 1686267135 + -925710081 + -924071681 + 1687577855 + 2025093183 + -2147483648 + 20737 + 12863 + 547398143 + -1263225601 + -757935361 + -336860161 + -1263225601 + -926365696 + 0 + 21248 + 12863 + 547398143 + -1263225601 + -757935361 + -336860161 + -1263225601 + -926365696 + 0 + 25600 + 12863 + 513712639 + -1936290561 + -1094140161 + -336860161 + 1685218559 + -1431330816 + 0 + 33280 + 12863 + 513712639 + -1934324481 + -1009925121 + -622077185 + 1686398207 + -1850635264 + 0 + 40704 + 12863 + 513712639 + -1936290561 + -1094140161 + -336860161 + 1685218559 + -1431330816 + 0 + 40962 + 12863 + 513712639 + 1686267135 + -925710081 + -924071681 + 1687577855 + 2025093120 + 0 + 41472 + 12863 + 513712639 + 1686267135 + -925710081 + -924071681 + 1687577855 + 2025093120 + 0 + 41728 + 12863 + 513712639 + 1686267135 + -925710081 + -924071681 + 1687577855 + 2025093120 + 0 + 48128 + 12863 + 513712639 + -1936290561 + -1094140161 + -336860161 + 1687577855 + -1431330816 + 0 + 34013187 + 335544320 + 117557826 + 1476395074 + 1476395008 + 3 + 459008 + 119275520 + 8847799 + 1113063424 + 1113063424 + 15 + 285671424 + 262584 + 48 + 16384256 + 119799808 + 9372091 + 1111490560 + 1111490560 + 77 + 15 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1111490560 + 1111490560 + 77 + 0 + 15 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400320 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 1 + 29163520 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10616832 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10682368 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12320768 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 2 + 117441300 + 7 + 30097840 + 16816 + 0 + 257 + 1778450441 + 603979777 + -2029950143 + -1342177215 + -1342177280 + 1792 + 70666 + 197062 + 29819137 + 22594 + 33554688 + 1024 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 0 + 132864 + 51642368 + 459212 + 1103101952 + 1103101952 + 0 + 16869889 + 599040 + 100097 + 1799471104 + 4308992 + 0 + 117440513 + 336199683 + 29753800 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 30229080 + 16984 + 0 + 257 + 1778450441 + 603979777 + -2029950142 + 1476395074 + 1476395008 + 1792 + 70666 + 197062 + 30015745 + 22594 + 33554688 + 1024 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 0 + 132864 + 51642368 + 459214 + 1104150528 + 1104150528 + 0 + 16869889 + 531456 + 34561 + 1799475200 + 4313088 + 0 + 118095875 + 29753801 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 30360064 + 16896 + 0 + 257 + 1778450441 + 603979777 + -2029950142 + 66 + 0 + 1792 + 70666 + 197062 + 28639489 + 22594 + 33554688 + 1024 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 0 + 132864 + 34340864 + 328144 + 1114636288 + 0 + 16869889 + 599040 + 100097 + 1799497728 + 4335616 + 0 + 117440513 + 336199683 + 29753772 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 28066344 + 16936 + 0 + 768 + 117506055 + 469762048 + -2029930686 + 671088706 + 671088640 + 3857 + 117440512 + 67221504 + 12288 + -100597753 + 603979776 + -1895711934 + 402653250 + 402653184 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 402653250 + 402653184 + 19712 + 0 + 3865 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610612736 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1577058304 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1560281088 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1140850688 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 515 + 201728 + 1793 + -784193536 + 4335616 + 0 + 327930 + 16779044 + 143 + 30556712 + 16936 + 0 + 18153472 + 985600 + 50445312 + 1157627911 + 16779036 + 135 + 30622248 + 16936 + 0 + 987399 + 2 + 30670848 + 3145978 + 16778788 + 143 + 30753280 + 16896 + 0 + 18219008 + 983552 + 33674752 + 30867712 + 86245376 + 9372094 + 1102053376 + 1101529088 + 279 + 33 + 1025 + 533504 + 134913 + -666669056 + 4333568 + 1 + 402657555 + -15790321 + -2146496753 + 1041 + 131840 + 51642368 + 459222 + 1107296256 + 1107296256 + 0 + 16788995 + 269312 + 34560 + -1606287360 + 4325376 + 0 + 251658240 + 589831 + 16779044 + 143 + 10567936 + 16640 + 0 + 18415616 + 788742 + 10616832 + 3145735 + 16779300 + 143 + 10699136 + 16640 + 0 + 18481152 + 856327 + 4 + 10747904 + 3145735 + 16779044 + 143 + 10830080 + 16640 + 0 + 2359296 + 592134 + 10878976 + 3145735 + 16779044 + 143 + 10961152 + 16640 + 0 + 65536 + 395526 + 11010048 + 3145735 + 16779300 + 143 + 11092352 + 16640 + 0 + 3080192 + 463111 + 4 + 11141120 + 3145735 + 16778780 + 135 + 11223296 + 16640 + 0 + 198918 + 11272192 + 3145735 + 16779300 + 143 + 11354368 + 16768 + 0 + 18546688 + 921863 + 4 + 11403264 + 3145735 + 16779300 + 143 + 11485568 + 16768 + 0 + 3211264 + 987399 + 4 + 11534336 + 3145735 + 16779300 + 143 + 11616512 + 16768 + 0 + 3276800 + 725255 + 4 + 11665408 + 3145730 + 50332436 + 7 + 31015376 + 16848 + 0 + 1280 + -100597753 + 603979776 + -1895706047 + -805306303 + -805306368 + 72704 + 3850 + 197052 + 4521984 + 117506055 + 469762048 + -2029923519 + -805306303 + -805306368 + 3857 + 117440512 + 33674240 + 12288 + -100597754 + 603979776 + -1895705278 + 66 + 0 + 71168 + 3842 + 131542 + 120577 + 336896 + 36609 + -1102991360 + 4302848 + 1 + 385875968 + 553648132 + 16779556 + 527 + 30950256 + 16928 + 0 + 18350105 + 402591503 + 260050703 + 255934464 + 4 + 285213191 + 201728 + 1793 + -633176064 + 4358144 + 0 + 65898 + 16779556 + 391 + 23806592 + 17024 + 0 + 458752 + 18090496 + 50447873 + -620691200 + 5784066 + 65536 + 262144 + 328046 + 0 + 0 + 251658240 + 335544320 + 1048576 + 1376512 + 4352 + 5632 + 18 + 42 + 16777216 + 0 + 34013187 + 335544320 + 117562178 + -2147483582 + -2147483648 + 3 + 459008 + 119275520 + 8847799 + 1115684864 + 1115684864 + 15 + 285671424 + 262584 + 48 + 16384256 + 119799808 + 9372091 + 1114112000 + 1114112000 + 14 + 15 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1114112000 + 1114112000 + 14 + 0 + 15 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400320 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 1 + 29163520 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10616832 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10682368 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12320768 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 2 + 117441300 + 7 + 31211952 + 16816 + 0 + 256 + -100597754 + 469762048 + -2029929663 + -1342177215 + -1342177280 + 3850 + 197052 + 4521984 + 3584 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 106 + 20 + 0 + 301989888 + 1342373994 + 1507328 + 5308416 + 6144 + 20993 + 25 + 83 + 0 + 1795162112 + 1677721600 + 1703936 + 10420992 + 1795189760 + 40960 + 109 + 162 + 16777216 + 520093696 + -1560281088 + 2097152 + 12321024 + 0 + 519 + 201728 + 1793 + -582866944 + 4335616 + 0 + 65786 + 16779044 + 143 + 29049368 + 16920 + 0 + 5046272 + 985600 + 50445312 + 1157627904 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 0 + 132864 + 51642368 + 459230 + 1115684864 + 1115684864 + 0 + 33556225 + 465920 + 34561 + -1220378624 + 4358144 + 0 + 252774144 + 1025 + -1207959552 + 805370369 + 467968 + 36609 + -1153275904 + 4352000 + 0 + 234881024 + 252313603 + 31391813 + 0 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 0 + 34013188 + 469762048 + -2029920190 + 805306434 + 805306368 + 3840 + 2 + 459008 + 68419584 + 459233 + 1110441984 + 1110441984 + 16908770 + 3016448 + 103546880 + 143589493 + 1108344832 + 1108344832 + 272 + 15 + 16777216 + 65543 + 16778780 + 519 + 7684624 + 16912 + 9 + 83886080 + 268435456 + 805306368 + 385879808 + 1 + 12 + 1 + 16777217 + -486539264 + 33619968 + 31719424 + 196864 + 124160 + 1025 + 486 + 5 + 16777217 + -419430400 + 100728832 + 31981568 + 459008 + 125184 + 2049 + 490 + 9 + 16777217 + -352321536 + 167837696 + 32243712 + 721152 + 126208 + 3073 + 494 + 13 + 16777217 + -285212672 + 234946560 + 32505856 + 983296 + 127232 + 4097 + 498 + 17 + 16777217 + -218103808 + 302055424 + 32768000 + 1245440 + 128256 + 5121 + 502 + 21 + 16777217 + -150994944 + 369164288 + 1 + 7667712 + 131329 + 151060481 + 23 + 0 + 50 + 0 + 256 + 12801 + 33030144 + 131072 + 3277056 + 0 + 50331648 + 838926841 + 4 + 50 + 16906752 + 1280 + 12801 + 33226752 + 393216 + 3277057 + -67108864 + 117440512 + 838926845 + 8 + 50 + 16907776 + 2304 + 12801 + 33488896 + 655360 + 3277058 + 0 + 184549376 + 838926849 + 12 + 50 + 16908800 + 3328 + 12801 + 33751040 + 917504 + 3277058 + 67108864 + 251658240 + 838926853 + 16 + 50 + 16909824 + 4352 + 12801 + 34013184 + 1179648 + 3277058 + 134217728 + 318767104 + 838926857 + 20 + 50 + 16910848 + 5376 + 12801 + 34275328 + 1441792 + 3277058 + 184549376 + 67112704 + 1 + 524 + 1 + 16777218 + 218103808 + 33619968 + 34471936 + 196864 + 0 + 16900352 + 257 + 65536 + 262144 + 0 + 3277282 + 1 + 50 + 34537472 + 131072 + 3277328 + 3 + 50 + 34668546 + 117441564 + 135 + 34750896 + 16816 + 0 + 983040 + 512 + 117506053 + 335544320 + 117563713 + -1342177215 + -1342177271 + 50331648 + 134341120 + 772210694 + 738197512 + -1895795391 + -1879048127 + -1879048192 + 19712 + 3841 + 0 + 16779009 + 400384 + 132864 + 1967230976 + 4296704 + 2309 + 16 + 48 + 23 + 983040 + 256 + 3072 + 257 + 483 + 2 + 16777217 + -469762048 + 50397184 + + + + none + 124416 + 1281 + 487 + 6 + 16777217 + -402653184 + 117506048 + 32047104 + 524544 + 125440 + 2305 + 491 + 10 + 16777217 + -335544320 + 184614912 + 32309248 + 786688 + 126464 + 3329 + 495 + 14 + 16777217 + -268435456 + 251723776 + 32571392 + 1048832 + 127488 + 4353 + 499 + 18 + 16777217 + -201326592 + 318832640 + 32833536 + 1310976 + 128512 + 5377 + 503 + 22 + 16777216 + 256 + 1962934272 + 33620233 + 16777472 + 5888 + 0 + 12800 + 0 + 65536 + 3277057 + -134217728 + 33554432 + 838926336 + 3 + 50 + 16906496 + 1024 + 12801 + 33161216 + 327680 + 3277057 + -83886080 + 100663296 + 838926844 + 7 + 50 + 16907520 + 2048 + 12801 + 33423360 + 589824 + 3277057 + -16777216 + 167772160 + 838926848 + 11 + 50 + 16908544 + 3072 + 12801 + 33685504 + 851968 + 3277058 + 50331648 + 234881024 + 838926852 + 15 + 50 + 16909568 + 4096 + 12801 + 33947648 + 1114112 + 3277058 + 117440512 + 301989888 + 838926856 + 19 + 50 + 16910592 + 5120 + 12801 + 34209792 + 1376256 + 3277058 + 184549376 + 369098752 + 838926859 + 4 + 983040 + 256 + 134144 + 257 + 525 + 2 + 16777218 + 234881024 + 50397184 + 1 + 31522816 + 131328 + 16842752 + 4 + 0 + 50 + 31588352 + 524288 + 65536 + 3277327 + 4 + 2 + 50 + 34603008 + 524288 + 196608 + 3277329 + 8 + 132864 + 51642368 + 459283 + 1109917696 + 1109917696 + 0 + 16869889 + 599040 + 100097 + 1799497728 + 4335616 + 0 + 117440513 + 336199683 + 29753876 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 34882088 + 16936 + 0 + 1024 + 117506055 + 469762048 + -2029930686 + 671088706 + 671088640 + 3857 + 117440512 + 67221504 + 12288 + 117506056 + 603979776 + -1895795390 + 402653250 + 402653184 + 19712 + 3857 + 117440512 + 268571904 + 12288 + -100597753 + 603979776 + -1895711934 + 402653250 + 402653184 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 402653250 + 402653184 + 19712 + 0 + 3865 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610612736 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1577058304 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1560281088 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1140850688 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1794 + 373434368 + 4335616 + 0 + 65898 + 16779556 + 391 + 23806504 + 16936 + 0 + 458752 + 18090496 + 50447874 + 385941760 + 5784066 + 65536 + 262144 + 328046 + 0 + 0 + 251658240 + 335544320 + 1048576 + 1376512 + 4352 + 5632 + 18 + 42 + 16777216 + 0 + 34013187 + 335544320 + 117577538 + 671088706 + 671088640 + 4 + 459008 + 119275520 + 8847799 + 1109917696 + 1109917696 + 15 + 285671424 + 262584 + 48 + 459008 + 136577024 + 9371765 + 1108869120 + 1108869120 + 77 + 15 + 285671424 + 1049112 + 48 + 16384256 + 119799808 + 9372091 + 1108869120 + 1108869120 + 77 + 15 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1108869120 + 1108869120 + 77 + 0 + 15 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400320 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 1 + 29163520 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10616832 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10682368 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12320768 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 2 + 117441300 + 7 + 35210125 + -2147466736 + 0 + 1536 + 922812424 + 469762048 + -2029905341 + -1929379774 + 201326592 + 3865 + 251658497 + 50291812 + 1677722386 + 4914959 + 252641289 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610626817 + 533504 + 36610 + 457411968 + 4194304 + 1 + 486539264 + 219221504 + 16908290 + -1315861 + 16777220 + -805292287 + 531456 + 34562 + 473956352 + 4329472 + 0 + 186191616 + 16843519 + 1684300800 + 51512330 + -13158601 + 661775 + 16777216 + 67436413 + 2105409460 + -1263206446 + -757923861 + -336919491 + -1330580930 + -286328258 + -50525889 + 783200256 + 257 + 1344 + 3604736 + 153354240 + 9372189 + 1073741824 + 1108082688 + 286 + 14 + 420413441 + 16973668 + 1684275203 + 302254847 + -336860416 + 169414401 + 4 + 83852669 + 2113909940 + -1258302766 + -754979861 + -352043600 + -1326301458 + -285589764 + -49725650 + -1364197376 + 65792 + 344064 + 922812423 + 469762048 + -2029904317 + -1920991168 + 0 + 1809 + 234881282 + 196407 + 926351616 + 372736 + 721485829 + 469762048 + -2029904061 + -1920991166 + 268435456 + 3842 + 66080 + 14 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 1778384896 + 335544320 + 1179648 + 5243648 + 1778390784 + 20736 + 24 + 82 + 16777216 + 419430400 + 1392508928 + 7012352 + 6553600 + 6656 + 40707 + 7012460 + 160 + 0 + 1828716544 + -1124007936 + 2031616 + 12451840 + 8192 + 55041 + 0 + 328218 + 7 + -2097151741 + 50331648 + 42139649 + 50462720 + 33536 + 16974336 + 643 + 66306 + 3 + 33554433 + -2097151741 + 33554432 + 25362433 + 50528256 + 65536 + 1048576 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255785 + -1751515136 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255785 + -1751515136 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187945 + -1751515136 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677545 + -1751515136 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187945 + -1751515136 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926400745 + -1751515136 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926400745 + -1751515136 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348452585 + -1751515136 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316208873 + -1751515136 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348452585 + -1751515136 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187945 + -1751515136 + 10813696 + 3292922 + -84344948 + -1265827956 + -1265827956 + -1601372316 + -1771765876 + -1265877312 + -1060175872 + 11207168 + 3292922 + -84344948 + -1265827956 + -1265827956 + -1601372316 + -1771765876 + -1265877312 + -1060175872 + 12386304 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187945 + -1751515136 + 12451840 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187945 + -1751515136 + 14090240 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348452585 + -1751514597 + 1 + 33554689 + 12 + 0 + 16777266 + -1315861 + 2 + 50 + -15790321 + 20 + 16777266 + -15790321 + 80 + 50 + -15790321 + 81 + 16777266 + -4934476 + 83 + 50 + -1315861 + 100 + 16777266 + -1315861 + 159 + 50 + -1315861 + 160 + 16777266 + -1315861 + 189 + 50 + -15790321 + 190 + 50 + -1315861 + 215 + 50 + -1315861 + 35520512 + 66048 + 16842752 + 786432 + 256 + 3342135 + 926351360 + 131072 + 3342315 + -336920576 + 1310976 + 3342315 + -336920576 + 5242880 + 3342315 + -336920576 + 5308672 + 3342260 + -1263271936 + 5439488 + 3342095 + 252641280 + 6553856 + 3342095 + 252641280 + 10420224 + 3342095 + 252641280 + 10486016 + 3342095 + 252641280 + 12386304 + 3342315 + -336920576 + 12451840 + 3342095 + 252641280 + 14090240 + 3342095 + 252641820 + 1 + 33554689 + 12 + 0 + 16777266 + -13158601 + 2 + 50 + -1315861 + 20 + 16777266 + -1315861 + 80 + 50 + -1315861 + 81 + 50 + -15790321 + 83 + 50 + -15790321 + 100 + 50 + -15790321 + 159 + 50 + -15790321 + 160 + 50 + -15790321 + 189 + 50 + -15790321 + 190 + 50 + -15790321 + 215 + 50 + -15790321 + 35454976 + 66048 + 16842752 + 786432 + 256 + 3342315 + -336920576 + 131072 + 3342095 + 252641280 + 1310976 + 3342095 + 252641280 + 5242880 + 3342095 + 252641280 + 5308416 + 3342315 + -336920576 + 5439488 + 3342315 + -336920576 + 6553600 + 3342315 + -336920576 + 10420224 + 3342315 + -336920576 + 10485760 + 3342315 + -336920576 + 12386304 + 3342315 + -336920576 + 12451840 + 3342315 + -336920576 + 14090240 + 3342315 + -336920574 + 50332436 + 7 + 35734016 + 16896 + 0 + 768 + -100597755 + 469762048 + -2029923006 + 66 + 0 + 3842 + 131542 + 120577 + 336896 + 36609 + -1102991360 + 4302848 + 1 + 520093696 + 251658244 + 16779556 + 527 + 30950256 + 16928 + 0 + 18350105 + 402591503 + 260050703 + 255934464 + 4 + 285213187 + 201728 + 1794 + 574750720 + 4325376 + 0 + 196858 + 16778524 + 135 + 30753280 + 16896 + 0 + 983552 + 33674752 + 30867712 + 86245376 + 9372094 + 1102053376 + 1101529088 + 287 + 15 + 1025 + 533504 + 134913 + -666669056 + 4333568 + 1 + 402657555 + -15790321 + -2146496753 + 1041 + 131840 + 51642368 + 459299 + 1109917696 + 1126694912 + 0 + 134219521 + 400384 + 3842 + 608315392 + 4335616 + 1 + 537461504 + 1025 + -1207957759 + 400384 + 3842 + 625092608 + 4335616 + 1 + 554238720 + 1025 + -1207957759 + 400384 + 3842 + 641869824 + 4335616 + 1 + 571015936 + 1025 + -1207957759 + 400384 + 3842 + 658647040 + 4335616 + 1 + 587793152 + 1025 + -1207957759 + 465920 + 3842 + 675420160 + 4331520 + 1 + 605095680 + 1026 + 687865856 + 805308161 + 465920 + 3842 + 708974592 + 4331520 + 1 + 621872896 + 1026 + 721420288 + 805308161 + 465920 + 3842 + 742529024 + 4331520 + 1 + 638650112 + 1026 + 754974720 + 805308161 + 465920 + 3842 + 776083456 + 4331520 + 0 + 1292961536 + 1026 + 788529152 + 805306883 + 201728 + 1794 + 809619456 + 4378624 + 0 + 524295 + 16778780 + 15 + 35930576 + 16848 + 0 + 19335427 + 4 + 29491207 + 16778780 + 15 + 35996112 + 16848 + 0 + 19400963 + 4 + 29491207 + 16778780 + 15 + 36061648 + 16848 + 0 + 19466499 + 4 + 29491207 + 16778780 + 15 + 36127184 + 16848 + 0 + 19073283 + 4 + 29491207 + 16779036 + 15 + 36192720 + 16848 + 0 + 19534087 + 4 + 36241408 + 3145735 + 16779036 + 15 + 36323792 + 16848 + 0 + 19599623 + 4 + 36372480 + 3145735 + 16779036 + 15 + 36454864 + 16848 + 0 + 19665159 + 4 + 36503552 + 3145735 + 16778772 + 7 + 36585936 + 16848 + 4359 + 4 + 36634624 + 3145730 + 117441564 + 135 + 36782978 + 17000 + 0 + 983040 + 1024 + 771948548 + 469762048 + -2030002109 + -2113929150 + 1744830464 + 3840 + 9 + 459008 + 119799808 + 9371809 + 1090519040 + 1090519040 + 301 + 12 + 151388322 + 48 + 459008 + 136577024 + 9371811 + 1131675648 + 1090519040 + 302 + 13 + 285671424 + 262308 + 48 + 459008 + 119799808 + 9371813 + 1090519040 + 1090519040 + 276 + 9 + 151388326 + 48 + 459008 + 119799808 + 9371815 + 1090519040 + 1090519040 + 303 + 6 + 151388328 + 48 + 459008 + 136577024 + 9371817 + 1131675648 + 1090519040 + 47 + 7 + 285671424 + 262314 + 48 + 459008 + 102498304 + 8847531 + 1090519040 + 1090519040 + 3 + 151388332 + 48 + 459008 + 136577024 + 9371821 + 1090519040 + 1109917696 + 304 + 14 + 285671424 + 262318 + 48 + 459008 + 136577024 + 9371823 + 1131675648 + 1109917696 + 49 + 15 + 285671424 + 262320 + 48 + 459008 + 136577024 + 9371825 + 1090519040 + 1109917696 + 50 + 11 + 285671424 + 262322 + 48 + 459008 + 119799808 + 34537589 + 1108344832 + 1108344832 + 305 + 591104 + 4096 + 12288 + 67174409 + 603979776 + -1895681469 + 1275068481 + -1342177280 + 78336 + 1049 + 1409281003 + -335585184 + 1610612736 + 285212672 + 16778241 + 599040 + 36610 + 860048384 + 4304896 + 1 + 855638016 + 68768767 + -1600085761 + 252645120 + 4352 + 512 + 5376 + 251658240 + 65536 + 31719424 + 65792 + 124160 + 513 + 486 + 3 + 16777217 + -419430400 + 67174400 + 31981568 + 327936 + 125184 + 1537 + 490 + 7 + 16777217 + -352321536 + 134283264 + 32243712 + 590080 + 126208 + 2561 + 494 + 11 + 16777217 + -285212672 + 201392128 + 32505856 + 852224 + 127232 + 3585 + 498 + 15 + 16777217 + -218103808 + 268500992 + 32768000 + 1114368 + 128256 + 4609 + 502 + 19 + 16777217 + -150994944 + 335609856 + 1 + 7667712 + 131329 + 151060481 + 21 + 0 + 50 + 0 + 256 + 12801 + 33095680 + 131072 + 3277057 + -100663296 + 50331648 + 838926843 + 4 + 50 + 16907264 + 1280 + 12801 + 33357824 + 393216 + 3277057 + -33554432 + 117440512 + 838926847 + 8 + 50 + 16908288 + 2304 + 12801 + 33619968 + 655360 + 3277058 + 33554432 + 184549376 + 838926851 + 12 + 50 + 16909312 + 3328 + 12801 + 33882112 + 917504 + 3277058 + 100663296 + 251658240 + 838926855 + 16 + 50 + 16910336 + 4352 + 12801 + 34144256 + 1179648 + 3277058 + 167772160 + 318767104 + 838926859 + 20 + 50 + 16911104 + 34013188 + 469762048 + -2029898685 + 536870978 + 268435456 + 3840 + 4 + 3015424 + 68943872 + 8847520 + 1126170624 + 1108344832 + 15 + 0 + 150996737 + 467968 + 36608 + -1589575680 + 4259840 + 1 + 872415232 + 201917952 + -1577058304 + 805308161 + 533504 + 36608 + -1555886080 + 4259840 + 1 + 889192448 + 219219712 + 1024 + -1543503872 + 805308161 + 467968 + 36608 + -1522466816 + 4259840 + 1 + 905969664 + 151586304 + -1509949440 + 805308161 + 467968 + 36608 + -1488912384 + 4259840 + 1 + 922746880 + 101254656 + -1476395008 + 805308161 + 533504 + 36608 + -1455222784 + 4259840 + 0 + 788529152 + 118556416 + 1024 + -1442840576 + 805308161 + 400384 + 34560 + -1421803520 + 4259840 + 0 + 50923008 + -1409286144 + 805308161 + 533504 + 36608 + -1388249088 + 4300800 + 1 + 939524096 + 235996928 + 1024 + -1375731712 + 805308161 + 533504 + 36608 + -1354559488 + 4300800 + 0 + 822083584 + 252774144 + 1024 + -1342177280 + 805308161 + 533504 + 36608 + -1321140224 + 4300800 + 0 + 838860800 + 185665280 + 1024 + -1308622848 + 805308161 + 467968 + 134912 + 1967230976 + 4296704 + 1 + 956303621 + 16 + 48 + 262400 + 170131456 + 9372210 + 1123680256 + 1101004800 + 39 + 4 + 559415275 + -336855200 + 1616920896 + 0 + 1114112 + 65540 + 16779812 + 143 + 36913914 + 16800 + 0 + 20578304 + 270679 + -6250336 + -15790321 + 1094713344 + 17 + 2 + 21 + 983040 + 256 + 123904 + 257 + 485 + 2 + 16777217 + -436207616 + 50397184 + 31916032 + 262400 + 124928 + 1281 + 489 + 6 + 16777217 + -369098752 + 117506048 + 32178176 + 524544 + 125952 + 2305 + 493 + 10 + 16777217 + -301989888 + 184614912 + 32440320 + 786688 + 126976 + 3329 + 497 + 14 + 16777217 + -234881024 + 251723776 + 32702464 + 1048832 + 128000 + 4353 + 501 + 18 + 16777217 + -167772160 + 318832640 + 32964608 + 1310976 + 0 + 16807168 + 513 + 17367296 + 16777216 + 352321536 + 0 + 838860800 + 1 + 50 + 16906496 + 512 + 12801 + 33161216 + 196608 + 3277057 + -83886080 + 67108864 + 838926844 + 5 + 50 + 16907520 + 1536 + 12801 + 33423360 + 458752 + 3277057 + -16777216 + 134217728 + 838926848 + 9 + 50 + 16908544 + 2560 + 12801 + 33685504 + 720896 + 3277058 + 50331648 + 201326592 + 838926852 + 13 + 50 + 16909568 + 3584 + 12801 + 33947648 + 983040 + 3277058 + 117440512 + 268435456 + 838926856 + 17 + 50 + 16910592 + 4608 + 12801 + 34209792 + 1245184 + 3277058 + 184549376 + 335544320 + 838926859 + 132864 + 51642368 + 459317 + 1133346816 + 1108344832 + 0 + 100677377 + 531456 + 34562 + 440634624 + 4328448 + 0 + 253300480 + 16843519 + 1684300800 + 51511370 + -15790321 + 594190 + 4 + 83853954 + -2097171276 + -1258302766 + -754979861 + -352059392 + 16151 + -1751498976 + -1600045184 + 17076 + 256 + 286720 + 922812424 + 603979776 + -1895687357 + -1920991168 + 0 + 72960 + 3345 + 234881282 + 196587 + -336920320 + 315392 + 922812424 + 469762048 + -2029904832 + 66 + 268435456 + 2841 + 251658497 + 50291812 + 1677722386 + 67829559 + 926351370 + 420413696 + 1028 + -8553091 + -4934476 + -2960686 + -1315861 + 71151792 + -230756626 + -96535299 + 155135662 + -1342177280 + 16842752 + 88080439 + 16779556 + 143 + 35471360 + 16908 + 0 + 18743296 + 923919 + 65794 + -10197916 + 201220 + 184544235 + -352318951 + 251723776 + 263423 + 2105376255 + -1263225601 + -757935361 + -336860412 + 1034989810 + 1055846138 + 1056767241 + 1060023984 + 1 + 16777221 + 1073755905 + 465920 + 34562 + 507743616 + 4194304 + 0 + 118558208 + 16908290 + -13158601 + 16777221 + -1342166271 + 334848 + 34562 + 910396800 + 4329472 + 0 + 251789313 + 37158912 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 48385 + 31 + 190 + 0 + 536870912 + -687800320 + 5 + 35258368 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 387 + 66307 + 1 + 16 + 0 + 16777266 + 1059102881 + -8224126 + -2960686 + -1315861 + -10197916 + -4934476 + 1058510746 + 2 + 50 + 1059102881 + -8224126 + -2960686 + -1315861 + -10197916 + -4934476 + 1058510746 + 20 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1058510746 + 50 + 50 + 1058971297 + -8219006 + -3616056 + -3609656 + -10185116 + -6895466 + 1058510746 + 80 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1058510746 + 81 + 16777266 + 1059102881 + -4934476 + -2960686 + -1315861 + -4934476 + -3618616 + 1058510746 + 83 + 50 + 1059102881 + -4934476 + -2960686 + -1315861 + -4934476 + -3618616 + 1058510746 + 100 + 50 + 1058971297 + -7563636 + -4273986 + -1315861 + -10194332 + -5591136 + 1058510746 + 130 + 50 + 1058971297 + -7555956 + -3945021 + -2429990 + -10189724 + -7229044 + 1058510746 + 159 + 50 + 1058971297 + -7563636 + -4273986 + -1315861 + -10194332 + -5591136 + 1058510746 + 160 + 33554482 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1058510746 + 165 + 16777266 + 1056635640 + -7555956 + -7555956 + -7561076 + -10185116 + -7555956 + 1052819663 + 171 + 33554482 + 1056635640 + -7555956 + -7555956 + -7561076 + -10185116 + -7555956 + 1052819663 + 189 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1058510746 + 190 + 50 + 1058971297 + -10190236 + -3616056 + -3609656 + -10185116 + -8866696 + 1058510746 + 215 + 50 + 1058971297 + -7563636 + -4273986 + -1315861 + -10185116 + -5591136 + 1058510746 + 35323904 + 66048 + 16842752 + 786432 + 256 + 3342315 + -336920576 + 131072 + 3342095 + 252641280 + 1310976 + 3342095 + 252641280 + 5242880 + 3342095 + 252641280 + 5308672 + 3342260 + -1263271936 + 5439488 + 3342315 + -336920576 + 6553856 + 3342315 + -336920576 + 10420224 + 3342315 + -336920576 + 10486016 + 3342315 + -336920576 + 12386304 + 3342095 + 252641280 + 12451840 + 3342315 + -336920576 + 14090240 + 3342315 + -336920034 + 1 + 33554689 + 12 + 0 + 16777266 + -13158601 + 2 + 50 + -1315861 + 20 + 16777266 + -1315861 + 80 + 50 + -1315861 + 81 + 16777266 + -4934476 + 83 + 50 + -15790321 + 100 + 16777266 + -15790321 + 159 + 50 + -15790321 + 160 + 16777266 + -15790321 + 189 + 50 + -1315861 + 190 + 50 + -15790321 + 215 + 50 + -15790321 + 35389440 + 66048 + 16842752 + 786432 + 256 + 3342135 + 926351360 + 131072 + 3342315 + -336920576 + 1310976 + 3342315 + -336920576 + 5242880 + 3342315 + -336920576 + 5308416 + 3342095 + 252641280 + 5439488 + 3342095 + 252641280 + 6553600 + 3342095 + 252641280 + 10420224 + 3342095 + 252641280 + 10485760 + 3342095 + 252641280 + 12386304 + 3342095 + 252641280 + 12451840 + 3342095 + 252641280 + 14090240 + 3342095 + 252641821 + 1 + 33554689 + 12 + 0 + 16777266 + -1315861 + 2 + 50 + -15790321 + 20 + 16777266 + -15790321 + 80 + 50 + -15790321 + 81 + 50 + -1315861 + 83 + 50 + -1315861 + 100 + 50 + -1315861 + 159 + 50 + -1315861 + 160 + 50 + -1315861 + 189 + 50 + -1315861 + 190 + 50 + -1315861 + 215 + 50 + -1315861 + 132864 + 51642368 + 459320 + 1116733440 + 1111490560 + 0 + 33555457 + 533504 + 36608 + -549250304 + 4306944 + 1 + 989855744 + 219223551 + 842150465 + 1342177280 + 1314816 + 772210692 + 469762048 + -2029990846 + -1879048126 + 1073741824 + 3840 + 2 + 459008 + 68419584 + 459321 + 1116733440 + 1111490560 + 16908858 + 459008 + 85721088 + 34013755 + 0 + 1111490560 + 66050 + 1006632960 + 0 + 16923392 + 769 + 17236225 + 16843017 + 3 + 0 + 50 + 0 + 0 + 0 + 16777216 + 838860800 + 4200857 + -1711210496 + 1966080 + 3276800 + 541328 + 256 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 519 + 201728 + 1794 + 1027751936 + 4341760 + 0 + 131118 + 117441564 + 135 + 13386304 + 16960 + 0 + 13565952 + 512 + 117506052 + 335544320 + 117587522 + 1073741890 + 1073741825 + 33701632 + 117506055 + 738197506 + 788676674 + 1073741824 + 0 + 80896 + 512 + 16908865 + 0 + 1 + 37748736 + 196865 + 33620231 + 16845056 + 768 + 0 + 12800 + 0 + 0 + 1 + 50 + 1070386381 + 0 + 16777216 + 503316480 + 843202560 + 0 + 134283268 + 16779300 + 143 + 14631707 + 16824 + 0 + 20774912 + 856341 + -13487566 + 1095761920 + 5136 + 2 + 983040 + 0 + 4096 + 15360 + 0 + 2 + 117441036 + 5 + 37896816 + 0 + 257 + 1778450442 + 603979777 + -2029950142 + 671088706 + 671088640 + 1792 + 70674 + 268632518 + 37945924 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 37962280 + 16936 + 0 + 512 + -100597753 + 603979776 + -1895711934 + 402653250 + 402653184 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 402653250 + 402653184 + 19712 + 0 + 3865 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610612736 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1577058304 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1560281088 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1140850688 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1794 + 1161953280 + 4325376 + 0 + 65582 + 117441564 + 135 + 13386240 + 16896 + 0 + 983040 + 512 + 117506052 + 335544320 + 117589570 + 66 + 1 + 33703680 + 117506054 + 603979778 + -2029893566 + 66 + 0 + 256 + 16908873 + 0 + 1 + 38273024 + 131329 + 151060737 + 4 + 0 + 50 + 4325376 + 0 + 16777216 + 838926336 + 0 + 3866624 + 3277122 + 0 + 15360 + 12800 + 1107296256 + 2 + 983040 + 0 + 4096 + 15360 + 0 + 2 + 117441300 + 7 + 38420992 + 16896 + 0 + 512 + 772210692 + 469762048 + -2029990846 + 66 + 0 + 52992 + 2 + 459008 + 85196800 + 459326 + 1107296256 + 1107296256 + 151191552 + 262731 + 459008 + 120324096 + 36635200 + 1107296256 + 0 + 64 + 2 + 66050 + 1275068416 + 0 + 16924672 + 769 + 16908545 + 117506313 + 3 + 0 + 50 + 0 + 0 + 0 + 16777216 + 843041996 + -855638016 + 65536 + 1966080 + 3293696 + 0 + 524544 + 67174408 + 603979776 + -1895768253 + 452984897 + -1207959552 + 81152 + 3345 + 369046066 + 843141120 + 20 + 268435456 + 33558272 + 0 + 16 + 60 + 0 + 0 + 34013187 + 335544320 + 117591361 + -805306303 + -805306368 + 2 + 16384256 + 119799808 + 9372091 + 1103101952 + 1103101952 + 74 + 15 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1103101952 + 1103101952 + 74 + 0 + 15 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400320 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 1 + 29163520 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10616832 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10682368 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12320768 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 2 + 117441300 + 7 + 38683088 + 16848 + 0 + 257 + 1778450442 + 603979777 + -2029950143 + -805306303 + -805306368 + 1792 + 70674 + 268632518 + 38601284 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 38748672 + 16896 + 0 + 512 + 67174408 + 603979776 + -1895768253 + 452984897 + -1207959552 + 80640 + 3345 + 369046066 + 843141120 + 20 + 268447239 + 269312 + 34560 + -868089856 + 4325376 + 0 + 251658240 + 131079 + 16778260 + 7 + 37306880 + 16896 + 258 + 38207495 + 16778524 + 519 + 37421056 + 16896 + 1 + 33704192 + 0 + 258 + 989855744 + 50397447 + 16843009 + 17367040 + 196608 + 0 + 3276800 + 0 + 0 + 256 + + + + none + 429496833 + 30 + 50 + 8 + 1107296256 + 16777216 + 33558272 + 0 + 16 + 30 + 16777216 + 0 + 34013188 + 469762048 + -2029891517 + 1879048258 + 671088640 + 3840 + 5 + 459008 + 119799808 + 42402385 + 1131413504 + 1109917696 + 15 + 591362 + 1375731712 + 805308161 + 400384 + 34560 + 1749250048 + 4335616 + 0 + 252249602 + 1392508928 + 805308161 + 467968 + 165634 + 1413705728 + 4335616 + 0 + 251660550 + 38993920 + 3145771 + 16778524 + 15 + 39142234 + 16896 + 0 + 1966592 + 16930304 + 67174409 + 603979776 + -1895808958 + 536870977 + -805306368 + 81408 + 3865 + 402620651 + 553586447 + 255950848 + 82 + 352321536 + 134221568 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 1179648 + 196864 + 5888 + 1024 + 24 + 5 + 16777216 + 419430400 + 100663296 + 1703936 + 459008 + 0 + 67125248 + 257 + 0 + 262144 + 256 + 3342208 + -350224384 + 262400 + 3342278 + 286195712 + 393472 + 3342278 + 286195712 + 459008 + 3342278 + 286195816 + 1 + 16845056 + 768 + 0 + 12801 + 1 + 50 + 16777216 + 33554432 + 838861396 + 2 + 16845057 + 65536 + 327680 + 0 + 3276802 + 1392508928 + 16777216 + 838861395 + 2 + 50 + 16930560 + 768 + 12801 + 39256064 + 262144 + 3276802 + 1459769600 + 257 + 17367040 + 262144 + 0 + 3276800 + 1024 + 12801 + 5 + 50 + 16777216 + 117440512 + 838926338 + 117441300 + 131 + 39338764 + 0 + 983040 + 1280 + 117506054 + 469762050 + -2097000125 + 201326592 + 3840 + 151388761 + 48 + 459008 + 85196800 + 8585320 + 1124859904 + 15 + 151388762 + 48 + 459008 + 102498304 + 42140244 + 1124859904 + 15 + 591362 + 1526726656 + 805317377 + 334848 + 3842 + 1430455296 + 4308992 + 0 + 235012097 + 39190532 + 16779556 + 143 + 4211184 + 16784 + 0 + 20905984 + 989463 + -8328416 + -15790321 + 1094713344 + 21013 + 8 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 301989888 + 50397184 + 1507328 + 262144 + 6144 + 1281 + 25 + 6 + 0 + 436207616 + 117506048 + 4 + 38862848 + 65793 + 150994944 + 67108864 + 0 + 838860800 + 262144 + 3277056 + 1280 + 12801 + 7 + 50 + 16803840 + 257 + 17367040 + 196608 + 0 + 3277056 + 256 + 12801 + 2 + 50 + 152576 + 257 + 17367040 + 327680 + 0 + 3276800 + 256 + 12800 + 2 + 50 + 16777216 + 50331648 + 838926336 + 262144 + 3276800 + 1073741824 + 16842752 + 4 + 0 + 16777266 + -8328416 + 4 + 16777266 + -3796721 + 6 + 50 + -3796721 + 7 + 50 + -3796721 + 132864 + 51642368 + 459356 + 1109917696 + 1109917696 + 0 + 16869889 + 599040 + 100097 + 1799497728 + 4335616 + 0 + 117440513 + 336199683 + 29753949 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 2 + 117441300 + 7 + 39666216 + 16936 + 0 + 1024 + 117506055 + 469762048 + -2029930686 + 671088706 + 671088640 + 3857 + 117440512 + 67221504 + 12288 + 117506056 + 603979776 + -1895795390 + 402653250 + 402653184 + 19712 + 3857 + 117440512 + 33709568 + 12288 + -100597753 + 603979776 + -1895711934 + 402653250 + 402653184 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 402653250 + 402653184 + 19712 + 0 + 3865 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610612736 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1577058304 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1560281088 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1140850688 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1794 + 1598160896 + 4325376 + 0 + 65898 + 16779556 + 391 + 23806464 + 16896 + 0 + 458752 + 18090496 + 50447874 + 1610678528 + 5784066 + 65536 + 262144 + 328046 + 0 + 0 + 251658240 + 335544320 + 1048576 + 1376512 + 4352 + 5632 + 18 + 42 + 16777216 + 0 + 34013187 + 335544320 + 117596226 + 66 + 0 + 4 + 459008 + 119275520 + 8847799 + 1107296256 + 1107296256 + 15 + 285671424 + 262594 + 48 + 459008 + 136577024 + 9371765 + 1105199104 + 1105199104 + 77 + 15 + 285671424 + 131681 + 48 + 16384256 + 119799808 + 9372091 + 1105199104 + 1105199104 + 77 + 15 + 167772929 + -1140833024 + 3604736 + 170655744 + 13566397 + 1105199104 + 1105199104 + 77 + 0 + 15 + 420413441 + 16973668 + 1684275203 + 302009012 + -336860416 + 152112640 + 1028 + -8224126 + -4934476 + -2960686 + -1315861 + 67108864 + 4134807 + -1707138912 + -1589673984 + 4371456 + 65536 + 73400320 + 917519 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 27136 + 5120 + 18 + 80 + 50358784 + 385875968 + 1358954496 + 1572864 + 5374208 + 6400 + 21248 + 107 + 100 + 0 + 436207616 + -1627193237 + 7077888 + 10485760 + 27904 + 41473 + 31 + 163 + 0 + 536870912 + -1140785152 + 1 + 29163520 + 492288 + 16974592 + 643 + 66306 + 0 + -2097151741 + 33554432 + 42139649 + 50462720 + 197120 + 99072 + 16974336 + 257 + 17170432 + 917504 + 256 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263271936 + 0 + 131072 + 3292960 + -1599996030 + -2105344046 + -757923861 + -336855196 + 1684340660 + -1263255680 + 0 + 1310720 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 3276800 + 3292958 + -1633550462 + -1769799736 + -758579256 + -339148956 + -1771765866 + -929677440 + 0 + 5242880 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267187840 + 0 + 5308672 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 5439488 + 3292960 + -1599995980 + -1263206446 + -757923861 + -336855116 + -1263206456 + -926416896 + 0 + 6553600 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 8519680 + 3292958 + -1633550452 + -1265827901 + -842792998 + -337969308 + -2073755759 + -1316225024 + 0 + 10420224 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + 1919221674 + -1348468736 + 0 + 10486272 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10616832 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 10682368 + 3292958 + -1633550492 + -2107310136 + -758579256 + -339148956 + -1771765896 + -1267204096 + 0 + 12320768 + 3292958 + -1633550452 + -1769144386 + -927006741 + -336855196 + -1771765846 + -1348468736 + 2 + 117441300 + 7 + 39993936 + 16976 + 0 + 512 + -100597753 + 603979776 + -1895711934 + 1073741890 + 1073741824 + 19712 + 3850 + 197052 + 4521984 + 922812426 + 738197504 + -821969598 + 1073741890 + 1073741824 + 19712 + 0 + 3865 + 251658497 + 50291812 + 1677722386 + 4895979 + -336920567 + 286130176 + 263423 + -2105376001 + -1263225601 + -757935361 + -336860412 + 0 + 1058510746 + 1059102881 + 1065353216 + 1119092736 + 16777220 + 1610612736 + 234884864 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 1310720 + 4608 + 20483 + 6946839 + 81 + 0 + 402653184 + 1375797248 + 1638400 + 5439488 + 27392 + 25600 + 26 + 159 + 50359040 + 1811939328 + -1610612736 + 7143424 + 10617088 + 7936 + 41728 + 32 + 188 + 16777216 + 257 + -1124073472 + 126025729 + 50528256 + 164608 + 16974336 + 131 + 66306 + 2 + -2097151741 + 33554432 + 50462720 + 25362433 + 50462720 + 65793 + 100663296 + 234881024 + 65536 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1275068416 + 0 + 33554432 + 842997920 + -1577090430 + -2097163566 + -754979861 + -335584156 + 1694479540 + -1270906880 + 0 + 335544320 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 838860800 + 842997406 + -1577090410 + -2097166126 + -922760981 + -922786666 + 1694471880 + -1774223360 + 0 + 1342177280 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2017427456 + 0 + 1359020032 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1392508928 + 842997920 + -1577077580 + -1258302766 + -754979861 + -335563596 + -1258305336 + -939524096 + 0 + 1677721600 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -2113929216 + 842997406 + -1577087820 + -1929395251 + -1006642453 + -620796796 + 1694470577 + -1946157056 + 0 + -1627389952 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584142 + 1694476975 + -1610612736 + 0 + -1610481664 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1577058304 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1560281088 + 842997406 + -1577098110 + 1694484690 + -922760981 + -922786666 + 1694464180 + 2013265920 + 0 + -1140850688 + 842997406 + -1577087850 + -1929396536 + -1090524181 + -335584106 + 1694476975 + -1610612736 + 519 + 201728 + 1794 + 1665273856 + 4329472 + 0 + 65898 + 16779812 + 391 + 23806480 + 16912 + 0 + 458752 + 18092560 + 50447874 + 1644315649 + 16777304 + 1107427329 + 4 + 5 + 23986176 + 0 + 3840 + 5120 + 16 + 21 + 16777216 + 285212672 + 369098752 + 1179648 + 2752768 + 0 + 519 + 201728 + 1794 + 1682067456 + 4345856 + 0 + 65898 + 16779812 + 391 + 23806544 + 16976 + 0 + 458752 + 18092560 + 50447874 + 1644315649 + 16777304 + 1107427329 + 4 + 5 + 23986176 + 0 + 3840 + 5120 + 16 + 21 + 16777216 + 285212672 + 369098752 + 1179648 + 2752768 + 0 + 515 + 201728 + 1794 + 1698889728 + 4380672 + 0 + 65543 + 16778516 + 7 + 10109696 + 17112 + 2310 + 40239104 + 3145730 + 50332436 + 7 + 40321856 + 17216 + 0 + 256 + 117506054 + 469762048 + -2029885373 + 1073741891 + 1073741824 + 3849 + 100821248 + 12288 + 34013187 + 335544320 + 117598786 + 268435522 + -1476395008 + 2 + 3016448 + 68943872 + 8847564 + 1108344832 + 1118306304 + 207 + 0 + 33556225 + 267264 + 1794 + 1799491584 + 4368384 + 66050 + 1811941121 + 470016 + 143106 + 1833046016 + 0 + 1 + 1073741824 + 33554690 + 40763392 + 0 + 66157 + 3 + 16843265 + 17236225 + 150994944 + 50331648 + 0 + 838860800 + 0 + 0 + 65536 + 3276800 + 0 + 256 + 7680 + 12866 + -1476395008 + 2049 + 262400 + 136577024 + 9371871 + 1125842944 + 1102577664 + 317 + 13 + 286654258 + 842154320 + 0 + 336592896 + 131087 + 0 + 0 + 268435456 + 1006632960 + 0 + 132864 + 51642368 + 459375 + 1103101952 + 1113587712 + 0 + 33566215 + 269312 + 34560 + -868106240 + 4349952 + 0 + -822083584 + 131079 + 16778516 + 7 + 40583696 + 17064 + 2310 + 40894464 + 3145735 + 16779308 + 559 + 40714688 + 0 + 0 + 21037056 + 131081 + 100823296 + 12288 + 0 + 258 + 1828716544 + 50397442 + 16844545 + 17367040 + 196608 + 0 + 3276800 + 0 + 0 + 256 + 12800 + 0 + 1 + 30 + 50 + 1113587712 + 8 + 16778241 + 533504 + 36608 + -549250304 + 4306944 + 1 + 1023410176 + 219223551 + 842150465 + 1342177280 + 1314816 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 519 + 269312 + 34562 + 1916899328 + 4349952 + 0 + 251658240 + 131076 + 16779300 + 143 + 14631707 + 16824 + 0 + 20643840 + 856341 + -13487566 + 1095761920 + 5136 + 3016448 + 68943872 + 8847564 + 1099956224 + 1113587712 + 15 + 0 + 33556225 + 400384 + 34562 + 960598016 + 4349952 + 0 + 252249602 + 1929379840 + 805308161 + 467968 + 165634 + 994152448 + 0 + 0 + 251660550 + 41156608 + 3145728 + 0 + 66107 + 2 + 16845057 + 16908288 + 196608 + 0 + 3276800 + 0 + 256 + 12801 + 1113587712 + 60 + 50 + 16777216 + 0 + 33558272 + 0 + 16 + 60 + 0 + 0 + 34013188 + 469762048 + -2029882047 + -671088574 + -1476395008 + 3840 + 2 + 262400 + 136577024 + 9371871 + 1125842944 + 1102577664 + 315 + 13 + 286654258 + 842154320 + 0 + 336592942 + 117441564 + 135 + 13386200 + 17064 + 0 + 983040 + 512 + 117506054 + 469762048 + -2029897407 + -671088574 + -1476395008 + 3849 + 100824576 + 12288 + 117506055 + 603979778 + -2029896895 + -671088640 + 0 + 3840 + 151388791 + 48 + 0 + 1 + 37421056 + 131329 + 151060738 + 3 + 0 + 50 + 0 + 0 + 16777216 + 838943400 + 0 + 3932160 + 3277056 + 0 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 515 + 201728 + 1794 + 2017554432 + 4288512 + 0 + 65543 + 16779036 + 135 + 41435504 + 16752 + 0 + 987399 + 4 + 41484288 + 3145730 + 50332436 + 7 + 41566576 + 16752 + 0 + 256 + 117506055 + 469762048 + -2029880767 + 1879048257 + 1879048192 + 3857 + 117440512 + 67271424 + 12288 + 33751043 + 335544320 + 117603393 + 1879048257 + 1879048192 + 1 + 459008 + 119275520 + 8847996 + 1097859072 + 1097859072 + 15 + 285671424 + 262781 + 48 + 132864 + 51642368 + 459390 + 1141440512 + 1097859072 + 0 + 16788999 + 201728 + 1792 + -867956480 + 4288512 + 0 + 131079 + 16779036 + 135 + 14500662 + 16544 + 0 + 987399 + 4 + 41877504 + 3145774 + 50333228 + 17031 + 14566198 + 16544 + 0 + 983041 + 0 + 16779009 + 398336 + 1792 + -566020608 + 4235264 + 1115904 + 1026 + -2147483648 + 805306368 + 0 + 16834048 + 513 + 17367297 + 16777216 + 50331648 + 0 + 838878006 + 0 + 65536 + 3277120 + 1428076544 + 51200 + 12801 + 1127612416 + 2 + 983040 + 0 + 4096 + 15360 + 0 + 2 + 50332436 + 7 + 42025978 + 17028 + 0 + 256 + 67174407 + 469762048 + -2030024381 + -100663230 + -2080374784 + 3857 + 369093391 + -348028928 + 20 + 285213191 + 201728 + 1794 + -2109487104 + 4288512 + 0 + 65582 + 117441300 + 7 + 13386696 + 16752 + 0 + 512 + 117506054 + 469762048 + 251714883 + -889192383 + 1879048192 + 82441 + 100827904 + 12288 + 771948549 + 603979842 + 117497411 + -939524031 + 1879048192 + 16777216 + 65543 + 16778516 + 7 + 14566344 + 16752 + 2310 + 42205184 + 3145728 + 0 + 65758 + 2 + 16845057 + 16842752 + 196608 + 0 + 3276867 + -939524096 + 256 + 12801 + 1075000115 + 200 + 50 + 21219328 + 0 + 33558272 + 0 + 16 + 60 + 0 + 0 + 34013187 + 335544320 + 117605699 + -1501560767 + 536870912 + 1 + 3016448 + 51642368 + 458956 + 1134985216 + 1092616192 + 0 + 33556225 + 400384 + 3840 + -582768512 + 4268032 + 0 + 1342768642 + -2046820352 + 805318147 + 336896 + 4327168 + -565991808 + 4268032 + 256 + 1 + 459008 + 85196800 + 458974 + 1134985216 + 1092616192 + 151388807 + 48 + 0 + 1 + 14548992 + 131329 + 151060737 + 3 + 0 + 50 + 4433536 + 0 + 16777216 + 838942677 + 515375104 + 13107200 + 3277123 + -1501560832 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 519 + 201728 + 1794 + -2008865024 + 4235264 + 0 + 65582 + 117441300 + 7 + 13386535 + 16544 + 0 + 512 + 117506054 + 469762048 + 251714883 + 687865920 + -1610612736 + 82697 + 100829440 + 12288 + 771948549 + 603979842 + 117497411 + 654311488 + -1610612736 + 16777216 + 65543 + 16778516 + 7 + 14566183 + 16544 + 2310 + 42598400 + 3145728 + 0 + 65758 + 2 + 16845057 + 16842752 + 196608 + 0 + 3276867 + 654311424 + 256 + 12801 + 1062584975 + 200 + 50 + 21178112 + 0 + 33558272 + 0 + 16 + 60 + 0 + 0 + 34013186 + 201326592 + 50498372 + 1795162112 + 1 + 3016448 + 34340864 + 196812 + 1147863040 + 0 + 33556225 + 332800 + 2816 + -582717952 + 1 + 1141442050 + -1946157056 + 805318147 + 269312 + 4326144 + -565941504 + 256 + 1 + 459008 + 67895296 + 196830 + 1147863040 + 151388813 + 48 + 0 + 1 + 14548992 + 131329 + 151060737 + 3 + 0 + 50 + 4483840 + 0 + 16777216 + 838942870 + 1717960704 + 13107200 + 3277124 + 1795162112 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 519 + 201728 + 1794 + -1908136320 + 4288512 + 0 + 65582 + 117441300 + 7 + 13386790 + -2147466896 + 0 + 512 + 117506054 + 469762048 + 251714884 + 679477313 + -1610612736 + 83209 + 100830976 + 12288 + 771948549 + 603979842 + 117497412 + 645922881 + -1610612736 + 16777216 + 65543 + 16778516 + 7 + 14566438 + -2147466848 + 2310 + 42991616 + 3145728 + 0 + 65758 + 2 + 16845057 + 16842752 + 196608 + 0 + 3276868 + 645922816 + 256 + 12801 + 1079320248 + 200 + 50 + 21243520 + 0 + 33558272 + 0 + 16 + 60 + 0 + 0 + 34013187 + 335544320 + 117608771 + -1493172159 + 536870912 + 1 + 3016448 + 51642368 + 458956 + 1135017984 + 1092616192 + 0 + 33556225 + 400384 + 3840 + -582768384 + 4268032 + 0 + 1342768642 + -2046820352 + 805318147 + 336896 + 4327168 + -565991680 + 4268032 + 256 + 1 + 459008 + 85196800 + 458974 + 1135017984 + 1092616192 + 151388807 + 48 + 0 + 1 + 14548992 + 131329 + 151060737 + 3 + 0 + 50 + 4433664 + 0 + 16777216 + 838942677 + -1030815744 + 13107200 + 3277123 + -1493172224 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 515 + 201728 + 1794 + -1841089024 + 4304896 + 0 + 65543 + 16779036 + 135 + 43205430 + 16816 + 0 + 987399 + 8 + 43253760 + 3145730 + 117441564 + 135 + 43336128 + 16832 + 0 + 983040 + 512 + -100597753 + 603979776 + -1895711935 + -2147483583 + -2147483648 + 69632 + 3850 + 197052 + 4521984 + 117506056 + 603979778 + -2029873599 + -1073741759 + -1073741824 + 3840 + 285671424 + 262807 + 48 + 14 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 1778384896 + 335544320 + 1179648 + 5243648 + 1778390784 + 20736 + 24 + 82 + 16777216 + 419430400 + 1392508928 + 7012352 + 6553600 + 6656 + 40707 + 7012460 + 160 + 0 + 1828716544 + -1576992768 + 2031616 + 10682368 + 8192 + 48129 + 0 + 66198 + 1 + 16845056 + 1024 + 0 + 12800 + 80 + 50 + 0 + 1358954496 + 838926336 + 5373952 + 3277056 + 34013187 + 335544320 + 117610564 + 150995009 + 1879048192 + 1 + 3016448 + 51642368 + 458956 + 1141440512 + 1097859072 + 0 + 33556225 + 465920 + 34560 + -582797824 + 4235264 + 0 + 252774144 + 1026 + -1728053248 + 805318147 + 404480 + 4359936 + -566020608 + 4235264 + 0 + 251658496 + 1 + 459008 + 101974016 + 458974 + 1127612416 + 1084227584 + 285671424 + 262810 + 48 + 0 + 1 + 14548992 + 131329 + 151060737 + 3 + 0 + 50 + 4404736 + 0 + 16777216 + 838942805 + 515375104 + 13107200 + 3277123 + 905969664 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 519 + 201728 + 1794 + -1690072832 + 4255744 + 0 + 65582 + 117441300 + 7 + 13386633 + 16624 + 0 + 512 + 117506055 + 469762048 + -2029986493 + -1996488640 + -268435456 + 3857 + 117440512 + 67279104 + 12288 + 771948550 + 738197570 + -2029986236 + 150995008 + -268435456 + 3840 + 16777216 + 65543 + 16778772 + 7 + 14566281 + 16624 + 4359 + 4 + 43646976 + 3145728 + 0 + 65758 + 2 + 16845057 + 16842752 + 196608 + 0 + 3276868 + 150994944 + 256 + 12801 + 1079320248 + 200 + 50 + 21203200 + 0 + 33558272 + 0 + 16 + 60 + 0 + 0 + 34013187 + 335544320 + 117611587 + -1233125311 + 536870912 + 1 + 3016448 + 51642368 + 458956 + 1136033792 + 1092616192 + 0 + 33556225 + 465920 + 34560 + -582764928 + 4268032 + 0 + 252774144 + 1026 + -1728053248 + 805318147 + 404480 + 4359936 + -565987712 + 4268032 + 0 + 251658496 + 1 + 459008 + 101974016 + 458974 + 1136033792 + 1092616192 + 285671424 + 262810 + 48 + 0 + 1 + 14548992 + 131329 + 151060737 + 3 + 0 + 50 + 4437632 + 0 + 16777216 + 838942805 + 515375104 + 13107200 + 3277123 + -1996488704 + 512 + 251658240 + 0 + 1048576 + 3932160 + 0 + 519 + 201728 + 1794 + -1656680448 + 4263936 + 0 + 131079 + 16779036 + 135 + 4735248 + 16656 + 0 + 987399 + 8 + 43909120 + 3145735 + 16779044 + 647 + 43991312 + 16656 + 0 + 983049 + 83886080 + 134217728 + 805306368 + 335548160 + 1 + 672 + 1 + 16777218 + -1593835520 + 33619968 + 44171264 + 196864 + 172800 + 1025 + 676 + 5 + 16777218 + -1526726656 + 100728832 + 44433408 + 459008 + 173824 + 2049 + 680 + 9 + 16777218 + -1459617792 + 167837696 + 44695552 + 721152 + 174848 + 3073 + 684 + 13 + 16777218 + -1392508928 + 234946560 + 44957696 + 983296 + 175872 + 4097 + 688 + 17 + 16777218 + -1325400064 + 302055424 + 45219840 + 1245440 + 0 + 33572864 + 257 + 65536 + 655360 + 0 + 3277470 + 5 + 50 + 45285376 + 655360 + 3277470 + 11 + 50 + 45285376 + 786432 + 3277470 + 13 + 50 + 45285376 + 917504 + 3277470 + 17 + 50 + 45285376 + 1179648 + 3277470 + 19 + 50 + 45286047 + 2 + 16845057 + 65536 + 1310720 + 0 + 3276800 + 0 + 16777216 + 838927028 + 2 + 50 + 16954624 + 768 + 12801 + 45481984 + 262144 + 3277058 + -1224736768 + 83886080 + 838860800 + 6 + 50 + 16955392 + 1792 + 12801 + 45678592 + 524288 + 3277058 + -1174405120 + 150994944 + 838927035 + 10 + 50 + 16956416 + 2816 + 12801 + 45940736 + 786432 + 3277058 + -1107296256 + 218103808 + 838927039 + 14 + 50 + 16957440 + 3840 + 12801 + 46202880 + 1048576 + 3277058 + -1040187392 + 285212672 + 838927043 + 18 + 50 + 16958464 + 4864 + 12801 + 46465026 + 117441300 + 7 + 46547216 + 16656 + 0 + 256 + 117506055 + 469762048 + -2030013119 + 268435521 + 268435456 + 3857 + 117440512 + 134399744 + 12288 + 768 + 251658240 + 65536 + 44040192 + 65792 + 172288 + 513 + 0 + 65653 + 1 + 16777472 + 768 + 0 + 12802 + -956301312 + 16777216 + 839043072 + 512 + 12802 + -922746361 + 201728 + 1794 + -901705728 + 4263936 + 0 + 131079 + 16779036 + 135 + 4735248 + 16656 + 0 + 987399 + 8 + 46858240 + 3145735 + 16779044 + 647 + 46940432 + 16656 + 0 + 983049 + 83886080 + 134217728 + 805306368 + 184553216 + 1 + 672 + 1 + 16777218 + -1593835520 + 33619968 + 44171264 + 196864 + 172800 + 1025 + 676 + 5 + 16777218 + -1526726656 + 100728832 + 44433408 + 459008 + 173824 + 2049 + 680 + 9 + 16777218 + -855638016 + 167837696 + 2 + 4718592 + 65792 + 16777216 + 67108864 + 0 + 839043840 + 768 + 12802 + -838860800 + 83886080 + 839044864 + 2560 + 12802 + -838677504 + 513 + 17367296 + 16777216 + 184549376 + 0 + 838860800 + 1 + 50 + 16961536 + 512 + 12801 + 47251456 + 196608 + 3277058 + -771751936 + 67108864 + 838927059 + 5 + 50 + 0 + 1536 + 12801 + 47448064 + 458752 + 3277058 + -721420288 + 134217728 + 838927062 + 9 + 50 + 16963328 + 2560 + 12800 + 47644674 + 117441300 + 7 + 47726864 + 16656 + 0 + 256 + 117506055 + 469762048 + -2030013119 + 268435521 + 268435456 + 3857 + 117440512 + 134404352 + 12288 + 514 + -637534208 + 65536 + 47906816 + 65792 + 0 + 16807168 + 257 + 65536 + 131072 + 0 + 3277529 + 1 + 50 + 47972354 + 50332436 + 7 + 48054640 + 16752 + 0 + 256 + 117506055 + 469762048 + -2030013119 + 1879048257 + 1879048192 + 3857 + 117440512 + 134405632 + 12288 + 33751043 + 335544320 + 117628738 + -402653119 + -2147483648 + 9 + 262400 + 153354240 + 9371889 + 1122500608 + 1098907648 + 74 + 15 + 421003023 + 252706575 + 252657920 + 0 + 1409286148 + 16779300 + 143 + 15876840 + 16768 + 0 + 4915200 + 987413 + -15790321 + 1090519040 + 21504 + 262400 + 136577024 + 9371891 + 1122500608 + 1098907648 + 76 + 15 + 286654223 + 252657920 + 0 + 1409286148 + 16779300 + 143 + 16007912 + 16768 + 0 + 4718592 + 987413 + -15790321 + 1090519040 + 21504 + 262400 + 153354240 + 9371894 + 1122500608 + 1098907648 + 11 + 15 + 421003023 + 252706575 + 252657920 + 0 + 1409286148 + 16779300 + 143 + 16204520 + 16768 + 0 + 21168128 + 987413 + -15790321 + 1090519040 + 21504 + 262400 + 136577024 + 9371896 + 1122500608 + 1098907648 + 3 + 15 + 286654223 + 252657920 + 0 + 1409286148 + 16779300 + 143 + 16335592 + 16768 + 0 + 11534336 + 987413 + -15790321 + 1090519040 + 21504 + 262400 + 119275520 + 8847433 + 1122500608 + 1098907648 + 15 + 286654336 + -350207744 + 0 + 1409286146 + 117441564 + 135 + 48251464 + 16968 + 0 + 983040 + 1024 + 771948549 + 603979776 + -1895784382 + -1207959486 + -872415232 + 83456 + 3840 + 9 + 459008 + 119799808 + 9371809 + 1090519040 + 1090519040 + 327 + 12 + 151388322 + 48 + 459008 + 136577024 + 9371811 + 1117257728 + 1090519040 + 328 + 13 + 285671424 + 262308 + 48 + 459008 + 119799808 + 9371813 + 1090519040 + 1090519040 + 329 + 9 + 151388326 + 48 + 459008 + 119799808 + 9371815 + 1090519040 + 1090519040 + 330 + 6 + 151388328 + 48 + 459008 + 136577024 + 9371817 + 1117257728 + 1090519040 + 47 + 7 + 285671424 + 262314 + 48 + 459008 + 102498304 + 8847531 + 1090519040 + 1090519040 + 3 + 151388332 + 48 + 459008 + 136577024 + 9371821 + 1090519040 + 1118568448 + 331 + 14 + 285671424 + 262318 + 48 + 459008 + 136577024 + 9371823 + 1117257728 + 1118568448 + 49 + 15 + 285671424 + 262320 + 48 + 459008 + 136577024 + 9371825 + 1090519040 + 1118568448 + 50 + 11 + 285671424 + 262322 + 48 + 6357248 + 86245376 + 1082589282 + 1112014848 + 1112539136 + 15 + 16777292 + 16778788 + 143 + 5259776 + 16816 + 0 + 21757952 + 786944 + 33575168 + 4980992 + 119799808 + 9371727 + 1107296256 + 1102053376 + 333 + 12 + 33554944 + 1275134208 + 256 + 1536 + 251658240 + 0 + 1048576 + 65792 + 22528 + 512 + 89 + 3 + 16777216 + 1509949440 + 67108864 + 5963776 + 1639168 + 1509949440 + 515 + 269312 + 34562 + -515749888 + 4343808 + 0 + 251658240 + 262190 + 50332964 + 143 + 10502800 + 17092 + 0 + 21889024 + 983040 + 2304 + 117506055 + 603979776 + -1895784127 + 65 + 0 + 85760 + 3081 + 100704768 + 12288 + 117506056 + 603979776 + -1895783614 + 1610612801 + 0 + 86016 + 3345 + 117440512 + 67150848 + 12288 + 117506055 + 603979776 + -1895783103 + 65 + 0 + 86272 + 2313 + 100705792 + 12288 + 117506055 + 603979776 + -1895782591 + 65 + 0 + 86528 + 1545 + 100706304 + 12288 + 117506056 + 603979776 + -1895782078 + 1610612801 + 0 + 12032 + 1809 + 117440512 + 67152384 + 12288 + 117506054 + 469762048 + -2029999295 + 65 + 0 + 777 + 100707328 + 12288 + 117506056 + 603979776 + -1895781055 + 66 + -1543503872 + 86784 + 3601 + 117440512 + 67153408 + 12288 + 117506056 + 603979776 + -1895780542 + 1610612802 + -1543503872 + 12544 + 3857 + 117440512 + 67153920 + 12288 + 117506056 + 603979776 + -1895780031 + 66 + -1543503872 + 12800 + 2833 + 117440512 + 67154432 + 12288 + 1627455493 + 603979840 + -2030017982 + 1207959618 + 1207959552 + 3841 + 19457 + 467968 + 36608 + 1329725440 + 4304896 + 1 + 1409286144 + 201457666 + 4980993 + 1 + 4980992 + 103022592 + 9371728 + 1107296256 + 1102053376 + 341 + 12 + 33554944 + 1358954498 + 117441564 + 135 + 48382536 + 16968 + 0 + 983040 + 768 + 1627455493 + 603979840 + -2030017982 + 1207959618 + 1207959552 + 3841 + 19457 + 467968 + 36608 + 1329704960 + 4288512 + 1 + 1442840576 + 201457666 + 4980993 + 1 + 4980992 + 103022592 + 9371728 + 1102053376 + 1097859072 + 343 + 12 + 33554944 + 1358954496 + 393231 + 0 + 0 + 268435456 + 16842752 + 5767168 + 131072 + 22784 + 769 + 90 + 4 + 0 + 1526726656 + 419627098 + 0 + 131840 + 68943872 + 8848099 + 1112014848 + 1112014848 + 15 + 0 + 16802049 + 336896 + 4228864 + 1648510976 + 4343808 + 0 + 251723776 + 33751043 + 335544320 + 117630019 + 1610612801 + -939524096 + 5 + 3604736 + 136052736 + 983781 + 1130102784 + 1101529088 + 344 + 420413441 + 16973583 + -955318270 + 168035016 + 262335232 + 257 + 1568 + 3604736 + 136052736 + 983782 + 1073741824 + 1101529088 + 345 + 420413441 + 16973583 + -955318270 + 168035016 + -1263225856 + 257 + 1568 + 3604736 + 136052736 + 983783 + 1073741824 + 1101529088 + 346 + 420413441 + 16973583 + -955318270 + 168035016 + 842150400 + 257 + 1568 + 3604736 + 136052736 + 983784 + 1130364928 + 1073741824 + 347 + 420413441 + 16973583 + -955318270 + 168035016 + 842150400 + 257 + 1568 + 3604736 + 136052736 + 983785 + 1130364928 + 1073741824 + 348 + 420413441 + 16973583 + -955318270 + 168035016 + -1263225856 + 257 + 1568 + 131840 + 51642368 + 459498 + 1130364928 + 1107296256 + 0 + 83900161 + 531456 + 3842 + -448570368 + 4317184 + 1 + 1561923328 + 16843519 + 264703744 + 34210818 + -938499349 + 1 + 16777222 + 536884993 + 531456 + 3842 + -432013312 + 4317184 + 1 + 1578700544 + 16843519 + 264703744 + 34210818 + -927681356 + 1 + 16777222 + 536884993 + 531456 + 3842 + -415236096 + 4317184 + 0 + 1377373952 + 16843519 + 264703744 + 34210818 + -936234446 + 1 + 16777222 + 536884993 + 463872 + 1794 + -398237696 + 4194304 + 1642240 + 16843519 + 264703744 + 34210818 + -936234446 + 1 + 16777222 + 536884993 + 531456 + 3842 + -381460480 + 4194304 + 1 + 1595477760 + 16843519 + 264703744 + 34210818 + -927681356 + 1 + 16777222 + 536871427 + 201728 + 1794 + -347824128 + 4356096 + 0 + 65543 + 16779036 + 135 + 10110112 + 17016 + 0 + 332039 + 4 + 49020928 + 3145730 + 50332436 + 7 + 49104032 + 17016 + 0 + 256 + 117506056 + 603979776 + -1895785916 + -1610612670 + 2013265920 + 90112 + 1297 + 117440512 + 67300864 + 12288 + 33751043 + 335544320 + 117632836 + 536870978 + 805306368 + 1 + 459008 + 136577024 + 9371802 + 1142947840 + 1110441984 + 352 + 5 + 285671424 + 262896 + 48 + 131840 + 51642368 + 459505 + 1142947840 + 1110441984 + 0 + 16779009 + 465920 + 34560 + -1706811392 + 4337664 + 0 + 85001984 + 1026 + -234881024 + 805306883 + 201728 + 1794 + -213778432 + 4325376 + 0 + 65543 + 16778260 + 7 + 49562112 + 16896 + 258 + 49610754 + 50332436 + 7 + 49693713 + 17287 + 0 + 256 + 117506054 + 469762048 + -2030003644 + 285212739 + -2030043136 + 3849 + 100857600 + 12288 + 33751043 + 335544320 + + + + none + -2030043136 + 1 + 459008 + 102498304 + 8847514 + 1141964800 + 1132920832 + 15 + 151388921 + 48 + 132864 + 68943872 + 8848122 + 1120403456 + 1120403456 + 15 + 0 + 33568513 + 666624 + 52992 + 742578176 + 4380672 + 0 + -1325400064 + 0 + 253300480 + 16843519 + 252674048 + 68814210 + -6250336 + 2 + 2 + 1 + 16777219 + -268423677 + 269312 + 34560 + -1606236160 + 4376576 + 0 + 251658240 + 589831 + 16779044 + 143 + 10568064 + 16768 + 0 + 23134208 + 788742 + 50003968 + 3145735 + 16779300 + 143 + 10699400 + 16768 + 0 + 10027008 + 856327 + 4 + 50069504 + 3145735 + 16779044 + 143 + 10830208 + 16768 + 0 + 10092544 + 592134 + 50135040 + 3145735 + 16779044 + 143 + 10961280 + 16768 + 0 + 21626880 + 395526 + 50200576 + 3145735 + 16779300 + 143 + 11092616 + 16768 + 0 + 3670016 + 463111 + 4 + 50266112 + 3145735 + 16778780 + 135 + 11223424 + 16768 + 0 + 198918 + 50331648 + 3145735 + 16779300 + 143 + 11354496 + 17032 + 0 + 23199744 + 921863 + 4 + 50397184 + 3145735 + 16779300 + 143 + 11485832 + 17032 + 0 + 3801088 + 987399 + 4 + 50462720 + 3145735 + 16779300 + 143 + 11616640 + 17032 + 0 + 3866624 + 725255 + 4 + 50528256 + 3145728 + 393231 + 0 + 0 + 268435456 + 16842752 + 1114112 + 131072 + 4608 + 769 + 50 + 4 + 0 + 855638016 + 83951616 + 1 + 2883584 + 131584 + 16843009 + 100663296 + 100663296 + 0 + 855613600 + -1610612736 + 0 + 16777216 + 855613600 + -1610612736 + 0 + 33554432 + 855632875 + 255819776 + 0 + 50331648 + 855632875 + 255819776 + 0 + 67108864 + 855632875 + 255819776 + 0 + 83886080 + 855632875 + 255819776 + 519 + 269312 + 34563 + 71544320 + 4335616 + 0 + 251658240 + 196615 + 16778780 + 519 + 50676654 + 16936 + 9 + 100861440 + 12288 + 117506053 + 335544320 + 117638979 + -1375731646 + 671088649 + 100861952 + 12288 + 67174409 + 603979776 + -1895808957 + -1493172158 + 0 + 90880 + 1305 + 402600498 + 855576335 + 255950848 + 84 + 335544320 + 100667136 + 0 + 16 + 1 + 16777216 + 385875968 + 33554432 + 1572864 + 196864 + 4352 + 1024 + 18 + 5 + 16777216 + 768 + 1073741824 + 33619968 + 16843520 + 1536 + 0 + 13055 + 842150400 + 90880 + 256 + 13055 + 842150400 + 90880 + 512 + 13055 + 1684300800 + 91136 + 768 + 13055 + 1684300800 + 91136 + 1024 + 13055 + 842150400 + 90880 + 1280 + 13055 + 842150400 + 90883 + 83886080 + 16843017 + 6 + 0 + 50 + 0 + 16777216 + 838860800 + 131072 + 3277056 + 768 + 12801 + 4 + 50 + 0 + 83886080 + 838861575 + 2 + 16845057 + 65536 + 393216 + 0 + 3277059 + 134217728 + 16777216 + 838927112 + 2 + 50 + 198144 + 768 + 12800 + 50724864 + 262144 + 3277059 + 134217728 + 83886080 + 838927112 + 132864 + 68943872 + 8848137 + 1135476736 + 1109917696 + 15 + 0 + 100665089 + 400384 + 3843 + 172211200 + 4347904 + 1 + 1695090179 + 184549376 + 805308161 + 467968 + 134915 + 205765632 + 4347904 + 1 + 1694501126 + 51183616 + 3145774 + 50332964 + 16399 + 51266492 + 16784 + 0 + 23462144 + 1 + 459008 + 119799808 + 17761039 + 1136394240 + 1114112000 + 359 + 360 + 151388939 + 48 + 3015424 + 103546880 + 1108280080 + 1136394240 + 1099956224 + 358 + 65536 + 256 + 117506055 + 603979777 + 251858755 + -1140850622 + 1744830464 + 91904 + 92169 + 100863232 + 12288 + 67174409 + 603979776 + -1895808957 + -1493172158 + 0 + 92416 + 1305 + 402608208 + 1358892815 + 255950848 + 84 + 335545345 + 666624 + 167683 + 289646336 + 4325376 + 1 + 1761607680 + 83892503 + -11513776 + -15790321 + 1098907648 + 21524 + 6 + 983040 + 0 + 4096 + 257 + 23 + 2 + 0 + 402653184 + 50397184 + 1114112 + 262144 + 4608 + 1281 + 0 + 393280 + 2 + 16777217 + 16973824 + 393216 + 0 + 3342160 + 1347420160 + 23658496 + 65536 + 3342160 + 1347420160 + 23658496 + 131072 + 3342220 + -1936982016 + 23724032 + 196608 + 3342220 + -1936982016 + 23724032 + 262144 + 3342095 + 252641280 + 23789568 + 327680 + 3342095 + 252641280 + 23790346 + 2 + 16844289 + 16973824 + 393216 + 0 + 3293056 + 0 + 23396352 + 65536 + 3293056 + 0 + 23396352 + 131072 + 3293056 + 0 + 23396352 + 196608 + 3293056 + 0 + 23396352 + 262144 + 3293056 + 0 + 23855104 + 327680 + 3295171 + 1342177280 + 23921420 + 3 + 16844289 + 16974081 + 150994944 + 100663296 + 0 + 843022336 + 1 + 1694498816 + 65536 + 3293056 + 0 + 23396352 + 512 + 12863 + -2147483648 + 91392 + 3 + 50 + 1065353216 + 357 + 0 + 67108864 + 843022336 + 1 + 1845559296 + 327680 + 3295171 + 1342177280 + 24051971 + 234881024 + 16843017 + 4 + 0 + 50 + 16777216 + 50331648 + 838926336 + 262144 + 3276800 + 1280 + 12800 + 51380224 + 65793 + 150994944 + 67108864 + 0 + 838860800 + 196608 + 3276800 + 1024 + 12801 + 5 + 50 + 16978176 + 513 + 257 + 50331648 + 100663296 + 0 + 855593040 + 1342177281 + 1761607680 + 16777216 + 855593040 + 1342177281 + 1761607680 + 33554432 + 855608460 + -1946157055 + 1778384896 + 50331648 + 855608460 + -1946157055 + 1778384896 + 67108864 + 855632875 + 251658241 + 1879048192 + 83886080 + 855632875 + 251658241 + 1879048711 + 269312 + 34563 + 306394112 + 4333568 + 0 + 251658240 + 196615 + 16778780 + 519 + 51594036 + 16888 + 9 + 100865024 + 12288 + 117506053 + 335544320 + 117642563 + 872415297 + -134217719 + 100865536 + 12288 + 67174409 + 603979776 + -1895808957 + 671088705 + -536870912 + 70912 + 1305 + 402600498 + 855576335 + 255938560 + 84 + 335544320 + 100667136 + 0 + 16 + 1 + 16777216 + 385875968 + 33554432 + 1572864 + 196864 + 4352 + 1024 + 18 + 5 + 16777216 + 768 + 1073741824 + 16842752 + 6 + 0 + 16777266 + -13487566 + 1 + 16777266 + -13487566 + 2 + 16777266 + -10197916 + 3 + 16777266 + -10197916 + 4 + 50 + -13487566 + 5 + 50 + -13487566 + 51576832 + 131328 + 16843017 + 6 + 0 + 50 + 51642368 + 256 + 12803 + 335544320 + 131072 + 3277588 + 16777216 + 50331648 + 839062529 + 4 + 50 + 51773440 + 1280 + 12803 + 369099541 + 2 + 16777473 + 17367040 + 393216 + 0 + 3277590 + 16777216 + 16777216 + 839063041 + 2 + 50 + 51773440 + 768 + 12803 + 335544320 + 262144 + 3277590 + 16777216 + 83886080 + 839063041 + 132864 + 68943872 + 8848151 + 1127481344 + 1109393408 + 15 + 0 + 83887873 + 400384 + 3840 + 977482752 + 4331520 + 0 + 1376323075 + 402653184 + 805318147 + 336896 + 4198147 + 239285248 + 4268032 + 1 + 1593901056 + 256 + 117506054 + 469762048 + 251861315 + 872415298 + 536870912 + 94473 + 100866048 + 12288 + 771948550 + 738197570 + 251861571 + 872415297 + 536870912 + 89856 + 16777216 + 65543 + 16778780 + 15 + 51987252 + 16928 + 0 + 24185094 + 52101120 + 3145732 + 16779556 + 143 + 4211496 + 16864 + 0 + 20512768 + 334103 + -13487566 + -15790321 + 1095761920 + 21524 + 262400 + 170655744 + 42926865 + 1126694912 + 1105199104 + 370 + 5 + 1644543 + 1347440895 + 252645185 + 1342177280 + 5510144 + 1536 + 251658240 + 0 + 1048576 + 65792 + 5888 + 512 + 24 + 3 + 16777216 + 285212672 + 67108864 + 1179648 + 327936 + 0 + 67125248 + 513 + 257 + 50331648 + 100663296 + 65536 + 855585330 + 838860801 + 956301312 + 16842752 + 855585330 + 838860801 + 956301312 + 33619968 + 855603320 + 2013265921 + 956301312 + 50397184 + 855603320 + 2013265921 + 956301312 + 67108864 + 855585330 + 838860800 + 117440512 + 83886080 + 855585330 + 838860800 + 117455360 + 769 + 16908545 + 50397185 + 4 + 0 + 50 + 1108869120 + 82 + 51904512 + 196608 + 3293720 + 0 + 5374744 + 4 + 50 + 1109393408 + 105 + 52101120 + 327680 + 3293728 + 0 + 6882075 + 52035584 + 65793 + 150994944 + 67108864 + 0 + 838860800 + 196608 + 3276800 + 1024 + 12801 + 5 + 50 + 16978176 + 513 + 257 + 50331648 + 100663296 + 65536 + 855593040 + 1342177281 + 1912602624 + 16842752 + 855593040 + 1342177281 + 1912602624 + 33619968 + 855608460 + -1946157055 + 1912602624 + 50397184 + 855608460 + -1946157055 + 1912602624 + 67108864 + 855632875 + 251658241 + 1929379840 + 83886080 + 855632875 + 251658241 + 1929380359 + 269312 + 34563 + 474138624 + 4376576 + 0 + 251658240 + 131127 + 16779820 + 207 + 2900688 + 17104 + 0 + 1376256 + 0 + 989455 + 65794 + -15790208 + 268805 + -2097176416 + -1610612736 + 33554432 + 33554432 + 16842752 + 66060334 + 50332964 + 16519 + 10502856 + 17096 + 0 + 983296 + 9 + 459008 + 119799808 + 9371809 + 1098907648 + 1098907648 + 353 + 12 + 151388923 + 48 + 459008 + 136577024 + 9371811 + 1116209152 + 1098907648 + 153 + 13 + 285671424 + 262908 + 48 + 459008 + 119799808 + 9371813 + 1098907648 + 1098907648 + 154 + 9 + 151388925 + 48 + 459008 + 119799808 + 9371815 + 1098907648 + 1098907648 + 330 + 6 + 151388926 + 48 + 459008 + 136577024 + 9371817 + 1116209152 + 1098907648 + 56 + 7 + 285671424 + 262911 + 48 + 459008 + 102498304 + 8847531 + 1098907648 + 1098907648 + 3 + 151388928 + 48 + 459008 + 136577024 + 9371821 + 1098907648 + 1116209152 + 354 + 14 + 285671424 + 262913 + 48 + 459008 + 136577024 + 9371823 + 1116209152 + 1116209152 + 58 + 15 + 285671424 + 262914 + 48 + 459008 + 136577024 + 9371825 + 1098907648 + 1116209152 + 59 + 11 + 285671424 + 262915 + 48 + 6 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 301989888 + 50397184 + 3276800 + 262144 + 13056 + 1281 + 0 + 65580 + 2 + 33554689 + 16844288 + 1536 + 0 + 13055 + -1600086016 + 0 + 256 + 13055 + -1600086016 + 0 + 512 + 13055 + -336916673 + -2147483648 + 768 + 13055 + -336916673 + -2147483648 + 1024 + 13055 + -336916673 + -2147483648 + 1280 + 13055 + -336916673 + -2147483648 + 34013187 + 335544320 + 117644610 + -2147483582 + -2147483648 + 1 + 16384256 + 102498304 + 8847803 + 1115684864 + 1115684864 + 15 + 167772929 + -553618688 + 14 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 1778384896 + 335544320 + 1179648 + 5243648 + 1778390784 + 20736 + 24 + 82 + 16777216 + 419430400 + 1392508928 + 7012352 + 6553600 + 6656 + 40707 + 7012460 + 160 + 0 + 1828716544 + -1576992768 + 2031616 + 10682368 + 8192 + 48129 + 0 + 2 + 50332436 + 7 + 52315100 + 16912 + 0 + 512 + 922812423 + 335544320 + 117645123 + -603979710 + 268435481 + 251658497 + 50269967 + -2147482862 + 67829739 + -1961951229 + 286130176 + 65792 + 1 + 0 + 1 + 16777222 + -1879047167 + 531456 + 35584 + 1229135872 + 1 + 1946157056 + 253302783 + -1 + 65 + -2147483648 + 1184000 + 34013187 + 335544320 + 117645378 + -2147483582 + -2147483648 + 1 + 16384256 + 102498304 + 8847803 + 1115684864 + 1115684864 + 15 + 167772929 + -553618944 + 14 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 1778384896 + 335544320 + 1179648 + 5243648 + 1778390784 + 20736 + 24 + 82 + 16777216 + 419430400 + 1392508928 + 7012352 + 6553600 + 6656 + 40707 + 7012460 + 160 + 0 + 1828716544 + -1576992768 + 2031616 + 10682368 + 8192 + 48129 + 0 + 2 + 50332436 + 7 + 52511584 + 16848 + 0 + 512 + 922812423 + 335544320 + 117645123 + 1644167233 + -805306343 + 251658497 + 50269967 + -2147482862 + 67829739 + -1961951229 + 286130176 + 65792 + 1 + 0 + 1 + 16777222 + -1879047167 + 599040 + 36608 + 1229118464 + 4296704 + 0 + -687865856 + 253302783 + -1 + 65 + 1073741824 + 1184000 + 33751045 + 603979777 + -2029837757 + -100663230 + 1207959552 + 3840 + 95488 + 1 + 3016448 + 86245376 + 25625379 + 1140457472 + 1112014848 + 15 + 373 + 0 + 16788995 + 336896 + 100099 + 608434688 + 4343808 + 0 + 251658241 + 1962934272 + 131076 + 16779820 + 159 + 52773882 + 16968 + 0 + 24510464 + 24576000 + 989463 + -11513841 + -11513841 + 1099956224 + 5140 + 262400 + 153354240 + 9896742 + 1140457472 + 1112014848 + 375 + 15 + 421003243 + -351273136 + 1343177104 + 0 + 336920576 + 131087 + 0 + 0 + 268435456 + 503513103 + 1 + 52690944 + 65793 + 67108864 + 50331648 + 171108 + 838860800 + 1459617792 + 251829348 + 838860801 + 2013265920 + 503316480 + 838860800 + 1459618307 + 269312 + 67331 + 658733568 + 4311040 + 1 + 2030043136 + 65582 + 117441828 + 391 + 52642682 + 16840 + 0 + 983040 + 24707072 + 256 + 771948549 + 603979777 + -2029837245 + 2046820417 + -939524096 + 3840 + 96512 + 2 + 262400 + 153354240 + 9372453 + 1132068864 + 1103626240 + 74 + 15 + 421003088 + 1343225680 + 1343176992 + 0 + 336855044 + 16779292 + 135 + 52839290 + 16840 + 0 + 989463 + -1316081 + -11513841 + 1092616192 + 5140 + 2 + 983040 + 0 + 4096 + 7683 + 983040 + 66340 + 1 + 16843776 + 768 + 2 + 1687958016 + 22272 + 3842 + 1687958016 + 96256 + 7680 + 12800 + 22272 + 34013188 + 469762048 + -2029836221 + -939524030 + 536870912 + 3840 + 4 + 6619392 + 103022592 + 42401894 + 1137180672 + 1109393408 + 15 + 65792 + 1728079105 + 334848 + 34560 + 1749272576 + 4333568 + 0 + 251724032 + 1761608705 + 599040 + 36608 + 1078181376 + 4317184 + 0 + 704643072 + 253302783 + -336860161 + 252645185 + -2147483648 + 5510400 + 234946564 + 469762048 + 251661890 + 603979841 + 805306368 + 96768 + 0 + 369102592 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 327680 + 4608 + 3075 + 6946839 + 13 + 0 + 402653184 + 234946560 + 1638400 + 983040 + 27392 + 8192 + 26 + 91 + 50359040 + 1811939328 + 1543503872 + 7143424 + 6553856 + 7936 + 25856 + 32 + 126 + 16777216 + 838860800 + 2130706432 + 7208960 + 9502720 + 13056 + 52483 + 7209071 + 206 + 0 + 1879048192 + -553648128 + 7405568 + 18481920 + 1879057664 + 72448 + 38 + 284 + 16777216 + 1024 + 1711276032 + 33620233 + 16844288 + 5632 + 1 + 12800 + 1065353216 + 2 + 50 + 20938752 + 0 + 83886080 + 838942592 + 0 + 786432 + 3277119 + -2147483648 + 3329 + 12800 + 1065353216 + 15 + 50 + 0 + 0 + 536870912 + 838876928 + 0 + 4063232 + 3276800 + 0 + 23296 + 12800 + 1056964608 + 92 + 50 + 20938752 + 0 + 1610612736 + 838942592 + 0 + 6553856 + 3277119 + -2147483648 + 25857 + 12801 + 1065353216 + 126 + 50 + 20938752 + 0 + 2130706432 + 838942592 + 0 + 9502720 + 3277119 + -2147483648 + 52480 + 12801 + 1065353216 + 206 + 50 + 16777216 + 0 + -553648128 + 838942464 + 0 + 16580608 + 3277056 + 0 + 72192 + 12801 + 1056964608 + 283 + 16777266 + 20873216 + 26624 + 513 + 17170689 + 150994944 + 335544320 + 65536 + 843022336 + 65536 + 131072 + 3293056 + 256 + 1280 + 12800 + 1 + 12 + 16777266 + 0 + 16777216 + 218169344 + 843022336 + 65536 + 983296 + 3293056 + 256 + 23296 + 12863 + -2147483647 + 92 + 50 + 1065353216 + 0 + 1677721600 + 843022336 + 0 + 6619392 + 3293056 + 0 + 32256 + 12800 + 0 + 127 + 50 + 1065353216 + 16777216 + -1862270976 + 838860800 + 65536 + 11468800 + 3292928 + 256 + 52481 + 12800 + 1 + 206 + 50 + 1065353216 + 16777216 + -553648128 + 838860800 + 65536 + 16580608 + 3292928 + 256 + 72192 + 12800 + 1 + 283 + 16777266 + 1065353216 + 16793600 + 257 + 0 + 1114112 + 256 + 3342315 + -336920576 + 131072 + 3342315 + -336920576 + 327680 + 3342315 + -351338496 + 786432 + 3342315 + -351338496 + 851968 + 3342240 + -1600126976 + 917504 + 3342240 + -1600126976 + 983040 + 3342230 + -1768554496 + 5963776 + 3342230 + -1768554496 + 6029312 + 3342315 + -351338496 + 6553600 + 3342315 + -336920576 + 6619136 + 3342315 + -351338496 + 8257536 + 3342315 + -351338496 + 8323072 + 3342315 + -336920576 + 9502720 + 3342315 + -351338496 + 11468800 + 3342315 + -343932928 + 13434880 + 3342315 + -351338496 + 13500416 + 3342315 + -336920562 + 3 + 16777217 + 65792 + 33554432 + 117440512 + 0 + 838860800 + 0 + 512 + 12800 + 687875840 + 671088640 + 50331648 + 838860800 + 654321664 + 3072 + 12800 + 9984 + 671088640 + 1526726656 + 838860800 + 654321664 + 23552 + 12801 + -2097142016 + 671088640 + 1560281088 + 838860800 + 654321664 + 34013188 + 469762048 + -2029948093 + -1778384830 + 268435456 + 3840 + 4 + 6619392 + 103022592 + 42401894 + 1133903872 + 1108344832 + 15 + 65792 + 1728079105 + 334848 + 34560 + 1749259776 + 4329472 + 0 + 251724032 + 1761608705 + 533504 + 36608 + 1078168576 + 4317184 + 0 + -956301312 + 252777471 + -336860161 + 252645120 + 5510400 + 234946564 + 469762048 + 251661890 + 603979841 + 805306368 + 96768 + 0 + 369102592 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 6946816 + 327680 + 4608 + 3075 + 6946839 + 13 + 0 + 402653184 + 234946560 + 1638400 + 983040 + 27392 + 8192 + 26 + 91 + 16777216 + 1811939328 + 1543503872 + 7143424 + 6553856 + 7936 + 25856 + 32 + 126 + 16777216 + 838860800 + 2130706432 + 7208960 + 9502720 + 13056 + 52483 + 7209071 + 206 + 0 + 1879048192 + -553648128 + 7405568 + 18481920 + 1879057664 + 72448 + 38 + 284 + 16777216 + 1024 + 1073741824 + 16842752 + 17 + 0 + 16777266 + -1315861 + 2 + 50 + -1315861 + 5 + 50 + -1316081 + 12 + 50 + -1316081 + 13 + 50 + -6250336 + 14 + 50 + -6250336 + 15 + 50 + -6908266 + 91 + 50 + -6908266 + 92 + 50 + -1316081 + 100 + 50 + -1315861 + 101 + 50 + -1316081 + 126 + 50 + -1316081 + 127 + 50 + -1315861 + 145 + 50 + -1316081 + 175 + 50 + -1315968 + 205 + 50 + -1316081 + 206 + 50 + -1315861 + 6684672 + 131329 + 151060742 + 22 + 0 + 16777266 + 4161536 + 0 + 33554432 + 838942592 + 0 + 327680 + 3277119 + -2147483648 + 3072 + 12801 + 1065353216 + 13 + 16777266 + 4161536 + 0 + 251658240 + 838860800 + 0 + 2097152 + 3276863 + 0 + 15872 + 12800 + 0 + 91 + 50 + 4128768 + 0 + 1543503872 + 838942592 + 0 + 6291456 + 3277119 + -2147483648 + 25601 + 12801 + 1065353216 + 101 + 16777266 + 20938752 + 0 + 2113929216 + 838942592 + 0 + 8323072 + 3277119 + -2147483648 + 37120 + 12801 + 1065353216 + 205 + 50 + 20938752 + 0 + -838860800 + 838926336 + 0 + 14614528 + 3277119 + 0 + 64768 + 12801 + 0 + 282 + 50 + 20905984 + 1 + 453050368 + 838942336 + 104 + 2 + 16844289 + 17367040 + 1310720 + 256 + 3293056 + 256 + 512 + 12863 + -2147483647 + 5 + 50 + 0 + 16777216 + 201392128 + 838860800 + 65536 + 852224 + 3293056 + 256 + 3841 + 12863 + -2147483647 + 91 + 50 + 1065353216 + 16777216 + 1543503872 + 843022336 + 0 + 6553600 + 3293056 + 0 + 25857 + 12863 + -2147483648 + 126 + 50 + 0 + 0 + 2130706432 + 843022336 + 65536 + 9502720 + 3276800 + 256 + 44800 + 12863 + 1 + 205 + 16777266 + 0 + 16777216 + -838860800 + 843022336 + 65536 + 14614528 + 3276800 + 256 + 64768 + 12863 + 1 + 282 + 50 + 0 + 16777217 + 453050368 + 843022336 + 65550 + 3 + 16777217 + 65792 + 33554432 + 117440512 + 0 + 838860800 + 0 + 512 + 12800 + 687875840 + 671088640 + 50331648 + 838860800 + 654321664 + 3072 + 12800 + 9984 + 671088640 + 1526726656 + 838860800 + 654321664 + 23552 + 12801 + -2097142016 + 671088640 + 1560281088 + 838860800 + 654321664 + 33751043 + 335544320 + 117647683 + -1879048125 + -1677721600 + 1 + 459008 + 85721088 + 8847514 + 1133510656 + 1134297088 + 15 + 16909098 + 131840 + 51642368 + 459563 + 1107296256 + 1107296256 + 0 + 16788995 + 269312 + 34560 + -1606287360 + 4325376 + 0 + 251658240 + 589831 + 16779044 + 143 + 10567936 + 16640 + 0 + 18415616 + 788742 + 10616832 + 3145735 + 16779300 + 143 + 10699136 + 16640 + 0 + 18481152 + 856327 + 4 + 10747904 + 3145735 + 16779044 + 143 + 10830080 + 16640 + 0 + 2359296 + 592134 + 10878976 + 3145735 + 16779044 + 143 + 10961152 + 16640 + 0 + 65536 + 395526 + 11010048 + 3145735 + 16779300 + 143 + 11092352 + 16640 + 0 + 3080192 + 463111 + 4 + 11141120 + 3145735 + 16778780 + 135 + 11223296 + 16640 + 0 + 198918 + 11272192 + 3145735 + 16779300 + 143 + 11354368 + 16768 + 0 + 18546688 + 921863 + 4 + 11403264 + 3145735 + 16779300 + 143 + 11485568 + 16768 + 0 + 3211264 + 987399 + 4 + 11534336 + 3145735 + 16779300 + 143 + 11616512 + 16768 + 0 + 3276800 + 725255 + 4 + 11665408 + 3145730 + 50332436 + 7 + 53232800 + 17460 + 0 + 256 + 117506054 + 469762048 + -2030003644 + -1610612668 + 872415232 + 3849 + 50331648 + 268643584 + 33751044 + 469762048 + -2030031552 + -1073741760 + -1073741824 + 3840 + 1 + 3015424 + 68943872 + 8847520 + 1086324736 + 1086324736 + 15 + 0 + 151009025 + 531456 + 34563 + 775946240 + 4194304 + 0 + 51973888 + 16843519 + 252674048 + 51512330 + -13487566 + 200974 + 1 + 16777216 + 65536 + 0 + 65792 + 458752 + 922812425 + 603979776 + -1895616704 + 64 + 0 + 63744 + 1561 + 251658497 + 50269967 + -2147482862 + 67766834 + 842137603 + 286130176 + 65792 + 1 + 0 + 1 + 16777223 + 14081 + 599040 + 36611 + 809500672 + 4194304 + 0 + 134217728 + 119082752 + 16843519 + 252674048 + 51512330 + -13487566 + 200974 + 1 + 16777216 + 65536 + 0 + 65792 + 458752 + 922812425 + 603979776 + -1895616192 + 64 + 0 + 97024 + 2329 + 251658497 + 50269967 + -2147482862 + 67766834 + 842137603 + 286130176 + 65792 + 1 + 0 + 1 + 16777223 + 14081 + 599040 + 36611 + 843055104 + 4194304 + 1 + 268435456 + 202968832 + 16843519 + 252674048 + 51512330 + -1315861 + 200974 + 1 + 16777216 + 65536 + 0 + 65792 + 458752 + 922812425 + 603979776 + -1895615680 + 64 + 0 + 10496 + 3353 + 251658497 + 50269967 + -2147482862 + 67829739 + -336920573 + 286130176 + 65792 + 1 + 0 + 1 + 16777223 + 14081 + 599040 + 36611 + 876609536 + 4194304 + 0 + 1375731712 + 186191616 + 16843519 + 252674048 + 51512330 + -13487566 + 200974 + 1 + 16777216 + 65536 + 0 + 65792 + 458752 + 922812425 + 603979776 + -1895615168 + 64 + 0 + 18176 + 3609 + 251658497 + 50269967 + -2147482862 + 67829739 + -336920573 + 286130176 + 65792 + 1 + 0 + 1 + 16777223 + 14081 + 599040 + 36611 + 910163968 + 4194304 + 0 + 1291845632 + 253300480 + 16843519 + 252674048 + 51512330 + -7566196 + 200974 + 1 + 16777216 + 65536 + 0 + 65792 + 458752 + 33751044 + 469762048 + -2029832381 + -2013265854 + -603979776 + 3840 + 1 + 3015424 + 68943872 + 8847520 + 1132986368 + 1121714176 + 15 + 0 + 150996737 + 467968 + 36608 + -1589542912 + 4292608 + 1 + 2080374784 + 201917952 + -1275068416 + 805308161 + 533504 + 36608 + -1555861416 + 1178697728 + 1 + 2097152000 + 219219712 + 1024 + -1258291200 + 805308161 + 467968 + 36608 + -1522434048 + 4292608 + 1 + 2113929216 + 151586304 + -1241513984 + 805308161 + 467968 + 36608 + -1488879616 + 4292608 + 1 + 2130706432 + 101254656 + -1224736768 + 805308161 + 533504 + 36608 + -1455198120 + 1178697728 + 0 + 939524096 + 118556416 + 1024 + -1207959552 + 805308161 + 400384 + 34560 + -1421770752 + 4292608 + 0 + 50923008 + -1191182336 + 805308161 + 533504 + 36608 + -1388216320 + 4365313 + 16777217 + -2147483648 + 235996928 + 1024 + -1174405120 + 805308161 + 533504 + 36608 + -1354534824 + 1178770433 + 16777216 + 973078528 + 252774144 + 1024 + -1157627904 + 805308161 + 533504 + 36608 + -1321107456 + 4365313 + 16777216 + 989855744 + 185665280 + 1024 + -1140850688 + 805306883 + 201728 + 1795 + 944021504 + 4469760 + 0 + 196654 + 117441300 + 7 + 54084992 + 536822835 + -65536 + 512 + 117506056 + 738197506 + -1761396156 + 1291845699 + 268435456 + 98560 + 3840 + 151191552 + 66363 + 459008 + 119799808 + 9896764 + 1145896960 + 1125122048 + 385 + 15 + 151191552 + 66363 + 0 + 2 + 54263808 + 131329 + 50397184 + 2 + 0 + 50 + 17 + 1 + 4100 + 50 + 386 + 16 + 54132736 + 196865 + 50397184 + 16845056 + 1024 + 0 + 12800 + 4352 + 256 + 2819 + 50 + 387 + 1 + 11 + 67108864 + 838860801 + -2080374784 + 16842752 + 268697600 + 3276800 + 25493504 + 1048832 + 772210692 + 469762050 + 117652805 + -2145386684 + 872414976 + 0 + 33556225 + 535552 + 169731 + 1044663552 + 4395008 + 1 + -2130706432 + 251660547 + 1 + 54460423 + 16779044 + 151 + 54543437 + 17168 + 0 + 25231360 + 985347 + 1 + 54460416 + 0 + 131904 + 2 + 16843521 + 0 + 131072 + 0 + 3276800 + 1114112 + 65536 + 268697600 + 3276800 + 25296896 + 1049406 + 3 + 16843521 + 257 + 150994944 + 67108864 + 0 + 838860800 + 285212672 + 16777216 + 184745984 + 3276800 + 25362432 + 65536 + 721920 + 12800 + 99328 + 257 + 4100 + 50 + 389 + 16 + 16791297 + 599040 + 149251 + 1095016448 + 4469760 + 4145152 + 6415 + 65794 + -15790208 + 201220 + 184487701 + 1644167953 + 234881024 + 16842752 + 256 + 0 + 257 + 1904 + 132864 + 51642368 + 459586 + 1151336448 + 1144258560 + 0 + 16791297 + 531456 + 50756 + -1610612668 + 872415294 + -858993408 + 3865 + 251658761 + 54493184 + 16715535 + 251659026 + 67829519 + 252641287 + 286130176 + 197631 + 252645375 + -437918209 + 252645123 + 0 + 0 + 0 + 1 + 16777223 + -536870912 + 67112704 + 0 + 16 + 1 + 16777216 + 285212672 + 33554432 + 1179648 + 196864 + 0 + 515 + 201728 + 1795 + 1128570880 + 4469760 + 0 + 196654 + 117441300 + 7 + 54084992 + 536822835 + -65536 + 768 + 117506057 + 872415234 + -1627178428 + 1291845699 + 268435456 + 99840 + 100096 + 3840 + 151191552 + 66363 + 459008 + 119799808 + 9896764 + 1145896960 + 1125122048 + 391 + 15 + 151191552 + 66363 + 3604736 + 136052736 + 4653889 + 1142947840 + 1139802112 + 1050253722 + 420413441 + 16973583 + 260046851 + 302254847 + 421091840 + 51449344 + 257 + 0 + 16777216 + 0 + 16842752 + 124780544 + 0 + 131900 + 1 + 16843520 + 512 + 0 + 12800 + 4352 + 713728 + 12800 + 100355 + 973078528 + 33620227 + 16845056 + 1024 + 0 + 12800 + 99840 + 2148 + 50 + 393 + 8 + 1694498816 + 838860801 + -1979645952 + 182714368 + 3276800 + 25493760 + 772210692 + 469762050 + 117652805 + -2145386684 + 872414976 + 0 + 33556225 + 603136 + 171779 + 977554688 + 4395008 + 1 + -2046820351 + -2030043136 + 251660547 + 1 + 54460423 + 16779044 + 151 + 54281293 + 17168 + 0 + 25624576 + 985347 + 1 + 54460416 + 0 + 131900 + 1 + 16843520 + 512 + 0 + 12800 + 4352 + 713728 + 12800 + 100355 + 973078528 + 33620227 + 16845056 + 1024 + 0 + 12800 + 99840 + 2148 + 50 + 393 + 8 + 1694498816 + 838860801 + -1979645952 + 182714368 + 3276800 + 25493760 + 922812425 + 603979778 + 1191395652 + 536870979 + -268435393 + 1073741824 + 420413441 + 16973583 + 260046851 + 302254847 + 253059584 + 51449344 + 257 + 0 + 16777216 + 0 + 16842752 + 124780546 + 117441300 + 7 + 54805664 + 17460 + 0 + 1536 + 771948548 + 469762048 + 251872580 + -1610612669 + 536870912 + 101120 + 8 + 459008 + 85196800 + 458810 + 1126170624 + 1126170624 + 151388998 + 48 + 459008 + 102498304 + 983833 + 1126170624 + 1126170624 + 396 + 151388998 + 48 + 459008 + 102498304 + 983879 + 1126170624 + 1126170624 + 397 + 151388998 + 48 + 459008 + 102498304 + 983880 + 1126170624 + 1126170624 + 226 + 151388998 + 48 + 459008 + 102498304 + 983881 + 1126170624 + 1126170624 + 390 + 151388998 + 48 + 459008 + 102498304 + 983882 + 1126170624 + 1126170624 + 398 + 151388998 + 48 + 459008 + 102498304 + 983883 + 1126170624 + 1126170624 + 399 + 151388998 + 48 + 459008 + 102498304 + 983884 + 1126170624 + 1126170624 + 400 + 151388998 + 48 + 3015424 + 68943872 + 983885 + 1151336448 + 1126170624 + 401 + 0 + 134219521 + 332800 + 1792 + 977477632 + 4399104 + 591363 + 1174405120 + 805308161 + 400384 + 3843 + 423829504 + 4399104 + 1 + -1945565693 + 1174405120 + 805308161 + 400384 + 3843 + 1195581440 + 4399104 + 1 + -1928788477 + 1174405120 + 805308161 + 400384 + 3843 + 1212358656 + 4399104 + 0 + -502725117 + 1174405120 + 805308161 + 400384 + 3843 + 1229135872 + 4399104 + 1 + -2046228989 + 1174405120 + 805308161 + 400384 + 3843 + 1245913088 + 4399104 + 1 + -1912011261 + 1174405120 + 805308161 + 400384 + 3843 + 1262690304 + 4399104 + 1 + -1895234045 + 1174405120 + 805308161 + 400384 + 3843 + 1279467520 + 4399104 + 1 + -1878456829 + 1174405120 + 805318147 + 269312 + 3843 + 1313120256 + 4399104 + 1 + -1845493760 + 524295 + 16778516 + 7 + 3818272 + 17184 + 2310 + 54919168 + 3145735 + 16778780 + 15 + 51987232 + 17184 + 0 + 25954566 + 54919168 + 3145735 + 16778780 + 15 + 55001888 + 17184 + 0 + 26020102 + 54919168 + 3145735 + 16778780 + 15 + 55067424 + 17184 + 0 + 14813446 + 54919168 + 3145735 + 16778780 + 15 + 55132960 + 17184 + 0 + 25561350 + 54919168 + 3145735 + 16778780 + 15 + 55198496 + 17184 + 0 + 26085638 + 54919168 + 3145735 + 16778780 + 15 + 55264032 + 17184 + 0 + 26151174 + 54919168 + 3145735 + 16778780 + 15 + 55329568 + 17184 + 0 + 26216710 + 54919168 + 3145774 + 50332700 + 15 + 55526560 + 17184 + 0 + 26411008 + 2048 + 117506053 + 335544320 + 117455427 + 536870979 + 536870921 + 100877824 + 12288 + 117506054 + 469762048 + 251861315 + 536870979 + 536870912 + 101385 + 100877824 + 12288 + 117506054 + 469762048 + 251873091 + 536870979 + 536870912 + 101641 + 100877824 + 12288 + 117506054 + 469762048 + 251873347 + 536870979 + 536870912 + 57865 + 100877824 + 12288 + 117506054 + 469762048 + 251873603 + 536870979 + 536870912 + 99849 + 100877824 + 12288 + 117506054 + 469762048 + 251873859 + 536870979 + 536870912 + 101897 + 100877824 + 12288 + 117506054 + 469762048 + 251874115 + 536870979 + 536870912 + 102153 + 100877824 + 12288 + 117506054 + 469762048 + 251874371 + 536870979 + 536870912 + 102409 + 100877824 + 12288 + 771948548 + 469762048 + 251875396 + -1610612669 + 536870912 + 103424 + 8 + 459008 + 85196800 + 458810 + 1126170624 + 1126170624 + 151388998 + 48 + 459008 + 102498304 + 983833 + 1126170624 + 1126170624 + 396 + 151388998 + 48 + 459008 + 102498304 + 983879 + 1126170624 + 1126170624 + 397 + 151388998 + 48 + 459008 + 102498304 + 983880 + 1126170624 + 1126170624 + 226 + 151388998 + 48 + 459008 + 102498304 + 983881 + 1126170624 + 1126170624 + 390 + 151388998 + 48 + 459008 + 102498304 + 983882 + 1126170624 + 1126170624 + 398 + 151388998 + 48 + 459008 + 102498304 + 983883 + 1126170624 + 1126170624 + 399 + 151388998 + 48 + 459008 + 102498304 + 983884 + 1126170624 + 1126170624 + 400 + 151388998 + 48 + 3015424 + 68943872 + 983889 + 1151336448 + 1126170624 + 405 + 0 + 134219521 + 332800 + 1792 + 977477632 + 4399104 + 591363 + 1174405120 + 805308161 + 400384 + 3843 + 423829504 + 4399104 + 1 + -1945565693 + 1174405120 + 805308161 + 400384 + 3843 + 1195581440 + 4399104 + 1 + -1928788477 + 1174405120 + 805308161 + 400384 + 3843 + 1212358656 + 4399104 + 0 + -502725117 + 1174405120 + 805308161 + 400384 + 3843 + 1229135872 + 4399104 + 1 + -2046228989 + 1174405120 + 805308161 + 400384 + 3843 + 1245913088 + 4399104 + 1 + -1912011261 + 1174405120 + 805308161 + 400384 + 3843 + 1262690304 + 4399104 + 1 + -1895234045 + 1174405120 + 805308161 + 400384 + 3843 + 1279467520 + 4399104 + 1 + -1878456829 + 1174405120 + 805306368 + 0 + 100877568 + 257 + 16973824 + 131072 + 0 + + + + linear + 47120384 + 3276800 + 26280781 + 1 + 16843520 + 512 + 0 + 12800 + 102656 + 184064 + 12800 + 102915 + 1308622848 + 16843011 + 2 + 0 + 50 + 402 + 719 + 50 + 403 + 55574528 + 65793 + 50331648 + 33554432 + 0 + 838860801 + -1811939326 + -822083584 + 838860801 + -1794945280 + 257 + 16973824 + 131072 + 0 + 3276800 + 26411008 + 47120384 + 3276800 + 26477393 + 1 + 16843520 + 1024 + 0 + 12800 + 103680 + 92160 + 12800 + 103936 + 92416 + 12800 + 101120 + 184064 + 12800 + 101120 + 33882115 + 335544320 + 117658179 + -897580989 + 1946157056 + 4 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 301989888 + 50397184 + 132864 + 86245376 + 9372499 + 1119879168 + 1119879168 + 407 + 15 + 0 + 33566211 + 269312 + 34560 + -1606238208 + 4374528 + 0 + 251658240 + 589831 + 16778524 + 135 + 55853568 + 16896 + 0 + 196866 + 55902215 + 16778788 + 143 + 55984640 + 16896 + 0 + 26738688 + 4653314 + 56033287 + 16778788 + 143 + 56115712 + 16896 + 0 + 22151168 + 393474 + 56164359 + 16778788 + 143 + 56246784 + 16896 + 0 + 26804224 + 9109762 + 56295431 + 16778788 + 143 + 56377856 + 16896 + 0 + 4194304 + 13566210 + 56426503 + 16778788 + 143 + 56508928 + 16896 + 0 + 26869760 + 9306370 + 56557575 + 16778788 + 143 + 56640000 + 16896 + 0 + 26935296 + 590082 + 56688647 + 16778788 + 143 + 56771072 + 16896 + 0 + 27000832 + 5046530 + 56819719 + 16778788 + 143 + 56902144 + 16896 + 0 + 27066368 + 786690 + 56950788 + 16779300 + 143 + 279172 + 16928 + 0 + 27131904 + 987413 + -15790321 + 1099956224 + 1024 + 4 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 301989888 + 50397184 + 0 + 132864 + 68943872 + 8848230 + 1119879168 + 1119879168 + 15 + 0 + 16778241 + 533504 + 36608 + 71468032 + 4333568 + 1 + -1644167168 + 85005823 + 252645185 + -1879048192 + 266240 + 1024 + 251658240 + 0 + 1048576 + 65792 + 4352 + 512 + 18 + 3 + 16777216 + 0 + 34013187 + 335544320 + 117663555 + -897580989 + 1946157056 + 1 + 3604736 + 101449728 + 410784 + 17460 + 6415 + 133379 + 1065353216 + -15790208 + 201220 + 184487695 + 251660049 + 234881024 + 50593551 + 252706789 + -437911793 + 252642048 + 0 + 0 + 0 + 257 + 2016 + 4 + 983040 + 0 + 4096 + 257 + 17 + 2 + 0 + 301989888 + 50397184 + 0 + 131840 + 68943872 + 8847409 + 1107296256 + 1107296256 + 15 + 0 + 16788995 + 269312 + 34560 + -1606287360 + 4325376 + 0 + 251658240 + 262151 + 16779044 + 143 + 10568064 + 16768 + 0 + 3801088 + 788742 + 11796480 + 3145735 + 16779044 + 143 + 10830208 + 16768 + 0 + 3866624 + 592134 + 11927552 + 3145735 + 16779044 + 143 + 10961280 + 16768 + 0 + 3670016 + 395526 + 11993088 + 3145735 + 16778780 + 135 + 11223424 + 16768 + 0 + 198918 + 12124160 + 3145730 + 117441300 + 7 + 57164352 + 16960 + 0 + 256 + 117506055 + 469762048 + -2030013118 + 1073741890 + 1073741824 + 3857 + 117440512 + 134441216 + 12288 + 2819 + 1778384896 + 65536 + 57344000 + 65792 + 224256 + 513 + 877 + 3 + 16777219 + 1845493760 + 67174400 + 57606144 + 327936 + 225280 + 1537 + 881 + 7 + 16777219 + 1912602624 + 134283264 + 57868288 + 590080 + 226304 + 2561 + 0 + 65653 + 1 + 16777472 + 2816 + 0 + 12803 + 1761607680 + 16777216 + 839087360 + 512 + 12803 + 1979711488 + 50331648 + 839087872 + 1024 + 12803 + 2013265920 + 83886080 + 839088384 + 1536 + 12803 + 2046820352 + 117440512 + 839088896 + 2048 + 12803 + 2080374784 + 150994944 + 839089408 + 2560 + 12803 + 2113929731 + 201728 + 1795 + 2135068672 + 4349952 + 0 + 65543 + 16778516 + 7 + 10109584 + 16992 + 2310 + 58720256 + 3145730 + 50332436 + 7 + 58802902 + 17066 + 0 + 256 + 117506053 + 335544320 + 117480002 + -704643006 + -1442840567 + 100893184 + 12288 + 33751043 + 335544320 + 117670722 + -1879048126 + 1610612736 + 1 + 459008 + 85196800 + 459652 + 1116733440 + 1113587712 + 151389061 + 48 + 131840 + 51642368 + 459654 + 1121320960 + 1118437376 + 0 + 16779009 + 332800 + 1792 + -1706895872 + 4368896 + 591363 + -2030043136 + 805306883 + 201728 + 1795 + -2008903680 + 4349952 + 0 + 65543 + 16778516 + 7 + 10109584 + 16992 + 2310 + 59310080 + 3145730 + 50332436 + 7 + 59392726 + 17066 + 0 + 256 + 117506053 + 335544320 + 117480002 + -704643006 + -1442840567 + 100895488 + 12288 + 33751043 + 335544320 + 117673025 + -1342177214 + -2046820352 + 1 + 459008 + 101974016 + 458906 + 1102053376 + 1116078080 + 285671424 + 66445 + 48 + 131840 + 51642368 + 459662 + 1117782016 + 1132527616 + 0 + 16779009 + 398336 + 1792 + -1706909696 + 4423936 + 1115904 + 515 + -1895825408 + 805306883 + 201728 + 1795 + -1874681856 + 4410368 + 0 + 65543 + 16778516 + 7 + 10109600 + 17228 + 2310 + 59834368 + 3145730 + 50332436 + 7 + 59916844 + 16940 + 0 + 256 + 117506054 + 335544320 + 117480002 + 738197570 + 738197521 + 117440512 + 67343104 + 12288 + 33751043 + 335544320 + 117675074 + -1879048126 + -1879048192 + 1 + 459008 + 85196800 + 458906 + 1116733440 + 1116733440 + 151389077 + 48 + 131840 + 51642368 + 459670 + 1140129792 + 1133379584 + 0 + 16779009 + 332800 + 1792 + -1706822400 + 4427264 + 591363 + -1761607680 + 805306883 + 201728 + 1795 + -1740362688 + 4453632 + 0 + 65543 + 16778772 + 7 + 10109996 + 1073759221 + 4359 + 1 + 60358656 + 3145730 + 50332436 + 7 + 60441554 + 17294 + 0 + 256 + 117506053 + 335544320 + 117480003 + -771751869 + -1912602615 + 100899584 + 12288 + 33751043 + 335544320 + 117677124 + 331350083 + -184549376 + 1 + 459008 + 85196800 + 458906 + 1142145024 + 1140129792 + 151389085 + 48 + 131840 + 51642368 + 459678 + 1113063424 + 1113587712 + 0 + 16779009 + 398336 + 1792 + -1706928128 + 4349952 + 1115904 + 259 + -1627389952 + 805306883 + 201728 + 1795 + -1606244864 + 4365312 + 0 + 65543 + 16778772 + 7 + 10109606 + 17052 + 4359 + 1 + 60882944 + 3145730 + 50332436 + 7 + 60965464 + 16992 + 0 + 256 + 117506054 + 335544320 + 117480002 + 1476395074 + 1610612753 + 117440512 + 17015552 + 12288 + 33751043 + 335544320 + 117679170 + -1509949374 + -1677721600 + 1 + 459008 + 101974016 + 458906 + 1118175232 + 1117519872 + 285671424 + 66469 + 48 + 131840 + 51642368 + 459686 + 1113063424 + 1113587712 + 0 + 16779009 + 398336 + 1792 + -1706928128 + 4349952 + 1115904 + 259 + -1493172224 + 805306883 + 201728 + 1795 + -1472027136 + 4365312 + 0 + 65543 + 16778772 + 7 + 10109606 + 17052 + 4359 + 1 + 61407232 + 3145730 + 50332436 + 7 + 61490129 + 17299 + 0 + 256 + 117506055 + 469762048 + 251697731 + -788529085 + -1828716544 + 106257 + 117440512 + 17017600 + 12288 + 33751043 + 335544320 + 117681220 + 549453891 + -184549376 + 1 + 459008 + 101974016 + 459195 + 1142996992 + 1140129792 + 285671424 + 66477 + 48 + 131840 + 51642368 + 459694 + 1120010240 + 1115684864 + 0 + 16779009 + 400384 + 34560 + -1706900992 + 4358144 + 0 + 252248832 + 2051 + -1358953981 + 201728 + 1795 + -1337816064 + 4358144 + 0 + 65543 + 16778780 + 135 + 10109580 + 17024 + 0 + 985347 + 8 + 61931522 + 50332436 + 7 + 62014092 + 17024 + 0 + 256 + 117506054 + 469762048 + -2030003646 + -1946156990 + -2147483648 + 3849 + 50331648 + 134460160 + 33751043 + 335544320 + 117683268 + 318767171 + -1275068416 + 1 + 459008 + 68419584 + 458906 + 1142095872 + 1135869952 + 16909237 + 131840 + 51642368 + 459702 + 1132593152 + 1127088128 + 0 + 16779009 + 332800 + 1795 + -1220312576 + 4402688 + 590592 + 259 + -1207959037 + 201728 + 1795 + -1186758144 + 4428032 + 0 + 65543 + 16778516 + 7 + 10109826 + 17297 + 2307 + 1 + 62521346 + 50332436 + 7 + 62604247 + 17367 + 0 + 256 + 117506052 + 335544320 + 117480003 + -687865789 + -687865855 + 33799168 + 33751043 + 335544320 + 117685571 + -1451229117 + -1426063360 + 1 + 459008 + 102498304 + 1507482 + 1138851840 + 1138982912 + 416 + 151191552 + 66494 + 131840 + 51642368 + 459711 + 1135181824 + 1135280128 + 0 + 16779009 + 400384 + 5891 + -1069293184 + 4449152 + 1 + -1610022144 + 259 + -1056964093 + 201728 + 1795 + -1035753088 + 4434688 + 0 + 65543 + 16778780 + 23 + 63128545 + -2147466269 + -2147483648 + 27265283 + 1 + 63176706 + 50332436 + 7 + 63259561 + -2147466325 + 0 + 256 + 117506054 + 469762048 + 386123331 + -511705021 + -478150656 + 106505 + 50331648 + 17024768 + 33751043 + 335544320 + 117688387 + -1451229117 + -1426063360 + 1 + 459008 + 102498304 + 1508288 + 1138851840 + 1138982912 + 416 + 151191552 + 66505 + 131840 + 51642368 + 459722 + 1140162560 + 1136230400 + 0 + 16779009 + 400384 + 5888 + -1706810496 + 4454144 + 1 + -1610022144 + 259 + -889191933 + 201728 + 1795 + -867958464 + 4438400 + 0 + 65543 + 16778780 + 23 + 10109996 + 1073759223 + 0 + 27265283 + 1 + 63766530 + 50332436 + 7 + 63849484 + -1073724458 + 0 + 256 + 117506053 + 335544320 + 117480004 + 213909571 + -704643063 + 50331648 + 134467328 + 33751043 + 335544320 + 117690435 + -570425277 + -536870912 + 1 + 459008 + 68419584 + 458906 + 1138622464 + 1138753536 + 16909265 + 131840 + 51642368 + 459730 + 1135050752 + 1137737728 + 0 + 16779009 + 400384 + 5888 + -1706828032 + 4459264 + 1 + -1593244928 + 2051 + -754974205 + 201728 + 1795 + -733749120 + 4446464 + 0 + 65543 + 16778516 + 7 + 10109920 + -2147466279 + 2307 + 1 + 64290818 + 50332436 + 7 + 64373729 + -2147466269 + -2147483648 + 256 + 117506052 + 335544320 + 117480003 + -511705021 + -478150655 + 33806080 + 33751043 + 335544320 + 117692484 + 297795651 + 486539264 + 1 + 459008 + 85196800 + 458906 + 1142013952 + 1125974016 + 151191552 + 66521 + 131840 + 51642368 + 459738 + 1138917376 + 1138196480 + 0 + 16779009 + 332800 + 1792 + -1706827136 + 4446080 + 590592 + 259 + -620756477 + 201728 + 1795 + -599522496 + 4430336 + 0 + 65543 + 16778780 + 23 + 10110011 + -2147466276 + 0 + 27396355 + 1 + 64815106 + 50332436 + 7 + 64898051 + 1073759130 + 0 + 256 + 117506054 + 469762048 + 385915460 + 998244419 + -603979776 + 107017 + 50331648 + 17030912 + 33751043 + 335544320 + 117694531 + 2013265987 + 301989888 + 1 + 459008 + 101974016 + 458906 + 1131937792 + 1125253120 + 285671424 + 66529 + 48 + 131840 + 51642368 + 459746 + 1131937792 + 1125253120 + 0 + 16779009 + 398336 + 1792 + -1706854400 + 4395520 + 1115904 + 259 + -486539264 + 805306883 + 201728 + 1795 + -465337600 + 4426752 + 0 + 65543 + 16778516 + 7 + 10109827 + 17292 + 2307 + 1 + 65339394 + 50332436 + 7 + 65422262 + 17064 + 0 + 256 + 117506054 + 335544320 + 117480003 + -1241513918 + -1476394991 + 117440512 + 17032960 + 12288 + 33751043 + 335544320 + 117696579 + -2097151933 + -1946157056 + 1 + 459008 + 85196800 + 458906 + 1132658688 + 1133248512 + 151191552 + 66537 + 131840 + 51642368 + 459754 + 1132527616 + 1132593152 + 0 + 16779009 + 332800 + 1792 + -1706852096 + 4424192 + 590592 + 259 + -352321021 + 201728 + 1795 + -331131648 + 4425472 + 0 + 65543 + 16779036 + 23 + 10109710 + 17204 + 0 + 27463943 + 1 + 65863680 + 3145730 + 50332436 + 7 + 65946499 + 17297 + 0 + 256 + 117506053 + 335544320 + 117480003 + -2097151933 + -1862270967 + 50331648 + 17035008 + 33751043 + 335544320 + 117698627 + 2080374851 + 704643072 + 1 + 459008 + 101974016 + 458906 + 1132199936 + 1126825984 + 285671424 + 66545 + 48 + 131840 + 51642368 + 459762 + 1131741184 + 1124990976 + 0 + 16779009 + 398336 + 1792 + -1706855168 + 4394496 + 1115904 + 259 + -218103808 + 805306883 + 201728 + 1795 + -196902656 + 4407808 + 0 + 65543 + 16778516 + 7 + 10109825 + 17218 + 2307 + 1 + 66387970 + 50332436 + 7 + 66470787 + 17292 + 0 + 256 + 117506053 + 335544320 + 117480003 + -2097151933 + -1946157047 + 50331648 + 17037056 + 33751043 + 335544320 + 117700675 + -2097151933 + -1946157056 + 1 + 459008 + 85196800 + 458906 + 1132658688 + 1133248512 + 151191552 + 66553 + 131840 + 51642368 + 459770 + 1132593152 + 1133576192 + 0 + 16779009 + 332800 + 1792 + -1706851840 + 4428032 + 590592 + 259 + -83885565 + 201728 + 1795 + -62684416 + 4426752 + 0 + 65543 + 16778516 + 7 + 10109827 + 17292 + 2307 + 1 + 66912258 + 50332436 + 7 + 66995075 + 17292 + 0 + 256 + 117506053 + 335544320 + 117480003 + -2097151933 + -1946157047 + 50331648 + 17039104 + 33751043 + 335544320 + 117702723 + -2113929149 + -1862270976 + 1 + 459008 + 85196800 + 458906 + 1135083520 + 1133576192 + 151191552 + 66561 + 131840 + 51642368 + 459778 + 1138163712 + 1138163712 + 0 + 16779009 + 332800 + 1792 + -1706830080 + 4445952 + 590592 + 260 + 50332163 + 201728 + 1796 + 71530496 + 4395520 + 0 + 65543 + 16778772 + 7 + 10109816 + 17170 + 4359 + 1 + 67436544 + 3145730 + 50332436 + 7 + 67519491 + 1073759130 + 0 + 256 + 117506053 + 335544320 + 117480004 + 16777283 + -1761607671 + 50331648 + 17041152 + 33751043 + 335544320 + 117704771 + -2113929149 + -1946157056 + 1 + 459008 + 85196800 + 458906 + 1132593152 + 1133248512 + 151191552 + 66569 + 131840 + 51642368 + 459786 + 1138098176 + 1138819072 + 0 + 16779009 + 332800 + 1792 + -1706830336 + 4448512 + 590592 + 260 + 184549891 + 201728 + 1796 + 205750784 + 4414464 + 0 + 65543 + 16778516 + 7 + 10109826 + 17244 + 2307 + 1 + 67960834 + 50332436 + 7 + 68043735 + 17320 + 0 + 256 + 117506053 + 335544320 + 117480003 + -687865789 + -1476394999 + 50331648 + 17043200 + 33751044 + 469762048 + 251924547 + -905969597 + 872415232 + 18944 + 1 + 262400 + 119275520 + 8847433 + 1137311744 + 1127481344 + 15 + 286654258 + 842154240 + 0 + 335544322 + 50332436 + 7 + 68240330 + -2147466444 + 0 + 256 + 67174407 + 469762048 + -2030024381 + -897580989 + 872415232 + 3857 + 369046066 + 843157504 + 81 + 515 + 269312 + 3844 + 306432512 + 4404224 + 0 + 1241513984 + 65540 + 16779036 + 135 + 4801482 + 17204 + 0 + 987413 + -13487566 + 1090519040 + 4352 + 131840 + 51642368 + 459795 + 1109393408 + 1109393408 + 0 + 16779009 + 465920 + 34560 + -1706942464 + 4333568 + 0 + 252774144 + 2052 + 335544320 + 805306883 + 201728 + 1796 + 356655104 + 4333568 + 0 + 65543 + 16779036 + 135 + 10109472 + 16928 + 0 + 987399 + 8 + 68550656 + 3145730 + 50332436 + 7 + 68633120 + 16928 + 0 + 256 + 117506055 + 469762048 + -2030003646 + 536870978 + 536870912 + 3857 + 117440512 + 134486016 + 12288 + 33751043 + 335544320 + 117709122 + 536870978 + 536870912 + 1 + 459008 + 119275520 + 8847514 + 1109393408 + 1109393408 + 15 + 285671424 + 525338 + 48 + 131840 + 51642368 + 459803 + 1137344512 + 1127481344 + 0 + 16778241 + 465920 + 34560 + 1229179520 + 4404224 + 0 + 252777983 + 842150465 + -1879048192 + 5505024 + 33751044 + 469762048 + 251927619 + -905969597 + 872415232 + 18944 + 1 + 262400 + 119275520 + 8847433 + 1137311744 + 1127481344 + 15 + 286654258 + 842154304 + 0 + 335544322 + 117441300 + 7 + 69026256 + 16848 + 0 + 257 + 1778450441 + 603979777 + -2029950143 + -805306303 + -805306368 + 1792 + 70666 + 197062 + 34865409 + 22594 + 33554688 + 1024 + 1281 + 1845493760 + 0 + 983040 + 1310720 + 4096 + 5377 + 17 + 22 + 0 + 301989888 + 704708608 + 0 + 132864 + 51642368 + 459806 + 1104150528 + 1104150528 + 0 + 16869889 + 599040 + 100097 + 1799475200 + 4313088 + 0 + 117440513 + 336199683 + 29753879 + 16842752 + 1480720896 + 16777216 + 67108864 + 83979776 + 0 + 15 + 20 + 0 + 268435456 + 352387072 + 1114112 + 1441792 + 4608 + 10753 + 0 + 0 + + + + + + text_Button + 240.000000 + 20.000000 + 25.000000,1.000000,0.000000 + 5 + 0xff323232 + 0xff0f0f0f + 11.000000 + 4112 + + + + + text_Button1 + 240.000000 + 20.000000 + 24.000000,0.000000,0.000000 + 5 + false + 0xff323232 + 0xff0f0f0f + 11.000000 + 4112 + + + + + TickBox_Norm + 18.000000 + 18.000000 + 2.000000,1.000000,0.000000 + 16 + Graphics\Tickbox_Norm.png + 48 + + + + + TickBox_Over + 18.000000 + 18.000000 + 2.000000,1.000000,0.000000 + false + 16 + Graphics\Tickbox_Over.png + 48 + + + + + Tick + 28.000000 + 24.000000 + 0.000000,-1.000000,0.000000 + false + Graphics\Tick.png + 48 + + + + + XuiSoundXACT + 15.000000 + 14.000000 + 70.000000,21.000000,0.000000 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_DLCMain.xui b/Minecraft.Client/Common/Media/xuiscene_DLCMain.xui index 94121083..bf5303dd 100644 --- a/Minecraft.Client/Common/Media/xuiscene_DLCMain.xui +++ b/Minecraft.Client/Common/Media/xuiscene_DLCMain.xui @@ -1,1092 +1,250 @@ - -1280.000000 -720.000000 - - - -DLCMain -620.000000 -440.000000 -330.000092,194.000000,0.000000 -CScene_DLCMain -XuiScene -OffersList - - - -XuiOffersList -576.000000 -390.000000 -22.000032,24.000000,0.000000 -CXuiCtrl4JList -XuiListRecessedDLC - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - - -Timer -182.000000 -168.000000 -208.000000,134.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -true -MenuTitleLogo - - + + 1280.000000 + 720.000000 + + + + DLCMain + 620.000000 + 440.000000 + 330.000092,194.000000,0.000000 + CScene_DLCMain + XuiScene + OffersList + + + + XuiOffersList + 576.000000 + 390.000000 + 22.000032,24.000000,0.000000 + CXuiCtrl4JList + XuiListRecessedDLC + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + + Timer + 182.000000 + 168.000000 + 208.000000,134.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_DLCMain_480.xui b/Minecraft.Client/Common/Media/xuiscene_DLCMain_480.xui index 2e7e98f5..35d30db6 100644 --- a/Minecraft.Client/Common/Media/xuiscene_DLCMain_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_DLCMain_480.xui @@ -1,1021 +1,189 @@ - -640.000000 -480.000000 - - - -DLCMain -400.000000 -290.000000 -120.000046,124.000046,0.000000 -CScene_DLCMain -GraphicPanel -OffersList - - - -XuiOffersList -376.000000 -261.000000 -12.000000,11.999996,0.000000 -CXuiCtrl4JList -XuiListRecessedDLCThin - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - - -Timer -184.000000 -170.000000 -150.000000,104.639999,0.000000 -0.500000,0.500000,1.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 640.000000 + 480.000000 + + + + DLCMain + 400.000000 + 290.000000 + 120.000046,124.000046,0.000000 + CScene_DLCMain + GraphicPanel + OffersList + + + + XuiOffersList + 376.000000 + 261.000000 + 12.000000,11.999996,0.000000 + CXuiCtrl4JList + XuiListRecessedDLCThin + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_LThin + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + + Timer + 184.000000 + 170.000000 + 150.000000,104.639999,0.000000 + 0.500000,0.500000,1.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_DLCOffers.xui b/Minecraft.Client/Common/Media/xuiscene_DLCOffers.xui index 6f08eefb..f341dc56 100644 --- a/Minecraft.Client/Common/Media/xuiscene_DLCOffers.xui +++ b/Minecraft.Client/Common/Media/xuiscene_DLCOffers.xui @@ -1,1355 +1,513 @@ - -1280.000000 -720.000000 - - - -DLCOffers -960.000000 -448.000000 -160.000000,196.000000,0.000000 -CScene_DLCOffers -XuiScene -OffersList - - - -XuiDLCPriceTag -440.000000 -36.000000 -494.000000,224.000000,0.000000 -DLC_PriceTag - - - - -XuiDLCBackground -440.000000 -196.000000 -494.000000,28.000000,0.000000 -DLCOffersOfferBackground - - - - -XuiDLCBanner -440.000000 -196.000000 -494.000000,28.000000,0.000000 -CXuiCtrl4JIcon -ItemBanner - - - - -XuiOffersList -456.000000 -400.000000 -22.000032,25.999996,0.000000 -CXuiCtrl4JList -XuiListRecessedDLC -XuiCheckboxAvatar -XuiCheckboxThemes - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_DLC_L - - - - - -XuiHTMLSellText -440.000000 -130.000000 -494.000000,260.000000,0.000000 -false -XuiHtmlControl - - - - -Timer -182.000000 -168.000000 -150.000031,134.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -true -MenuTitleLogo - - + + 1280.000000 + 720.000000 + + + + DLCOffers + 960.000000 + 448.000000 + 160.000000,196.000000,0.000000 + CScene_DLCOffers + XuiScene + OffersList + + + + XuiDLCPriceTag + 440.000000 + 36.000000 + 494.000000,224.000000,0.000000 + DLC_PriceTag + + + + + XuiDLCBackground + 440.000000 + 196.000000 + 494.000000,28.000000,0.000000 + DLCOffersOfferBackground + + + + + XuiDLCBanner + 440.000000 + 196.000000 + 494.000000,28.000000,0.000000 + CXuiCtrl4JIcon + ItemBanner + + + + + XuiOffersList + 456.000000 + 400.000000 + 22.000032,25.999996,0.000000 + CXuiCtrl4JList + XuiListRecessedDLC + XuiCheckboxAvatar + XuiCheckboxThemes + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_DLC_L + + + + + + XuiHTMLSellText + 440.000000 + 130.000000 + 494.000000,260.000000,0.000000 + false + XuiHtmlControl + + + + + Timer + 182.000000 + 168.000000 + 150.000031,134.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_DLCOffers_480.xui b/Minecraft.Client/Common/Media/xuiscene_DLCOffers_480.xui index 8ee73a65..339e0a36 100644 --- a/Minecraft.Client/Common/Media/xuiscene_DLCOffers_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_DLCOffers_480.xui @@ -1,1211 +1,341 @@ - -640.000000 -480.000000 - - - -DLCOffers -540.000000 -286.000000 -50.000000,124.000046,0.000000 -CScene_DLCOffers -GraphicPanel -OffersList - - - -XuiOffersList -284.000000 -264.000000 -10.000004,9.999996,0.000000 -CXuiCtrl4JList -XuiListRecessedDLCThin - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_DLC_LThin - - - - - -XuiHTMLSellText -226.000000 -102.000000 -300.000000,152.000000,0.000000 -false -XuiHtmlControl_Small - - - - -Timer -184.000000 -170.000000 -102.000000,104.000000,0.000000 -0.500000,0.500000,1.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -XuiDLCBackground -226.000000 -96.000000 -300.000000,22.000000,0.000000 -DLCOffersOfferBackground - - - - -XuiDLCPriceTag -226.000000 -26.000000 -300.000000,118.000000,0.000000 -DLC_PriceTag480 - - - - -XuiDLCBanner -226.000000 -96.000000 -300.000000,22.000000,0.000000 -CXuiCtrl4JIcon -ItemBanner480 - - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -true -MenuTitleLogo - - + + 640.000000 + 480.000000 + + + + DLCOffers + 540.000000 + 286.000000 + 50.000000,124.000046,0.000000 + CScene_DLCOffers + GraphicPanel + OffersList + + + + XuiOffersList + 284.000000 + 264.000000 + 10.000004,9.999996,0.000000 + CXuiCtrl4JList + XuiListRecessedDLCThin + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_LThin + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_DLC_LThin + + + + + + XuiHTMLSellText + 226.000000 + 102.000000 + 300.000000,152.000000,0.000000 + false + XuiHtmlControl_Small + + + + + Timer + 184.000000 + 170.000000 + 102.000000,104.000000,0.000000 + 0.500000,0.500000,1.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage.xui b/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage.xui index 19c64d36..e1d269a3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage.xui +++ b/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage.xui @@ -1,36 +1,26 @@ - -1280.000000 -720.000000 - - - -NewUpdate -800.000000 -430.000000 -240.000046,200.000000,0.000000 -CScene_NewUpdateMessage -XuiScene -OffersList - - - -XuiHTMLMessage -744.000000 -364.000000 -28.000034,24.000000,0.000000 -XuiHtmlControl - - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -true -MenuTitleLogo - - + + 1280.000000 + 720.000000 + + + + NewUpdate + 800.000000 + 430.000000 + 240.000046,200.000000,0.000000 + CScene_NewUpdateMessage + XuiScene + OffersList + + + + XuiHTMLMessage + 744.000000 + 364.000000 + 28.000034,24.000000,0.000000 + XuiHtmlControl + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage_480.xui b/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage_480.xui index 6c6b5ba3..8e8ec3ac 100644 --- a/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_NewUpdateMessage_480.xui @@ -1,37 +1,27 @@ - -640.000000 -480.000000 - - - -NewUpdate -500.000000 -286.000000 -70.000000,124.000046,0.000000 -CScene_NewUpdateMessage -GraphicPanel -OffersList - - - -XuiHTMLMessage -470.000000 -239.000000 -16.000000,20.000000,0.000000 -false -XuiHtmlControl - - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -true -MenuTitleLogo - - + + 640.000000 + 480.000000 + + + + NewUpdate + 500.000000 + 286.000000 + 70.000000,124.000046,0.000000 + CScene_NewUpdateMessage + GraphicPanel + OffersList + + + + XuiHTMLMessage + 470.000000 + 239.000000 + 16.000000,20.000000,0.000000 + false + XuiHtmlControl + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_anvil.xui b/Minecraft.Client/Common/Media/xuiscene_anvil.xui index 1dce7ab1..397842b8 100644 --- a/Minecraft.Client/Common/Media/xuiscene_anvil.xui +++ b/Minecraft.Client/Common/Media/xuiscene_anvil.xui @@ -1,4396 +1,4389 @@ - -1280.000000 -720.000000 - - - -XuiSceneAnvil -1280.000000 -720.000000 -CXuiSceneAnvil -XuiBlankScene -Pointer - - - -Group -430.000000 -430.000000 -435.000000,91.000000,0.000000 -15 -XuiScene -Pointer - - - -AnvilText -264.000000 -34.000000 -135.000031,18.000000,0.000000 -LabelContainerSceneCentre - - - - -Ingredient -54.000000 -54.000000 -42.000000,110.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical54 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - - -Ingredient2 -54.000000 -54.000000 -176.000000,110.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical54 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - - -Result -54.000000 -54.000000 -342.000000,110.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical54 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - - -AnvilTextInput -254.000000 -137.000000,59.000000,0.000000 -CXuiCtrl4JEdit - - - - -LabelAffordable -320.000000 -24.000000 -82.000000,170.000000,0.000000 -XuiLabelAffordable - - - - -LabelExpensive -320.000000 -27.000000 -82.000000,170.000000,0.000000 -XuiLabelExpensive - - - - -Inventory -382.000000 -150.000000 -24.000000,225.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -381.000000 -50.000000 -24.000000,364.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -375.000000 -32.000000 -26.000000,194.000000,0.000000 -LabelContainerSceneLeft - - - - -AnvilHammer -75.000000 -75.000000 -36.000000,28.000000,0.000000 -3 -AnvilHammer - - - - -AnvilPlus -39.000000 -39.000000 -116.000000,116.000000,0.000000 -3 -AnvilPlus - - - - -AnvilArrow -72.000000 -48.000000 -250.000000,112.000000,0.000000 -ArrowProgressState - - - - -AnvilCross -39.000000 -39.000000 -268.000000,118.000000,0.000000 -3 -AnvilCross - - - - -Pointer -42.000000 -42.000000 --185.000000,-83.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -435.000000,91.000000,0.000000 - - - -0 -435.000000,91.000000,0.000000 - - - -2 -100 --100 -50 -435.000000,91.000000,0.000000 - - - -0 -160.000000,91.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,91.000000,0.000000 - - - -0 -435.000000,91.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneAnvil + 1280.000000 + 720.000000 + CXuiSceneAnvil + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 18 + + + + easein + 18 + + + + none + 0 + + + + + + Group + 430.000000 + 430.000000 + 435.000000,91.000000,0.000000 + 15 + XuiScene + Pointer + + + + AnvilText + 264.000000 + 34.000000 + 135.000031,18.000000,0.000000 + LabelContainerSceneCentre + + + + + Ingredient + 54.000000 + 54.000000 + 42.000000,110.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical54 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + + Ingredient2 + 54.000000 + 54.000000 + 176.000000,110.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical54 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + + Result + 54.000000 + 54.000000 + 342.000000,110.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical54 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + + AnvilTextInput + 254.000000 + 137.000000,59.000000,0.000000 + CXuiCtrl4JEdit + + + + + LabelAffordable + 320.000000 + 24.000000 + 82.000000,170.000000,0.000000 + XuiLabelAffordable + + + + + LabelExpensive + 320.000000 + 27.000000 + 82.000000,170.000000,0.000000 + XuiLabelExpensive + + + + + Inventory + 382.000000 + 150.000000 + 24.000000,225.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 381.000000 + 50.000000 + 24.000000,364.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 375.000000 + 32.000000 + 26.000000,194.000000,0.000000 + LabelContainerSceneLeft + + + + + AnvilHammer + 75.000000 + 75.000000 + 36.000000,28.000000,0.000000 + 3 + AnvilHammer + + + + + AnvilPlus + 39.000000 + 39.000000 + 116.000000,116.000000,0.000000 + 3 + AnvilPlus + + + + + AnvilArrow + 72.000000 + 48.000000 + 250.000000,112.000000,0.000000 + ArrowProgressState + + + + + AnvilCross + 39.000000 + 39.000000 + 268.000000,118.000000,0.000000 + 3 + AnvilCross + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-83.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_anvil_480.xui b/Minecraft.Client/Common/Media/xuiscene_anvil_480.xui index b9f4d23e..6cc49be3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_anvil_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_anvil_480.xui @@ -1,4907 +1,4900 @@ - -640.000000 -480.000000 - - - -XuiSceneAnvil -640.000000 -480.000000 -CXuiSceneAnvil -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000000,96.000000,0.000000 -15 -GraphicPanel -Pointer - - - -AnvilText -156.000000 -26.000000 -75.500008,12.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -Ingredient -32.000000 -32.000000 -21.000000,80.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -Ingredient2 -32.000000 -32.000000 -103.999985,80.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -Result -32.000000 -32.000000 -201.000000,80.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -AnvilTextInput -152.000000 -25.000000 -78.000000,38.000008,0.000000 -CXuiCtrl4JEdit -XuiEditSmall - - - - -LabelAffordable -175.000000 -18.000000 -70.000000,118.000000,0.000000 -XuiLabelAffordableSmall - - - - -LabelExpensive -175.000000 -18.000000 -70.000000,118.000000,0.000000 -XuiLabelExpensiveSmall - - - - -Inventory -234.000000 -78.000000 -13.000000,162.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -234.000000 -25.000000 -12.000000,140.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -AnvilHammer -45.000000 -45.000000 -15.000000,22.000000,0.000000 -AnvilHammer - - - - -AnvilPlus -25.000000 -25.000000 -68.000000,84.000000,0.000000 -3 -AnvilPlus - - - - -AnvilArrow -32.000000 -32.000000 -146.000000,80.000000,0.000000 -3 -ArrowProgressStateSmall - - - - -AnvilCross -30.000000 -148.000000,80.000000,0.000000 -3 -AnvilCross - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,96.000000,0.000000 - - - -0 -33.750000,96.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneAnvil + 640.000000 + 480.000000 + CXuiSceneAnvil + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 18 + + + + easein + 19 + + + + none + 0 + + + + + + Group + 260.000000 + 290.000000 + 190.000000,96.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + AnvilText + 156.000000 + 26.000000 + 75.500008,12.000000,0.000000 + LabelContainerSceneCentreSmall + + + + + Ingredient + 32.000000 + 32.000000 + 21.000000,80.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + Ingredient2 + 32.000000 + 32.000000 + 103.999985,80.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + Result + 32.000000 + 32.000000 + 201.000000,80.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + AnvilTextInput + 152.000000 + 25.000000 + 78.000000,38.000008,0.000000 + CXuiCtrl4JEdit + XuiEditSmall + + + + + LabelAffordable + 175.000000 + 18.000000 + 70.000000,118.000000,0.000000 + XuiLabelAffordableSmall + + + + + LabelExpensive + 175.000000 + 18.000000 + 70.000000,118.000000,0.000000 + XuiLabelExpensiveSmall + + + + + Inventory + 234.000000 + 78.000000 + 13.000000,162.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 234.000000 + 25.000000 + 12.000000,140.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + AnvilHammer + 45.000000 + 45.000000 + 15.000000,22.000000,0.000000 + AnvilHammer + + + + + AnvilPlus + 25.000000 + 25.000000 + 68.000000,84.000000,0.000000 + 3 + AnvilPlus + + + + + AnvilArrow + 32.000000 + 32.000000 + 146.000000,80.000000,0.000000 + 3 + ArrowProgressStateSmall + + + + + AnvilCross + 30.000000 + 148.000000,80.000000,0.000000 + 3 + AnvilCross + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_anvil_small.xui b/Minecraft.Client/Common/Media/xuiscene_anvil_small.xui index be78ae7c..97a953a5 100644 --- a/Minecraft.Client/Common/Media/xuiscene_anvil_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_anvil_small.xui @@ -1,5183 +1,5176 @@ - -640.000000 -360.000000 - - - -XuiSceneAnvil -640.000000 -360.000000 -CXuiSceneAnvil -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000000,2.000000,0.000000 -15 -GraphicPanel -Pointer - - - -AnvilText -156.000000 -26.000000 -75.500008,12.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -Ingredient -32.000000 -32.000000 -21.000000,80.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -Ingredient2 -32.000000 -32.000000 -103.999985,80.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -Result -32.000000 -32.000000 -201.000000,80.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -AnvilTextInput -152.000000 -25.000000 -78.000000,38.000008,0.000000 -CXuiCtrl4JEdit -XuiEditSmall - - - - -LabelAffordable -175.000000 -18.000000 -70.000000,118.000000,0.000000 -XuiLabelAffordableSmall - - - - -LabelExpensive -175.000000 -18.000000 -70.000000,118.000000,0.000000 -XuiLabelExpensiveSmall - - - - -Inventory -234.000000 -78.000000 -13.000000,162.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -234.000000 -25.000000 -12.000000,140.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -AnvilHammer -45.000000 -45.000000 -15.000000,22.000000,0.000000 -AnvilHammer - - - - -AnvilPlus -25.000000 -25.000000 -68.000000,84.000000,0.000000 -3 -AnvilPlus - - - - -AnvilArrow -32.000000 -32.000000 -146.000000,80.000000,0.000000 -3 -ArrowProgressStateSmall - - - - -AnvilCross -30.000000 -148.000000,80.000000,0.000000 -3 -AnvilCross - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,2.000000,0.000000 - - - -0 -33.750000,2.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneAnvil + 640.000000 + 360.000000 + CXuiSceneAnvil + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 18 + + + + easein + 19 + + + + none + 0 + + + + + + Group + 260.000000 + 290.000000 + 190.000000,2.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + AnvilText + 156.000000 + 26.000000 + 75.500008,12.000000,0.000000 + LabelContainerSceneCentreSmall + + + + + Ingredient + 32.000000 + 32.000000 + 21.000000,80.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + Ingredient2 + 32.000000 + 32.000000 + 103.999985,80.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + Result + 32.000000 + 32.000000 + 201.000000,80.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + AnvilTextInput + 152.000000 + 25.000000 + 78.000000,38.000008,0.000000 + CXuiCtrl4JEdit + XuiEditSmall + + + + + LabelAffordable + 175.000000 + 18.000000 + 70.000000,118.000000,0.000000 + XuiLabelAffordableSmall + + + + + LabelExpensive + 175.000000 + 18.000000 + 70.000000,118.000000,0.000000 + XuiLabelExpensiveSmall + + + + + Inventory + 234.000000 + 78.000000 + 13.000000,162.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 234.000000 + 25.000000 + 12.000000,140.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + AnvilHammer + 45.000000 + 45.000000 + 15.000000,22.000000,0.000000 + AnvilHammer + + + + + AnvilPlus + 25.000000 + 25.000000 + 68.000000,84.000000,0.000000 + 3 + AnvilPlus + + + + + AnvilArrow + 32.000000 + 32.000000 + 146.000000,80.000000,0.000000 + 3 + ArrowProgressStateSmall + + + + + AnvilCross + 30.000000 + 148.000000,80.000000,0.000000 + 3 + AnvilCross + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_base.xui b/Minecraft.Client/Common/Media/xuiscene_base.xui index 851e29ed..f35ecec0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_base.xui +++ b/Minecraft.Client/Common/Media/xuiscene_base.xui @@ -1,2113 +1,1927 @@ - -1280.000000 -720.000000 - - - -XuiBaseScene -1280.000000 -720.000000 -CXuiSceneBase -XuiBlankScene -FadeIn - - - -BasePlayer3 -1280.000000 -720.000000 -15 -true -XuiBlankScene - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -64.000000,648.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -64.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -XuiDarkOverlay -1280.000000 -720.000000 -false -XuiDarkOverlay - - - - -Background -1280.000000 -720.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiSceneChatRoot -1280.000000 -720.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -1280.000000 -720.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -40.000000 -15 -false -RStick_Button -true -22532 - - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -TooltipsSmall -200.000000 -28.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -28.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -28.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -28.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -28.000000 -15 -false -RTriggerSmall -true -22535 - - - - -LTrigger -200.000000 -28.000000 -15 -false -LTriggerSmall -true -22534 - - - - -YButton -200.000000 -28.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -28.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -28.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -28.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -440.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -1000.000000 -51.000000 -140.000000,36.000000,0.000000 -false - - - -TitleText -1000.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -334.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress1 -200 - - - - -ProgressBar2 -666.000000 -15.000000 -167.000000,36.000000,0.000000 -BossHealthProgress2 -200 - - - - -ProgressBar3 -940.000000 -15.000000 -30.000031,36.000000,0.000000 -BossHealthProgress3 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -416.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -300.000031,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiGamertag -290.000000 -926.000000,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowedRight - - - - - -BasePlayer2 -1280.000000 -720.000000 -15 -true -XuiBlankScene - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -64.000000,648.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -64.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -XuiDarkOverlay -1280.000000 -720.000000 -false -XuiDarkOverlay - - - - -Background -1280.000000 -720.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiSceneChatRoot -1280.000000 -720.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -1280.000000 -720.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -40.000000 -15 -false -RStick_Button -true -22532 - - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -TooltipsSmall -200.000000 -28.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -28.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -28.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -28.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -28.000000 -15 -false -RTriggerSmall -true -22535 - - - - -LTrigger -200.000000 -28.000000 -15 -false -LTriggerSmall -true -22534 - - - - -YButton -200.000000 -28.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -28.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -28.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -28.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -440.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -1000.000000 -51.000000 -140.000000,36.000000,0.000000 -false - - - -TitleText -1000.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -334.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress1 -200 - - - - -ProgressBar2 -666.000000 -15.000000 -167.000000,36.000000,0.000000 -BossHealthProgress2 -200 - - - - -ProgressBar3 -940.000000 -15.000000 -30.000031,36.000000,0.000000 -BossHealthProgress3 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -416.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -300.000031,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiGamertag -290.000000 -926.000000,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowedRight - - - - - -BasePlayer1 -1280.000000 -720.000000 -15 -true -XuiBlankScene - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -64.000000,648.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -64.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -XuiDarkOverlay -1280.000000 -720.000000 -false -XuiDarkOverlay - - - - -Background -1280.000000 -720.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiSceneChatRoot -1280.000000 -720.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -1280.000000 -720.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -40.000000 -15 -false -RStick_Button -true -22532 - - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -TooltipsSmall -200.000000 -28.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -28.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -28.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -28.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -28.000000 -15 -false -RTriggerSmall -true -22535 - - - - -LTrigger -200.000000 -28.000000 -15 -false -LTriggerSmall -true -22534 - - - - -YButton -200.000000 -28.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -28.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -28.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -28.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -440.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -1000.000000 -51.000000 -140.000000,36.000000,0.000000 -false - - - -TitleText -1000.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -334.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress1 -200 - - - - -ProgressBar2 -666.000000 -15.000000 -167.000000,36.000000,0.000000 -BossHealthProgress2 -200 - - - - -ProgressBar3 -940.000000 -15.000000 -30.000031,36.000000,0.000000 -BossHealthProgress3 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -416.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -300.000031,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiGamertag -290.000000 -926.000000,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowedRight - - - - - -BasePlayer0 -1280.000000 -720.000000 -15 -true -XuiBlankScene - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -64.000000,648.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -64.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -XuiDarkOverlay -1280.000000 -720.000000 -false -XuiDarkOverlay - - - - -Background -1280.000000 -720.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiSceneChatRoot -1280.000000 -720.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -1280.000000 -720.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -40.000000 -15 -false -RStick_Button -true -22532 - - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -TooltipsSmall -200.000000 -28.000000 -0.000000,0.000061,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -28.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -28.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -28.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -28.000000 -15 -false -RTriggerSmall -true -22535 - - - - -LTrigger -200.000000 -28.000000 -15 -false -LTriggerSmall -true -22534 - - - - -YButton -200.000000 -28.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -28.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -28.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -28.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -440.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -1000.000000 -51.000000 -140.000000,36.000000,0.000000 -false - - - -TitleText -1000.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -334.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress1 -200 - - - - -ProgressBar2 -666.000000 -15.000000 -167.000000,36.000000,0.000000 -BossHealthProgress2 -200 - - - - -ProgressBar3 -940.000000 -15.000000 -30.000031,36.000000,0.000000 -BossHealthProgress3 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -416.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -333.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -300.000031,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiGamertag -290.000000 -926.000000,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowedRight - - - - - -XuiPressStartMessage -400.000000 -88.000000 -440.000061,316.000031,0.000000 -0.800000 -false -QuadrantJoinGame - - - - -XuiSceneDebugContainer -1280.000000 -720.000000 -207 -true -XuiBlankScene - - - - -XuiSavingIcon -48.000000 -73.000000 -1168.000000,36.000000,0.000000 -false -SaveIcon - - - - -XuiTrialTimer -1280.000000 -47.000000 -0.000000,64.000000,0.000000 -false -XuiLabelLight_ShadowCentred - - - - -SafeArea -1280.000000 -720.000000 -48 -false - - - -1280.000000 -36.000000 -0.000000,683.000000,0.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -1280.000000 -36.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -64.000000 -720.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -64.000000 -720.000000 -1215.000000,0.000000,0.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -XuiSoundXACTBack -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonBack -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTCraft -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonCraft -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTCraftFail -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonCraftFail -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTFocus -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonFocus -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTPress -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonPress -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTScroll -17.000000 -11.000000 -114.000000,25.000000,0.000000 -Scroll -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - - -Normal - - - -EndNormal - -stop - - -StartFlash - - - -EndFlash - -gotoandplay -StartFlash - - - - + + 1280.000000 + 720.000000 + + + + XuiBaseScene + 1280.000000 + 720.000000 + CXuiSceneBase + XuiBlankScene + FadeIn + + + + BasePlayer3 + 1280.000000 + 720.000000 + 15 + true + XuiBlankScene + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,648.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + XuiDarkOverlay + 1280.000000 + 720.000000 + false + XuiDarkOverlay + + + + + Background + 1280.000000 + 720.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 1280.000000 + 138.000000 + 0.000000,56.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 1280.000000 + 720.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 1280.000000 + 720.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 40.000000 + 15 + false + RStick_Button + true + 22532 + + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + TooltipsSmall + 200.000000 + 28.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 28.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 28.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 28.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 28.000000 + 15 + false + RTriggerSmall + true + 22535 + + + + + LTrigger + 200.000000 + 28.000000 + 15 + false + LTriggerSmall + true + 22534 + + + + + YButton + 200.000000 + 28.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 28.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 28.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 28.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 440.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 1000.000000 + 51.000000 + 140.000000,36.000000,0.000000 + false + + + + TitleText + 1000.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 334.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress1 + 200 + + + + + ProgressBar2 + 666.000000 + 15.000000 + 167.000000,36.000000,0.000000 + BossHealthProgress2 + 200 + + + + + ProgressBar3 + 940.000000 + 15.000000 + 30.000031,36.000000,0.000000 + BossHealthProgress3 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 416.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 300.000031,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiGamertag + 290.000000 + 926.000000,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowedRight + + + + + + BasePlayer2 + 1280.000000 + 720.000000 + 15 + true + XuiBlankScene + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,648.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + XuiDarkOverlay + 1280.000000 + 720.000000 + false + XuiDarkOverlay + + + + + Background + 1280.000000 + 720.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 1280.000000 + 138.000000 + 0.000000,56.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 1280.000000 + 720.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 1280.000000 + 720.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 40.000000 + 15 + false + RStick_Button + true + 22532 + + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + TooltipsSmall + 200.000000 + 28.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 28.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 28.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 28.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 28.000000 + 15 + false + RTriggerSmall + true + 22535 + + + + + LTrigger + 200.000000 + 28.000000 + 15 + false + LTriggerSmall + true + 22534 + + + + + YButton + 200.000000 + 28.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 28.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 28.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 28.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 440.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 1000.000000 + 51.000000 + 140.000000,36.000000,0.000000 + false + + + + TitleText + 1000.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 334.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress1 + 200 + + + + + ProgressBar2 + 666.000000 + 15.000000 + 167.000000,36.000000,0.000000 + BossHealthProgress2 + 200 + + + + + ProgressBar3 + 940.000000 + 15.000000 + 30.000031,36.000000,0.000000 + BossHealthProgress3 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 416.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 300.000031,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiGamertag + 290.000000 + 926.000000,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowedRight + + + + + + BasePlayer1 + 1280.000000 + 720.000000 + 15 + true + XuiBlankScene + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,648.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + XuiDarkOverlay + 1280.000000 + 720.000000 + false + XuiDarkOverlay + + + + + Background + 1280.000000 + 720.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 1280.000000 + 138.000000 + 0.000000,56.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 1280.000000 + 720.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 1280.000000 + 720.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 40.000000 + 15 + false + RStick_Button + true + 22532 + + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + TooltipsSmall + 200.000000 + 28.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 28.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 28.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 28.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 28.000000 + 15 + false + RTriggerSmall + true + 22535 + + + + + LTrigger + 200.000000 + 28.000000 + 15 + false + LTriggerSmall + true + 22534 + + + + + YButton + 200.000000 + 28.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 28.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 28.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 28.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 440.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 1000.000000 + 51.000000 + 140.000000,36.000000,0.000000 + false + + + + TitleText + 1000.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 334.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress1 + 200 + + + + + ProgressBar2 + 666.000000 + 15.000000 + 167.000000,36.000000,0.000000 + BossHealthProgress2 + 200 + + + + + ProgressBar3 + 940.000000 + 15.000000 + 30.000031,36.000000,0.000000 + BossHealthProgress3 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 416.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 300.000031,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiGamertag + 290.000000 + 926.000000,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowedRight + + + + + + BasePlayer0 + 1280.000000 + 720.000000 + 15 + true + XuiBlankScene + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,648.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 64.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + XuiDarkOverlay + 1280.000000 + 720.000000 + false + XuiDarkOverlay + + + + + Background + 1280.000000 + 720.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 1280.000000 + 138.000000 + 0.000000,56.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 1280.000000 + 720.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 1280.000000 + 720.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 40.000000 + 15 + false + RStick_Button + true + 22532 + + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + TooltipsSmall + 200.000000 + 28.000000 + 0.000000,0.000061,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 28.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 28.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 28.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 28.000000 + 15 + false + RTriggerSmall + true + 22535 + + + + + LTrigger + 200.000000 + 28.000000 + 15 + false + LTriggerSmall + true + 22534 + + + + + YButton + 200.000000 + 28.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 28.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 28.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 28.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 440.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 1000.000000 + 51.000000 + 140.000000,36.000000,0.000000 + false + + + + TitleText + 1000.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 334.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress1 + 200 + + + + + ProgressBar2 + 666.000000 + 15.000000 + 167.000000,36.000000,0.000000 + BossHealthProgress2 + 200 + + + + + ProgressBar3 + 940.000000 + 15.000000 + 30.000031,36.000000,0.000000 + BossHealthProgress3 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 416.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 333.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 300.000031,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiGamertag + 290.000000 + 926.000000,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowedRight + + + + + + XuiPressStartMessage + 400.000000 + 88.000000 + 440.000061,316.000031,0.000000 + 0.800000 + false + QuadrantJoinGame + + + + + XuiSceneDebugContainer + 1280.000000 + 720.000000 + 207 + true + XuiBlankScene + + + + + XuiSavingIcon + 48.000000 + 73.000000 + 1168.000000,36.000000,0.000000 + false + SaveIcon + + + + + XuiTrialTimer + 1280.000000 + 47.000000 + 0.000000,64.000000,0.000000 + false + XuiLabelLight_ShadowCentred + + + + + SafeArea + 1280.000000 + 720.000000 + 48 + false + + + + 1280.000000 + 36.000000 + 0.000000,683.000000,0.000000 + 0.700000 + true + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_base_480.xui b/Minecraft.Client/Common/Media/xuiscene_base_480.xui index f70a605a..8bd01f68 100644 --- a/Minecraft.Client/Common/Media/xuiscene_base_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_base_480.xui @@ -1,2042 +1,1855 @@ - -640.000000 -480.000000 - - - -XuiBaseScene -640.000000 -480.000000 -CXuiSceneBase -XuiBlankScene -FadeIn - - - -BasePlayer3 -640.000000 -480.000000 -15 -true -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -480.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -480.000000 -15 -false -true -XuiBackgroundPan480 - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneChatRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -640.000000 -480.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -50.000000,424.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -48.000000,444.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -48.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TooltipsSmall -200.000000 -25.000000 -46.000000,420.000000,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -25.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -25.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -25.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -25.000000 -15 -false -RTriggerSmall480 -true -22535 - - - - -LTrigger -200.000000 -25.000000 -15 -false -LTriggerSmall480 -true -22534 - - - - -YButton -200.000000 -25.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -25.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -25.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -25.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -120.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -500.000000 -51.000000 -70.000000,36.000000,0.000000 -false - - - -TitleText -500.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -167.000000 -15.000000 -166.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2 -333.000000 -15.000000 -83.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3 -400.000000 -15.000000 -50.000000,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -166.000031,36.000000,0.000000 -false -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -83.000031,36.000000,0.000000 -false -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -50.000061,36.000000,0.000000 -false -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -640.000000 -480.000000 -207 -true -XuiBlankScene - - - - - -BasePlayer2 -640.000000 -480.000000 -15 -true -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -480.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -480.000000 -15 -false -true -XuiBackgroundPan480 - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneChatRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -640.000000 -480.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -50.000000,424.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -48.000000,444.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -48.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TooltipsSmall -200.000000 -25.000000 -46.000000,420.000000,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -25.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -25.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -25.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -25.000000 -15 -false -RTriggerSmall480 -true -22535 - - - - -LTrigger -200.000000 -25.000000 -15 -false -LTriggerSmall480 -true -22534 - - - - -YButton -200.000000 -25.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -25.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -25.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -25.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -120.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -500.000000 -51.000000 -70.000000,36.000000,0.000000 -false - - - -TitleText -500.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -167.000000 -15.000000 -166.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2 -333.000000 -15.000000 -83.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3 -400.000000 -15.000000 -50.000000,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -166.000031,36.000000,0.000000 -false -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -83.000031,36.000000,0.000000 -false -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -50.000061,36.000000,0.000000 -false -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -640.000000 -480.000000 -207 -true -XuiBlankScene - - - - - -BasePlayer1 -640.000000 -480.000000 -15 -true -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -480.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -480.000000 -15 -false -true -XuiBackgroundPan480 - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneChatRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -640.000000 -480.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -50.000000,424.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -48.000000,444.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -48.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TooltipsSmall -200.000000 -25.000000 -46.000000,420.000000,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -25.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -25.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -25.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -25.000000 -15 -false -RTriggerSmall480 -true -22535 - - - - -LTrigger -200.000000 -25.000000 -15 -false -LTriggerSmall480 -true -22534 - - - - -YButton -200.000000 -25.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -25.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -25.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -25.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -120.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -500.000000 -51.000000 -70.000000,36.000000,0.000000 -false - - - -TitleText -500.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -167.000000 -15.000000 -166.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2 -333.000000 -15.000000 -83.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3 -400.000000 -15.000000 -50.000000,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -166.000031,36.000000,0.000000 -false -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -83.000031,36.000000,0.000000 -false -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -50.000061,36.000000,0.000000 -false -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -640.000000 -480.000000 -207 -true -XuiBlankScene - - - - - -BasePlayer0 -640.000000 -480.000000 -15 -true -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -480.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -480.000000 -15 -false -true -XuiBackgroundPan480 - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -MenuTitleLogo - - - - -XuiSceneHudRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneChatRoot -640.000000 -480.000000 -true -XuiBlankScene - - - - -XuiSceneContainer -640.000000 -480.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -50.000000,424.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LStick -200.000000 -40.000000 -15 -false -LStick_Nav -true -22532 - - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -48.000000,444.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -48.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TooltipsSmall -200.000000 -25.000000 -46.000000,420.000000,0.000000 - - - -RStick -200.000000 -28.000000 -15 -false -RStick_ButtonSmall -true -22532 - - - - -LStick -200.000000 -25.000000 -15 -false -LStick_NavSmall -true -22532 - - - - -LBButton -200.000000 -25.000000 -15 -false -LB_ButtonSmall -true -22532 - - - - -RBButton -200.000000 -25.000000 -15 -false -RB_ButtonSmall -true -22532 - - - - -RTrigger -200.000000 -25.000000 -15 -false -RTriggerSmall480 -true -22535 - - - - -LTrigger -200.000000 -25.000000 -15 -false -LTriggerSmall480 -true -22534 - - - - -YButton -200.000000 -25.000000 -15 -false -Y_ButtonSmall -true -22531 - - - - -XButton -200.000000 -25.000000 -15 -false -X_ButtonSmall -true -22530 - - - - -BButton -200.000000 -25.000000 -15 -false -B_ButtonSmall -true -22529 - - - - -AButton -200.000000 -25.000000 -15 -false -A_ButtonSmall -true -22528 - - - - - -SelectedItem -400.000000 -120.000061,36.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -SelectedItemSmall -400.000000 -145.000031,240.000000,0.000000 -0.800000 -XuiLabelLight_ShadowCentred - - - - -BossHealth -500.000000 -51.000000 -70.000000,36.000000,0.000000 -false - - - -TitleText -500.000000 -36.000000 -5 -BossHealthLabel - - - - -ProgressBar1 -167.000000 -15.000000 -166.000000,36.000000,0.000000 -BossHealthProgress1_480 -200 - - - - -ProgressBar2 -333.000000 -15.000000 -83.000000,36.000000,0.000000 -BossHealthProgress2_480 -200 - - - - -ProgressBar3 -400.000000 -15.000000 -50.000000,36.000000,0.000000 -BossHealthProgress3_480 -200 - - - - -ProgressBar1_small -167.000000 -15.000000 -166.000031,36.000000,0.000000 -false -BossHealthProgress1_480 -200 - - - - -ProgressBar2_small -333.000000 -15.000000 -83.000031,36.000000,0.000000 -false -BossHealthProgress2_480 -200 - - - - -ProgressBar3_small -400.000000 -15.000000 -50.000061,36.000000,0.000000 -false -BossHealthProgress3_480 -200 - - - - - -XuiSceneTutorialContainer -640.000000 -480.000000 -207 -true -XuiBlankScene - - - - - -XuiPressStartMessage -400.000000 -88.000000 -120.000046,196.000015,0.000000 -0.800000 -false -QuadrantJoinGame - - - - -XuiSceneDebugContainer -640.000000 -480.000000 -207 -true -XuiBlankScene - - - - -XuiSavingIcon -48.000000 -73.000000 -560.000000,36.000000,0.000000 -0.600000,0.600000,1.000000 -false -SaveIcon - - - - -XuiTrialTimer -640.000000 -47.000000 -0.000000,130.000000,0.000000 -false -XuiLabelLight_C_ShadowedSmall - - - - -SafeArea -640.000000 -360.000000 -false - - - -640.000000 -36.000000 -0.000000,444.000000,0.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -640.000000 -36.000000 -0.700000 -192 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -48.000000 -480.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -48.000000 -480.000000 -592.000000,0.000000,0.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -XuiSoundXACTBack -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonBack -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTCraft -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonCraft -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTCraftFail -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonCraftFail -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTFocus -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonFocus -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTPress -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonPress -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTScroll -17.000000 -11.000000 -114.000000,25.000000,0.000000 -Scroll -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - - -Normal - - - -EndNormal - -stop - - -StartFlash - - - -EndFlash - -gotoandplay -StartFlash - - - - + + 640.000000 + 480.000000 + + + + XuiBaseScene + 640.000000 + 480.000000 + CXuiSceneBase + XuiBlankScene + FadeIn + + + + BasePlayer3 + 640.000000 + 480.000000 + 15 + true + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 480.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 480.000000 + 15 + false + true + XuiBackgroundPan480 + + + + + Logo + 640.000000 + 70.000000 + 0.000000,48.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 640.000000 + 480.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 50.000000,424.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,444.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TooltipsSmall + 200.000000 + 25.000000 + 46.000000,420.000000,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 25.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 25.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 25.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 25.000000 + 15 + false + RTriggerSmall480 + true + 22535 + + + + + LTrigger + 200.000000 + 25.000000 + 15 + false + LTriggerSmall480 + true + 22534 + + + + + YButton + 200.000000 + 25.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 25.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 25.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 25.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 120.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 500.000000 + 51.000000 + 70.000000,36.000000,0.000000 + false + + + + TitleText + 500.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 167.000000 + 15.000000 + 166.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2 + 333.000000 + 15.000000 + 83.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3 + 400.000000 + 15.000000 + 50.000000,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 166.000031,36.000000,0.000000 + false + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 83.000031,36.000000,0.000000 + false + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 50.000061,36.000000,0.000000 + false + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 640.000000 + 480.000000 + 207 + true + XuiBlankScene + + + + + + BasePlayer2 + 640.000000 + 480.000000 + 15 + true + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 480.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 480.000000 + 15 + false + true + XuiBackgroundPan480 + + + + + Logo + 640.000000 + 70.000000 + 0.000000,48.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 640.000000 + 480.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 50.000000,424.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,444.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TooltipsSmall + 200.000000 + 25.000000 + 46.000000,420.000000,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 25.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 25.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 25.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 25.000000 + 15 + false + RTriggerSmall480 + true + 22535 + + + + + LTrigger + 200.000000 + 25.000000 + 15 + false + LTriggerSmall480 + true + 22534 + + + + + YButton + 200.000000 + 25.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 25.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 25.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 25.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 120.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 500.000000 + 51.000000 + 70.000000,36.000000,0.000000 + false + + + + TitleText + 500.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 167.000000 + 15.000000 + 166.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2 + 333.000000 + 15.000000 + 83.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3 + 400.000000 + 15.000000 + 50.000000,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 166.000031,36.000000,0.000000 + false + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 83.000031,36.000000,0.000000 + false + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 50.000061,36.000000,0.000000 + false + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 640.000000 + 480.000000 + 207 + true + XuiBlankScene + + + + + + BasePlayer1 + 640.000000 + 480.000000 + 15 + true + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 480.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 480.000000 + 15 + false + true + XuiBackgroundPan480 + + + + + Logo + 640.000000 + 70.000000 + 0.000000,48.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 640.000000 + 480.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 50.000000,424.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,444.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TooltipsSmall + 200.000000 + 25.000000 + 46.000000,420.000000,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 25.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 25.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 25.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 25.000000 + 15 + false + RTriggerSmall480 + true + 22535 + + + + + LTrigger + 200.000000 + 25.000000 + 15 + false + LTriggerSmall480 + true + 22534 + + + + + YButton + 200.000000 + 25.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 25.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 25.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 25.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 120.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 500.000000 + 51.000000 + 70.000000,36.000000,0.000000 + false + + + + TitleText + 500.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 167.000000 + 15.000000 + 166.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2 + 333.000000 + 15.000000 + 83.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3 + 400.000000 + 15.000000 + 50.000000,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 166.000031,36.000000,0.000000 + false + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 83.000031,36.000000,0.000000 + false + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 50.000061,36.000000,0.000000 + false + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 640.000000 + 480.000000 + 207 + true + XuiBlankScene + + + + + + BasePlayer0 + 640.000000 + 480.000000 + 15 + true + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 480.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 480.000000 + 15 + false + true + XuiBackgroundPan480 + + + + + Logo + 640.000000 + 70.000000 + 0.000000,48.000000,0.000000 + MenuTitleLogo + + + + + XuiSceneHudRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneChatRoot + 640.000000 + 480.000000 + true + XuiBlankScene + + + + + XuiSceneContainer + 640.000000 + 480.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 50.000000,424.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LStick + 200.000000 + 40.000000 + 15 + false + LStick_Nav + true + 22532 + + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,444.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 48.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TooltipsSmall + 200.000000 + 25.000000 + 46.000000,420.000000,0.000000 + + + + RStick + 200.000000 + 28.000000 + 15 + false + RStick_ButtonSmall + true + 22532 + + + + + LStick + 200.000000 + 25.000000 + 15 + false + LStick_NavSmall + true + 22532 + + + + + LBButton + 200.000000 + 25.000000 + 15 + false + LB_ButtonSmall + true + 22532 + + + + + RBButton + 200.000000 + 25.000000 + 15 + false + RB_ButtonSmall + true + 22532 + + + + + RTrigger + 200.000000 + 25.000000 + 15 + false + RTriggerSmall480 + true + 22535 + + + + + LTrigger + 200.000000 + 25.000000 + 15 + false + LTriggerSmall480 + true + 22534 + + + + + YButton + 200.000000 + 25.000000 + 15 + false + Y_ButtonSmall + true + 22531 + + + + + XButton + 200.000000 + 25.000000 + 15 + false + X_ButtonSmall + true + 22530 + + + + + BButton + 200.000000 + 25.000000 + 15 + false + B_ButtonSmall + true + 22529 + + + + + AButton + 200.000000 + 25.000000 + 15 + false + A_ButtonSmall + true + 22528 + + + + + + SelectedItem + 400.000000 + 120.000061,36.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + SelectedItemSmall + 400.000000 + 145.000031,240.000000,0.000000 + 0.800000 + XuiLabelLight_ShadowCentred + + + + + BossHealth + 500.000000 + 51.000000 + 70.000000,36.000000,0.000000 + false + + + + TitleText + 500.000000 + 36.000000 + 5 + BossHealthLabel + + + + + ProgressBar1 + 167.000000 + 15.000000 + 166.000000,36.000000,0.000000 + BossHealthProgress1_480 + 200 + + + + + ProgressBar2 + 333.000000 + 15.000000 + 83.000000,36.000000,0.000000 + BossHealthProgress2_480 + 200 + + + + + ProgressBar3 + 400.000000 + 15.000000 + 50.000000,36.000000,0.000000 + BossHealthProgress3_480 + 200 + + + + + ProgressBar1_small + 167.000000 + 15.000000 + 166.000031,36.000000,0.000000 + false + BossHealthProgress1_480 + 200 + + + + + ProgressBar2_small + 333.000000 + 15.000000 + 83.000031,36.000000,0.000000 + false + BossHealthProgress2_480 + 200 + + + + + ProgressBar3_small + 400.000000 + 15.000000 + 50.000061,36.000000,0.000000 + false + BossHealthProgress3_480 + 200 + + + + + + XuiSceneTutorialContainer + 640.000000 + 480.000000 + 207 + true + XuiBlankScene + + + + + + XuiPressStartMessage + 400.000000 + 88.000000 + 120.000046,196.000015,0.000000 + 0.800000 + false + QuadrantJoinGame + + + + + XuiSceneDebugContainer + 640.000000 + 480.000000 + 207 + true + XuiBlankScene + + + + + XuiSavingIcon + 48.000000 + 73.000000 + 560.000000,36.000000,0.000000 + 0.600000,0.600000,1.000000 + false + SaveIcon + + + + + XuiTrialTimer + 640.000000 + 47.000000 + 0.000000,130.000000,0.000000 + false + XuiLabelLight_C_ShadowedSmall + + + + + SafeArea + 640.000000 + 360.000000 + false + + + + 640.000000 + 36.000000 + 0.000000,444.000000,0.000000 + 0.700000 + true + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_base_small.xui b/Minecraft.Client/Common/Media/xuiscene_base_small.xui index 8edd2e65..56a3240a 100644 --- a/Minecraft.Client/Common/Media/xuiscene_base_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_base_small.xui @@ -1,1021 +1,834 @@ - -640.000000 -360.000000 - - - -XuiBaseScene -640.000000 -360.000000 -CXuiSceneBase -XuiBlankScene -FadeIn - - - -BasePlayer3 -640.000000 -360.000000 -15 -true -CScene_BasePlayer -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -360.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -360.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -640.000000 -70.000000 -0.000000,36.000000,0.000000 -16 -MenuTitle.png -48 - - - - -XuiSceneContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -XuiSceneTutorialContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -40.000000,325.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -40.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - - -BasePlayer2 -640.000000 -360.000000 -15 -true -CScene_BasePlayer -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -360.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -360.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -640.000000 -70.000000 -0.000000,36.000000,0.000000 -16 -MenuTitle.png -48 - - - - -XuiSceneContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -XuiSceneTutorialContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -40.000000,325.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -40.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - - -BasePlayer1 -640.000000 -360.000000 -15 -true -CScene_BasePlayer -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -360.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -360.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -640.000000 -70.000000 -0.000000,36.000000,0.000000 -16 -MenuTitle.png -48 - - - - -XuiSceneContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -XuiSceneTutorialContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -40.000000,325.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -40.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - - -BasePlayer0 -640.000000 -360.000000 -15 -true -CScene_BasePlayer -XuiBlankScene - - - -XuiDarkOverlay -640.000000 -360.000000 -false -XuiDarkOverlay - - - - -Background -640.000000 -360.000000 -15 -false -true -XuiBackgroundPan - - - - -Logo -640.000000 -70.000000 -0.000000,36.000000,0.000000 -16 -MenuTitle.png -48 - - - - -XuiSceneContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -XuiSceneTutorialContainer -640.000000 -360.000000 -207 -XuiBlankScene - - - - -Tooltips -200.000000 -40.000000 -0.000000,0.000061,0.000000 -0.500000,0.500000,1.000000 - - - -LBButton -200.000000 -40.000000 -15 -false -LB_Button -true -22532 - - - - -RBButton -200.000000 -40.000000 -15 -false -RB_Button -true -22532 - - - - -RTrigger -200.000000 -40.000000 -15 -false -RTrigger -true -22535 - - - - -LTrigger -200.000000 -40.000000 -15 -false -LTrigger -true -22534 - - - - -YButton -200.000000 -40.000000 -15 -false -Y_Button -true -22531 - - - - -XButton -200.000000 -40.000000 -15 -false -X_Button -true -22530 - - - - -BButton -200.000000 -40.000000 -15 -false -B_Button -true -22529 - - - - -AButton -200.000000 -40.000000 -15 -false -A_Button -true -22528 - - - - - -BottomLeftAnchorPoint -0.000000 -0.000000 -40.000000,325.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - -TopLeftAnchorPoint -0.000000 -0.000000 -40.000000,36.000000,0.000000 -false -true -XuiVisualImagePresenter -false - - - - - -XuiPressStartMessage -400.000000 -88.000000 -120.000046,136.000015,0.000000 -0.800000 -false -QuadrantJoinGame - - - - -XuiSceneDebugContainer -640.000000 -360.000000 -207 -true -XuiBlankScene - - - - -XuiSavingIcon -48.000000 -73.000000 -552.000000,35.000000,0.000000 -false -SaveIcon - - - - -XuiTrialTimer -640.000000 -47.000000 -0.000000,64.000000,0.000000 -false -XuiLabelLight_C_ShadowedSmall - - - - -SafeArea -640.000000 -360.000000 -false - - - -640.000000 -35.000000 -0.000000,325.000000,0.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -640.000000 -35.000000 -0.700000 -192 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -40.000000 -360.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -40.000000 -360.000000 -600.000000,0.000000,0.000000 -0.700000 - - -0xff0f0f80 - - - - -0xffeb0f0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -XuiSoundXACTBack -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonBack -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTCraft -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonCraft -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTCraftFail -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonCraftFail -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTFocus -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonFocus -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTPress -17.000000 -11.000000 -114.000000,25.000000,0.000000 -ButtonPress -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - -XuiSoundXACTScroll -17.000000 -11.000000 -114.000000,25.000000,0.000000 -Scroll -Sound\Xbox\MenuSounds.xsb -Sound\Xbox\MenuSounds.xwb - - - - - -Normal - - - -EndNormal - -stop - - -StartFlash - - - -EndFlash - -gotoandplay -StartFlash - - - - + + 640.000000 + 360.000000 + + + + XuiBaseScene + 640.000000 + 360.000000 + CXuiSceneBase + XuiBlankScene + FadeIn + + + + BasePlayer3 + 640.000000 + 360.000000 + 15 + true + CScene_BasePlayer + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 360.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 360.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 640.000000 + 70.000000 + 0.000000,36.000000,0.000000 + 16 + MenuTitle.png + 48 + + + + + XuiSceneContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + XuiSceneTutorialContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,325.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + + BasePlayer2 + 640.000000 + 360.000000 + 15 + true + CScene_BasePlayer + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 360.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 360.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 640.000000 + 70.000000 + 0.000000,36.000000,0.000000 + 16 + MenuTitle.png + 48 + + + + + XuiSceneContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + XuiSceneTutorialContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,325.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + + BasePlayer1 + 640.000000 + 360.000000 + 15 + true + CScene_BasePlayer + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 360.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 360.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 640.000000 + 70.000000 + 0.000000,36.000000,0.000000 + 16 + MenuTitle.png + 48 + + + + + XuiSceneContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + XuiSceneTutorialContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,325.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + + BasePlayer0 + 640.000000 + 360.000000 + 15 + true + CScene_BasePlayer + XuiBlankScene + + + + XuiDarkOverlay + 640.000000 + 360.000000 + false + XuiDarkOverlay + + + + + Background + 640.000000 + 360.000000 + 15 + false + true + XuiBackgroundPan + + + + + Logo + 640.000000 + 70.000000 + 0.000000,36.000000,0.000000 + 16 + MenuTitle.png + 48 + + + + + XuiSceneContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + XuiSceneTutorialContainer + 640.000000 + 360.000000 + 207 + XuiBlankScene + + + + + Tooltips + 200.000000 + 40.000000 + 0.000000,0.000061,0.000000 + 0.500000,0.500000,1.000000 + + + + LBButton + 200.000000 + 40.000000 + 15 + false + LB_Button + true + 22532 + + + + + RBButton + 200.000000 + 40.000000 + 15 + false + RB_Button + true + 22532 + + + + + RTrigger + 200.000000 + 40.000000 + 15 + false + RTrigger + true + 22535 + + + + + LTrigger + 200.000000 + 40.000000 + 15 + false + LTrigger + true + 22534 + + + + + YButton + 200.000000 + 40.000000 + 15 + false + Y_Button + true + 22531 + + + + + XButton + 200.000000 + 40.000000 + 15 + false + X_Button + true + 22530 + + + + + BButton + 200.000000 + 40.000000 + 15 + false + B_Button + true + 22529 + + + + + AButton + 200.000000 + 40.000000 + 15 + false + A_Button + true + 22528 + + + + + + BottomLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,325.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + TopLeftAnchorPoint + 0.000000 + 0.000000 + 40.000000,36.000000,0.000000 + false + true + XuiVisualImagePresenter + false + + + + + + XuiPressStartMessage + 400.000000 + 88.000000 + 120.000046,136.000015,0.000000 + 0.800000 + false + QuadrantJoinGame + + + + + XuiSceneDebugContainer + 640.000000 + 360.000000 + 207 + true + XuiBlankScene + + + + + XuiSavingIcon + 48.000000 + 73.000000 + 552.000000,35.000000,0.000000 + false + SaveIcon + + + + + XuiTrialTimer + 640.000000 + 47.000000 + 0.000000,64.000000,0.000000 + false + XuiLabelLight_C_ShadowedSmall + + + + + SafeArea + 640.000000 + 360.000000 + false + + + + 640.000000 + 35.000000 + 0.000000,325.000000,0.000000 + 0.700000 + true + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_beacon.xui b/Minecraft.Client/Common/Media/xuiscene_beacon.xui index 3cc3ca93..81118a93 100644 --- a/Minecraft.Client/Common/Media/xuiscene_beacon.xui +++ b/Minecraft.Client/Common/Media/xuiscene_beacon.xui @@ -1,6508 +1,6501 @@ - -1280.000000 -720.000000 - - - -BeaconMenu -1280.000000 -720.000000 -CXuiSceneBeacon -XuiBlankScene -Pointer - - - -Group -520.000000 -510.000000 -380.000031,120.000046,0.000000 -15 -XuiScene -Pointer - - - -UseRow -381.000000 -50.000000 -70.000000,444.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Inventory -378.000000 -150.000000 -70.000000,305.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -SecondaryPanel -234.000000 -210.000000 -262.000000,24.000000,0.000000 -PanelRecessed -false - - - - -PrimaryPanel -234.000000 -210.000000 -24.000000,24.000000,0.000000 -PanelRecessed -false - - - - -PrimaryText -230.000000 -32.000000 -26.000000,26.000000,0.000000 -9 -XuiLabelDarkCentredWrap -Primary Power - - - - -SecondaryText -230.000000 -63.000000 -264.000061,26.000008,0.000000 -3 -XuiLabelDarkCentredWrap -Secondary Power - - - - -PrimaryTierOneOne -44.000000 -44.000000 -122.000000,66.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -PrimaryTierOneTwo -44.000000 -44.000000 -186.000000,66.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -PrimaryTierTwoOne -44.000000 -44.000000 -122.000000,120.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -PrimaryTierTwoTwo -44.000000 -44.000000 -186.000000,120.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -PrimaryTierThree -44.000000 -44.000000 -154.000000,174.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -SecondaryOne -44.000000 -44.000000 -324.000031,148.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -SecondaryTwo -44.000000 -44.000000 -388.000092,148.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -Confirm -44.000000 -44.000000 -403.000000,246.000031,0.000000 -8 -CXuiCtrlBeaconButton -BeaconButton -false - - - - -Payment -42.000000 -42.000000 -280.000092,248.000046,0.000000 -9 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Emerald -42.000000 -42.000000 -70.000046,247.999969,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Diamond -42.000000 -42.000000 -118.000031,248.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Gold -42.000000 -42.000000 -166.000015,248.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Iron -42.000000 -42.000000 -214.000000,248.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Beacon_1 -40.000000 -40.000000 -50.000000,68.000000,0.000000 -2 -Beacon_1 -false - - - - -Beacon_2 -40.000000 -40.000000 -50.000000,122.000000,0.000000 -2 -Beacon_2 -false - - - - -Beacon_3 -40.000000 -40.000000 -50.000000,176.000000,0.000000 -2 -Beacon_3 -false - - - - -Beacon_4 -40.000000 -40.000000 -358.000000,94.000000,0.000000 -2 -Beacon_4 -false - - - - -Pointer -42.000000 -42.000000 --185.000000,-9.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - -Normal - - - -EndNormal - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -380.000031,120.000046,0.000000 - - - -0 -380.000000,120.000000,0.000000 - - - -2 -100 --100 -50 -380.000000,120.000000,0.000000 - - - -0 -120.000000,120.000000,0.000000 - - - -2 -100 --100 -50 -120.000000,120.000000,0.000000 - - - -0 -380.000000,120.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + BeaconMenu + 1280.000000 + 720.000000 + CXuiSceneBeacon + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 26 + + + + easein + 26 + + + + none + 27 + + + + easein + 27 + + + + none + 26 + + + + + + Group + 520.000000 + 510.000000 + 380.000031,120.000046,0.000000 + 15 + XuiScene + Pointer + + + + + Normal + + + + EndNormal + + + + + + + UseRow + 381.000000 + 50.000000 + 70.000000,444.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Inventory + 378.000000 + 150.000000 + 70.000000,305.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + SecondaryPanel + 234.000000 + 210.000000 + 262.000000,24.000000,0.000000 + PanelRecessed + false + + + + + PrimaryPanel + 234.000000 + 210.000000 + 24.000000,24.000000,0.000000 + PanelRecessed + false + + + + + PrimaryText + 230.000000 + 32.000000 + 26.000000,26.000000,0.000000 + 9 + XuiLabelDarkCentredWrap + Primary Power + + + + + SecondaryText + 230.000000 + 63.000000 + 264.000061,26.000008,0.000000 + 3 + XuiLabelDarkCentredWrap + Secondary Power + + + + + PrimaryTierOneOne + 44.000000 + 44.000000 + 122.000000,66.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + PrimaryTierOneTwo + 44.000000 + 44.000000 + 186.000000,66.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + PrimaryTierTwoOne + 44.000000 + 44.000000 + 122.000000,120.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + PrimaryTierTwoTwo + 44.000000 + 44.000000 + 186.000000,120.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + PrimaryTierThree + 44.000000 + 44.000000 + 154.000000,174.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + SecondaryOne + 44.000000 + 44.000000 + 324.000031,148.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + SecondaryTwo + 44.000000 + 44.000000 + 388.000092,148.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + Confirm + 44.000000 + 44.000000 + 403.000000,246.000031,0.000000 + 8 + CXuiCtrlBeaconButton + BeaconButton + false + + + + + Payment + 42.000000 + 42.000000 + 280.000092,248.000046,0.000000 + 9 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Emerald + 42.000000 + 42.000000 + 70.000046,247.999969,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Diamond + 42.000000 + 42.000000 + 118.000031,248.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Gold + 42.000000 + 42.000000 + 166.000015,248.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Iron + 42.000000 + 42.000000 + 214.000000,248.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Beacon_1 + 40.000000 + 40.000000 + 50.000000,68.000000,0.000000 + 2 + Beacon_1 + false + + + + + Beacon_2 + 40.000000 + 40.000000 + 50.000000,122.000000,0.000000 + 2 + Beacon_2 + false + + + + + Beacon_3 + 40.000000 + 40.000000 + 50.000000,176.000000,0.000000 + 2 + Beacon_3 + false + + + + + Beacon_4 + 40.000000 + 40.000000 + 358.000000,94.000000,0.000000 + 2 + Beacon_4 + false + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-9.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_beacon_480.xui b/Minecraft.Client/Common/Media/xuiscene_beacon_480.xui index f2df043f..2b648910 100644 --- a/Minecraft.Client/Common/Media/xuiscene_beacon_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_beacon_480.xui @@ -1,5215 +1,5208 @@ - -640.000000 -480.000000 - - - -BeaconMenu -640.000000 -480.000000 -CXuiSceneBeacon -XuiBlankScene -Pointer - - - -Group -336.000000 -290.000000 -190.000000,96.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -78.000000 -51.000000,164.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -51.000000,252.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -SecondaryPanel -154.000000 -120.000000 -170.000000,12.000000,0.000000 -PanelRecessed -false - - - - -PrimaryPanel -154.000000 -120.000000 -12.000000,12.000000,0.000000 -PanelRecessed -false - - - - -PrimaryText -150.000000 -36.000000 -14.000000,14.000000,0.000000 -9 -XuiLabelDarkCentredWrapSmall -Primary Power - - - - -SecondaryText -150.000000 -51.000000 -172.000000,14.000000,0.000000 -3 -XuiLabelDarkCentredWrapSmall -Secondary Power - - - - -PrimaryTierOneOne -22.000000 -22.000000 -80.000000,46.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierOneTwo -22.000000 -22.000000 -111.000000,46.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierTwoOne -22.000000 -22.000000 -80.000000,74.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierTwoTwo -22.000000 -22.000000 -111.000000,74.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierThree -22.000000 -22.000000 -95.073303,104.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -SecondaryOne -22.000000 -22.000000 -220.000000,84.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -SecondaryTwo -22.000000 -22.000000 -254.000000,84.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -Confirm -22.000000 -22.000000 -261.000092,137.000015,0.000000 -8 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -Payment -24.000000 -24.000000 -182.000092,136.000046,0.000000 -9 -CXuiCtrlSlotList -ItemGridVertical24 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - - -Emerald -22.000000 -22.000000 -52.482300,136.999969,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Diamond -22.000000 -22.000000 -79.000031,137.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Gold -22.000000 -22.000000 -105.000015,137.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlankSmall - - - - -Iron -22.000000 -22.000000 -131.000000,137.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlankSmall - - - - -Beacon_1 -20.000000 -20.000000 -38.000000,46.000000,0.000000 -2 -Beacon_1 -false - - - - -Beacon_2 -20.000000 -20.000000 -38.000000,74.000000,0.000000 -2 -Beacon_2 -false - - - - -Beacon_3 -20.000000 -20.000000 -38.000000,104.000000,0.000000 -2 -Beacon_3 -false - - - - -Beacon_4 -20.000000 -20.000000 -238.000000,58.000000,0.000000 -2 -Beacon_4 -false - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,96.000000,0.000000 - - - -0 -33.750000,96.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + BeaconMenu + 640.000000 + 480.000000 + CXuiSceneBeacon + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 26 + + + + easein + 27 + + + + none + 0 + + + + + + Group + 336.000000 + 290.000000 + 190.000000,96.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 78.000000 + 51.000000,164.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 51.000000,252.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + SecondaryPanel + 154.000000 + 120.000000 + 170.000000,12.000000,0.000000 + PanelRecessed + false + + + + + PrimaryPanel + 154.000000 + 120.000000 + 12.000000,12.000000,0.000000 + PanelRecessed + false + + + + + PrimaryText + 150.000000 + 36.000000 + 14.000000,14.000000,0.000000 + 9 + XuiLabelDarkCentredWrapSmall + Primary Power + + + + + SecondaryText + 150.000000 + 51.000000 + 172.000000,14.000000,0.000000 + 3 + XuiLabelDarkCentredWrapSmall + Secondary Power + + + + + PrimaryTierOneOne + 22.000000 + 22.000000 + 80.000000,46.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierOneTwo + 22.000000 + 22.000000 + 111.000000,46.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierTwoOne + 22.000000 + 22.000000 + 80.000000,74.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierTwoTwo + 22.000000 + 22.000000 + 111.000000,74.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierThree + 22.000000 + 22.000000 + 95.073303,104.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + SecondaryOne + 22.000000 + 22.000000 + 220.000000,84.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + SecondaryTwo + 22.000000 + 22.000000 + 254.000000,84.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + Confirm + 22.000000 + 22.000000 + 261.000092,137.000015,0.000000 + 8 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + Payment + 24.000000 + 24.000000 + 182.000092,136.000046,0.000000 + 9 + CXuiCtrlSlotList + ItemGridVertical24 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + + Emerald + 22.000000 + 22.000000 + 52.482300,136.999969,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Diamond + 22.000000 + 22.000000 + 79.000031,137.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Gold + 22.000000 + 22.000000 + 105.000015,137.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlankSmall + + + + + Iron + 22.000000 + 22.000000 + 131.000000,137.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlankSmall + + + + + Beacon_1 + 20.000000 + 20.000000 + 38.000000,46.000000,0.000000 + 2 + Beacon_1 + false + + + + + Beacon_2 + 20.000000 + 20.000000 + 38.000000,74.000000,0.000000 + 2 + Beacon_2 + false + + + + + Beacon_3 + 20.000000 + 20.000000 + 38.000000,104.000000,0.000000 + 2 + Beacon_3 + false + + + + + Beacon_4 + 20.000000 + 20.000000 + 238.000000,58.000000,0.000000 + 2 + Beacon_4 + false + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_beacon_Small.xui b/Minecraft.Client/Common/Media/xuiscene_beacon_Small.xui index 28d4d809..a3fc1c2d 100644 --- a/Minecraft.Client/Common/Media/xuiscene_beacon_Small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_beacon_Small.xui @@ -1,5215 +1,5208 @@ - -640.000000 -360.000000 - - - -BeaconMenu -640.000000 -360.000000 -CXuiSceneBeacon -XuiBlankScene -Pointer - - - -Group -336.000000 -290.000000 -152.000031,2.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -78.000000 -51.000000,164.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -51.000000,252.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -SecondaryPanel -154.000000 -120.000000 -170.000000,12.000000,0.000000 -PanelRecessed -false - - - - -PrimaryPanel -154.000000 -120.000000 -12.000000,12.000000,0.000000 -PanelRecessed -false - - - - -PrimaryText -150.000000 -35.000000 -14.000000,14.000000,0.000000 -9 -XuiLabelDarkCentredWrapSmall -Primary Power - - - - -SecondaryText -150.000000 -40.000000 -172.000000,14.000000,0.000000 -3 -XuiLabelDarkCentredWrapSmall -Secondary Power - - - - -PrimaryTierOneOne -22.000000 -22.000000 -80.000000,46.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierOneTwo -22.000000 -22.000000 -111.000000,46.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierTwoOne -22.000000 -22.000000 -80.000000,74.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierTwoTwo -22.000000 -22.000000 -111.000000,74.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -PrimaryTierThree -22.000000 -22.000000 -95.073303,104.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -SecondaryOne -22.000000 -22.000000 -220.000000,84.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -SecondaryTwo -22.000000 -22.000000 -254.000000,84.000000,0.000000 -2 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -Confirm -22.000000 -22.000000 -261.000092,137.000015,0.000000 -8 -CXuiCtrlBeaconButton -BeaconButtonSmall -false - - - - -Payment -24.000000 -24.000000 -182.000092,136.000046,0.000000 -9 -CXuiCtrlSlotList -ItemGridVertical24 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - - -Emerald -22.000000 -22.000000 -52.482300,136.999969,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Diamond -22.000000 -22.000000 -79.000031,137.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlank - - - - -Gold -22.000000 -22.000000 -105.000015,137.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlankSmall - - - - -Iron -22.000000 -22.000000 -131.000000,137.000000,0.000000 -4 -false -7 -CXuiCtrlCraftIngredientSlot -ItemIconBlankSmall - - - - -Beacon_1 -20.000000 -20.000000 -38.000000,46.000000,0.000000 -2 -Beacon_1 -false - - - - -Beacon_2 -20.000000 -20.000000 -38.000000,74.000000,0.000000 -2 -Beacon_2 -false - - - - -Beacon_3 -20.000000 -20.000000 -38.000000,104.000000,0.000000 -2 -Beacon_3 -false - - - - -Beacon_4 -20.000000 -20.000000 -238.000000,56.000000,0.000000 -2 -Beacon_4 -false - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -152.000031,2.000000,0.000000 - - - -0 -152.000031,2.000000,0.000000 - - - -2 -100 --100 -50 -152.000031,2.000000,0.000000 - - - -0 -50.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -50.000000,2.000000,0.000000 - - - -0 -152.000031,2.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + BeaconMenu + 640.000000 + 360.000000 + CXuiSceneBeacon + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 26 + + + + easein + 26 + + + + none + 0 + + + + + + Group + 336.000000 + 290.000000 + 152.000031,2.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 78.000000 + 51.000000,164.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 51.000000,252.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + SecondaryPanel + 154.000000 + 120.000000 + 170.000000,12.000000,0.000000 + PanelRecessed + false + + + + + PrimaryPanel + 154.000000 + 120.000000 + 12.000000,12.000000,0.000000 + PanelRecessed + false + + + + + PrimaryText + 150.000000 + 35.000000 + 14.000000,14.000000,0.000000 + 9 + XuiLabelDarkCentredWrapSmall + Primary Power + + + + + SecondaryText + 150.000000 + 40.000000 + 172.000000,14.000000,0.000000 + 3 + XuiLabelDarkCentredWrapSmall + Secondary Power + + + + + PrimaryTierOneOne + 22.000000 + 22.000000 + 80.000000,46.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierOneTwo + 22.000000 + 22.000000 + 111.000000,46.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierTwoOne + 22.000000 + 22.000000 + 80.000000,74.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierTwoTwo + 22.000000 + 22.000000 + 111.000000,74.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + PrimaryTierThree + 22.000000 + 22.000000 + 95.073303,104.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + SecondaryOne + 22.000000 + 22.000000 + 220.000000,84.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + SecondaryTwo + 22.000000 + 22.000000 + 254.000000,84.000000,0.000000 + 2 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + Confirm + 22.000000 + 22.000000 + 261.000092,137.000015,0.000000 + 8 + CXuiCtrlBeaconButton + BeaconButtonSmall + false + + + + + Payment + 24.000000 + 24.000000 + 182.000092,136.000046,0.000000 + 9 + CXuiCtrlSlotList + ItemGridVertical24 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + + Emerald + 22.000000 + 22.000000 + 52.482300,136.999969,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Diamond + 22.000000 + 22.000000 + 79.000031,137.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlank + + + + + Gold + 22.000000 + 22.000000 + 105.000015,137.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlankSmall + + + + + Iron + 22.000000 + 22.000000 + 131.000000,137.000000,0.000000 + 4 + false + 7 + CXuiCtrlCraftIngredientSlot + ItemIconBlankSmall + + + + + Beacon_1 + 20.000000 + 20.000000 + 38.000000,46.000000,0.000000 + 2 + Beacon_1 + false + + + + + Beacon_2 + 20.000000 + 20.000000 + 38.000000,74.000000,0.000000 + 2 + Beacon_2 + false + + + + + Beacon_3 + 20.000000 + 20.000000 + 38.000000,104.000000,0.000000 + 2 + Beacon_3 + false + + + + + Beacon_4 + 20.000000 + 20.000000 + 238.000000,56.000000,0.000000 + 2 + Beacon_4 + false + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_brewingstand.xui b/Minecraft.Client/Common/Media/xuiscene_brewingstand.xui index 1e9f6bee..7e395596 100644 --- a/Minecraft.Client/Common/Media/xuiscene_brewingstand.xui +++ b/Minecraft.Client/Common/Media/xuiscene_brewingstand.xui @@ -1,2899 +1,2892 @@ - -1280.000000 -720.000000 - - - -XuiSceneBrewingStand -1280.000000 -720.000000 -CXuiSceneBrewingStand -XuiBlankScene -Pointer - - - -Group -428.000000 -450.000000 -426.000000,95.000000,0.000000 -15 -XuiScene -Pointer - - - -Inventory -382.000000 -150.000000 -25.000000,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -381.000000 -50.000000 -25.000000,379.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -378.000000 -34.000000 -24.000000,210.000000,0.000000 -12 -LabelContainerSceneLeft - - - - -BrewingStandText -380.000000 -34.000000 -24.000000,12.000000,0.000000 -LabelContainerSceneCentre - - - - -BrewingStand -192.000000 -172.000000 -117.000000,42.000000,0.000000 -BrewingBackground - - - - -Progress -27.000000 -84.000000 -244.000000,44.000000,0.000000 -CXuiCtrlBrewProgress -BrewingArrowProgressState -600 - - - - -Ingredient -54.000000 -54.000000 -187.000015,45.000015,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bubbles -36.000000 -84.000000 -148.000061,44.000015,0.000000 -CXuiCtrlBubblesProgress -BrewingBubblesProgressState -30 - - - - -Bottle1 -54.000000 -54.000000 -118.000053,132.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bottle2 -54.000000 -54.000000 -187.000000,153.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bottle3 -54.000000 -54.000000 -256.000000,132.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Pointer -42.000000 -42.000000 --185.000000,-63.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -426.000000,95.000000,0.000000 - - - -0 -426.000000,95.000000,0.000000 - - - -2 -100 --100 -50 -424.500031,95.000000,0.000000 - - - -0 -160.000000,95.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,95.000000,0.000000 - - - -0 -426.000000,95.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneBrewingStand + 1280.000000 + 720.000000 + CXuiSceneBrewingStand + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 16 + + + + none + 17 + + + + easein + 17 + + + + none + 0 + + + + + + Group + 428.000000 + 450.000000 + 426.000000,95.000000,0.000000 + 15 + XuiScene + Pointer + + + + Inventory + 382.000000 + 150.000000 + 25.000000,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 381.000000 + 50.000000 + 25.000000,379.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 378.000000 + 34.000000 + 24.000000,210.000000,0.000000 + 12 + LabelContainerSceneLeft + + + + + BrewingStandText + 380.000000 + 34.000000 + 24.000000,12.000000,0.000000 + LabelContainerSceneCentre + + + + + BrewingStand + 192.000000 + 172.000000 + 117.000000,42.000000,0.000000 + BrewingBackground + + + + + Progress + 27.000000 + 84.000000 + 244.000000,44.000000,0.000000 + CXuiCtrlBrewProgress + BrewingArrowProgressState + 600 + + + + + Ingredient + 54.000000 + 54.000000 + 187.000015,45.000015,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bubbles + 36.000000 + 84.000000 + 148.000061,44.000015,0.000000 + CXuiCtrlBubblesProgress + BrewingBubblesProgressState + 30 + + + + + Bottle1 + 54.000000 + 54.000000 + 118.000053,132.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bottle2 + 54.000000 + 54.000000 + 187.000000,153.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bottle3 + 54.000000 + 54.000000 + 256.000000,132.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-63.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_brewingstand_480.xui b/Minecraft.Client/Common/Media/xuiscene_brewingstand_480.xui index 2ac909f8..eb6499be 100644 --- a/Minecraft.Client/Common/Media/xuiscene_brewingstand_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_brewingstand_480.xui @@ -1,3144 +1,3137 @@ - -640.000000 -480.000000 - - - -XuiSceneBrewingStand -640.000000 -480.000000 -CXuiSceneBrewingStand -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000000,96.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -78.000000 -13.000000,162.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -234.000000 -25.000000 -12.000000,140.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -BrewingStandText -229.000000 -26.000000 -15.500000,7.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -BrewingStand -128.000000 -108.000000 -66.000000,30.000000,0.000000 -BrewingBackground_Small - - - - -Progress -18.000000 -56.000000 -151.000000,29.000000,0.000000 -CXuiCtrlBrewProgress -BrewingArrowProgressStateSmall -600 - - - - -Ingredient -36.000000 -36.000000 -112.000000,30.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bubbles -24.000000 -56.000000 -84.000061,29.000015,0.000000 -CXuiCtrlBubblesProgress -BrewingBubblesProgressStateSmall -30 - - - - -Bottle1 -36.000000 -36.000000 -66.000000,88.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bottle2 -36.000000 -36.000000 -112.000000,102.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bottle3 -36.000000 -36.000000 -157.999985,88.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,96.000000,0.000000 - - - -0 -33.750000,96.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneBrewingStand + 640.000000 + 480.000000 + CXuiSceneBrewingStand + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 16 + + + + easein + 17 + + + + none + 0 + + + + + + Group + 260.000000 + 290.000000 + 190.000000,96.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 78.000000 + 13.000000,162.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 234.000000 + 25.000000 + 12.000000,140.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + BrewingStandText + 229.000000 + 26.000000 + 15.500000,7.000000,0.000000 + LabelContainerSceneCentreSmall + + + + + BrewingStand + 128.000000 + 108.000000 + 66.000000,30.000000,0.000000 + BrewingBackground_Small + + + + + Progress + 18.000000 + 56.000000 + 151.000000,29.000000,0.000000 + CXuiCtrlBrewProgress + BrewingArrowProgressStateSmall + 600 + + + + + Ingredient + 36.000000 + 36.000000 + 112.000000,30.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bubbles + 24.000000 + 56.000000 + 84.000061,29.000015,0.000000 + CXuiCtrlBubblesProgress + BrewingBubblesProgressStateSmall + 30 + + + + + Bottle1 + 36.000000 + 36.000000 + 66.000000,88.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bottle2 + 36.000000 + 36.000000 + 112.000000,102.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bottle3 + 36.000000 + 36.000000 + 157.999985,88.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_brewingstand_Small.xui b/Minecraft.Client/Common/Media/xuiscene_brewingstand_Small.xui index 331f75fa..1c4d2005 100644 --- a/Minecraft.Client/Common/Media/xuiscene_brewingstand_Small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_brewingstand_Small.xui @@ -1,2321 +1,2314 @@ - -640.000000 -360.000000 - - - -XuiSceneBrewingStand -640.000000 -360.000000 -CXuiSceneBrewingStand -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000000,2.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -12.000000,161.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -233.000000 -12.000000,139.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -BrewingStandText -229.000000 -26.000000 -15.500000,7.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -BrewingStand -128.000000 -108.000000 -66.000000,30.000000,0.000000 -BrewingBackground_Small - - - - -Progress -18.000000 -56.000000 -151.000000,29.000000,0.000000 -CXuiCtrlBrewProgress -BrewingArrowProgressStateSmall -600 - - - - -Ingredient -36.000000 -36.000000 -112.000000,30.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bubbles -24.000000 -56.000000 -84.000061,29.000015,0.000000 -CXuiCtrlBubblesProgress -BrewingBubblesProgressStateSmall -30 - - - - -Bottle1 -36.000000 -36.000000 -66.000000,88.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bottle2 -36.000000 -36.000000 -112.000000,102.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Bottle3 -36.000000 -36.000000 -157.999985,88.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridBrewing36 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -52.000000 -52.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - -control_ListItem -36.000000 -36.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonBrewing -..\Images\img1.png -22594 -4 - - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,2.000000,0.000000 - - - -0 -64.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneBrewingStand + 640.000000 + 360.000000 + CXuiSceneBrewingStand + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 16 + + + + easein + 17 + + + + none + 0 + + + + + + Group + 260.000000 + 290.000000 + 190.000000,2.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 12.000000,161.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 233.000000 + 12.000000,139.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + BrewingStandText + 229.000000 + 26.000000 + 15.500000,7.000000,0.000000 + LabelContainerSceneCentreSmall + + + + + BrewingStand + 128.000000 + 108.000000 + 66.000000,30.000000,0.000000 + BrewingBackground_Small + + + + + Progress + 18.000000 + 56.000000 + 151.000000,29.000000,0.000000 + CXuiCtrlBrewProgress + BrewingArrowProgressStateSmall + 600 + + + + + Ingredient + 36.000000 + 36.000000 + 112.000000,30.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bubbles + 24.000000 + 56.000000 + 84.000061,29.000015,0.000000 + CXuiCtrlBubblesProgress + BrewingBubblesProgressStateSmall + 30 + + + + + Bottle1 + 36.000000 + 36.000000 + 66.000000,88.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bottle2 + 36.000000 + 36.000000 + 112.000000,102.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Bottle3 + 36.000000 + 36.000000 + 157.999985,88.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridBrewing36 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 52.000000 + 52.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 36.000000 + 36.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonBrewing + ..\Images\img1.png + 22594 + 4 + + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_chat.xui b/Minecraft.Client/Common/Media/xuiscene_chat.xui index 40a61dc6..5d13e668 100644 --- a/Minecraft.Client/Common/Media/xuiscene_chat.xui +++ b/Minecraft.Client/Common/Media/xuiscene_chat.xui @@ -1,226 +1,226 @@ - -1280.000000 -720.000000 - - - -ChatScene -1280.000000 -720.000000 -true -CScene_Chat -XuiBlankScene - - - -XuiBack1 -1280.000000 -35.000000 -0.000000,472.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel1 -1280.000000 -35.000000 -0.000000,472.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack2 -1280.000000 -35.000000 -0.000000,437.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel2 -1280.000000 -35.000000 -0.000000,437.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack3 -1280.000000 -35.000000 -0.000000,402.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel3 -1280.000000 -35.000000 -0.000000,402.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack4 -1280.000000 -35.000000 -0.000000,367.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel4 -1280.000000 -35.000000 -0.000000,367.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack5 -1280.000000 -35.000000 -0.000000,332.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel5 -1280.000000 -35.000000 -0.000000,332.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack6 -1280.000000 -35.000000 -0.000000,297.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel6 -1280.000000 -35.000000 -0.000000,297.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack7 -1280.000000 -35.000000 -0.000000,262.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel7 -1280.000000 -35.000000 -0.000000,262.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack8 -1280.000000 -35.000000 -0.000000,227.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel8 -1280.000000 -35.000000 -0.000000,227.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack9 -1280.000000 -35.000000 -0.000000,192.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel9 -1280.000000 -35.000000 -0.000000,192.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiBack10 -1280.000000 -35.000000 -0.000000,157.000000,0.000000 -0.000000 -XuiLabelChatBackground - - - - -XuiLabel10 -1280.000000 -35.000000 -0.000000,157.000000,0.000000 -0.000000 -XuiLabelChat - - - - -XuiLabelJukebox -640.000000 -35.000000 -320.000031,472.000000,0.000000 -0.000000 -XuiLabelListening - - - + + 1280.000000 + 720.000000 + + + + ChatScene + 1280.000000 + 720.000000 + true + CScene_Chat + XuiBlankScene + + + + XuiBack1 + 1280.000000 + 35.000000 + 0.000000,472.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel1 + 1280.000000 + 35.000000 + 0.000000,472.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack2 + 1280.000000 + 35.000000 + 0.000000,437.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel2 + 1280.000000 + 35.000000 + 0.000000,437.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack3 + 1280.000000 + 35.000000 + 0.000000,402.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel3 + 1280.000000 + 35.000000 + 0.000000,402.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack4 + 1280.000000 + 35.000000 + 0.000000,367.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel4 + 1280.000000 + 35.000000 + 0.000000,367.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack5 + 1280.000000 + 35.000000 + 0.000000,332.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel5 + 1280.000000 + 35.000000 + 0.000000,332.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack6 + 1280.000000 + 35.000000 + 0.000000,297.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel6 + 1280.000000 + 35.000000 + 0.000000,297.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack7 + 1280.000000 + 35.000000 + 0.000000,262.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel7 + 1280.000000 + 35.000000 + 0.000000,262.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack8 + 1280.000000 + 35.000000 + 0.000000,227.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel8 + 1280.000000 + 35.000000 + 0.000000,227.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack9 + 1280.000000 + 35.000000 + 0.000000,192.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel9 + 1280.000000 + 35.000000 + 0.000000,192.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiBack10 + 1280.000000 + 35.000000 + 0.000000,157.000000,0.000000 + 0.000000 + XuiLabelChatBackground + + + + + XuiLabel10 + 1280.000000 + 35.000000 + 0.000000,157.000000,0.000000 + 0.000000 + XuiLabelChat + + + + + XuiLabelJukebox + 640.000000 + 35.000000 + 320.000031,472.000000,0.000000 + 0.000000 + XuiLabelListening + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_chat_480.xui b/Minecraft.Client/Common/Media/xuiscene_chat_480.xui index e8bb3995..0e3dfb6e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_chat_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_chat_480.xui @@ -1,247 +1,247 @@ - -640.000000 -480.000000 - - - -ChatScene -640.000000 -480.000000 -true -CScene_Chat -XuiBlankScene - - - -XuiBack1 -640.000000 -20.000000 -0.000000,325.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel1 -640.000000 -20.000000 -0.000000,325.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack2 -640.000000 -20.000000 -0.000000,305.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel2 -640.000000 -20.000000 -0.000000,305.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack3 -640.000000 -20.000000 -0.000000,285.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel3 -640.000000 -20.000000 -0.000000,285.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack4 -640.000000 -20.000000 -0.000000,265.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel4 -640.000000 -20.000000 -0.000000,265.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack5 -640.000000 -20.000000 -0.000000,245.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel5 -640.000000 -20.000000 -0.000000,245.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack6 -640.000000 -20.000000 -0.000000,225.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel6 -640.000000 -20.000000 -0.000000,225.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack7 -640.000000 -20.000000 -0.000000,205.000015,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel7 -640.000000 -20.000000 -0.000000,205.000015,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack8 -640.000000 -20.000000 -0.000000,185.000015,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel8 -640.000000 -20.000000 -0.000000,185.000015,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack9 -640.000000 -20.000000 -0.000000,165.000015,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel9 -640.000000 -20.000000 -0.000000,165.000015,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack10 -640.000000 -20.000000 -0.000000,145.000015,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel10 -640.000000 -20.000000 -0.000000,145.000015,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiLabelJukebox -640.000000 -20.000000 -0.000031,325.000000,0.000000 -0.000000 -5 -XuiLabelListening_Small - - - + + 640.000000 + 480.000000 + + + + ChatScene + 640.000000 + 480.000000 + true + CScene_Chat + XuiBlankScene + + + + XuiBack1 + 640.000000 + 20.000000 + 0.000000,325.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel1 + 640.000000 + 20.000000 + 0.000000,325.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack2 + 640.000000 + 20.000000 + 0.000000,305.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel2 + 640.000000 + 20.000000 + 0.000000,305.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack3 + 640.000000 + 20.000000 + 0.000000,285.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel3 + 640.000000 + 20.000000 + 0.000000,285.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack4 + 640.000000 + 20.000000 + 0.000000,265.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel4 + 640.000000 + 20.000000 + 0.000000,265.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack5 + 640.000000 + 20.000000 + 0.000000,245.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel5 + 640.000000 + 20.000000 + 0.000000,245.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack6 + 640.000000 + 20.000000 + 0.000000,225.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel6 + 640.000000 + 20.000000 + 0.000000,225.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack7 + 640.000000 + 20.000000 + 0.000000,205.000015,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel7 + 640.000000 + 20.000000 + 0.000000,205.000015,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack8 + 640.000000 + 20.000000 + 0.000000,185.000015,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel8 + 640.000000 + 20.000000 + 0.000000,185.000015,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack9 + 640.000000 + 20.000000 + 0.000000,165.000015,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel9 + 640.000000 + 20.000000 + 0.000000,165.000015,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack10 + 640.000000 + 20.000000 + 0.000000,145.000015,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel10 + 640.000000 + 20.000000 + 0.000000,145.000015,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiLabelJukebox + 640.000000 + 20.000000 + 0.000031,325.000000,0.000000 + 0.000000 + 5 + XuiLabelListening_Small + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_chat_small.xui b/Minecraft.Client/Common/Media/xuiscene_chat_small.xui index 9287f27c..6a8f29c8 100644 --- a/Minecraft.Client/Common/Media/xuiscene_chat_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_chat_small.xui @@ -1,247 +1,247 @@ - -640.000000 -360.000000 - - - -ChatScene -640.000000 -360.000000 -true -CScene_Chat -XuiBlankScene - - - -XuiBack1 -640.000000 -20.000000 -0.000000,215.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel1 -640.000000 -20.000000 -0.000000,215.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack2 -640.000000 -20.000000 -0.000000,195.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel2 -640.000000 -20.000000 -0.000000,195.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack3 -640.000000 -20.000000 -0.000000,175.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel3 -640.000000 -20.000000 -0.000000,175.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack4 -640.000000 -20.000000 -0.000000,155.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel4 -640.000000 -20.000000 -0.000000,155.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack5 -640.000000 -20.000000 -0.000000,135.000000,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel5 -640.000000 -20.000000 -0.000000,135.000000,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack6 -640.000000 -20.000000 -0.000000,115.000008,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel6 -640.000000 -20.000000 -0.000000,115.000008,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack7 -640.000000 -20.000000 -0.000000,95.000008,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel7 -640.000000 -20.000000 -0.000000,95.000008,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack8 -640.000000 -20.000000 -0.000000,75.000008,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel8 -640.000000 -20.000000 -0.000000,75.000008,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack9 -640.000000 -20.000000 -0.000000,55.000008,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel9 -640.000000 -20.000000 -0.000000,55.000008,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiBack10 -640.000000 -20.000000 -0.000000,35.000008,0.000000 -0.000000 -5 -XuiLabelChatBackground - - - - -XuiLabel10 -640.000000 -20.000000 -0.000000,35.000008,0.000000 -0.000000 -5 -XuiLabelChat_Small - - - - -XuiLabelJukebox -640.000000 -20.000000 -0.000031,215.000000,0.000000 -0.000000 -5 -XuiLabelListening_Small - - - + + 640.000000 + 360.000000 + + + + ChatScene + 640.000000 + 360.000000 + true + CScene_Chat + XuiBlankScene + + + + XuiBack1 + 640.000000 + 20.000000 + 0.000000,215.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel1 + 640.000000 + 20.000000 + 0.000000,215.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack2 + 640.000000 + 20.000000 + 0.000000,195.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel2 + 640.000000 + 20.000000 + 0.000000,195.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack3 + 640.000000 + 20.000000 + 0.000000,175.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel3 + 640.000000 + 20.000000 + 0.000000,175.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack4 + 640.000000 + 20.000000 + 0.000000,155.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel4 + 640.000000 + 20.000000 + 0.000000,155.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack5 + 640.000000 + 20.000000 + 0.000000,135.000000,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel5 + 640.000000 + 20.000000 + 0.000000,135.000000,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack6 + 640.000000 + 20.000000 + 0.000000,115.000008,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel6 + 640.000000 + 20.000000 + 0.000000,115.000008,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack7 + 640.000000 + 20.000000 + 0.000000,95.000008,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel7 + 640.000000 + 20.000000 + 0.000000,95.000008,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack8 + 640.000000 + 20.000000 + 0.000000,75.000008,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel8 + 640.000000 + 20.000000 + 0.000000,75.000008,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack9 + 640.000000 + 20.000000 + 0.000000,55.000008,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel9 + 640.000000 + 20.000000 + 0.000000,55.000008,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiBack10 + 640.000000 + 20.000000 + 0.000000,35.000008,0.000000 + 0.000000 + 5 + XuiLabelChatBackground + + + + + XuiLabel10 + 640.000000 + 20.000000 + 0.000000,35.000008,0.000000 + 0.000000 + 5 + XuiLabelChat_Small + + + + + XuiLabelJukebox + 640.000000 + 20.000000 + 0.000031,215.000000,0.000000 + 0.000000 + 5 + XuiLabelListening_Small + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_connectingprogress.xui b/Minecraft.Client/Common/Media/xuiscene_connectingprogress.xui index 7ccd9692..aba490a2 100644 --- a/Minecraft.Client/Common/Media/xuiscene_connectingprogress.xui +++ b/Minecraft.Client/Common/Media/xuiscene_connectingprogress.xui @@ -1,923 +1,68 @@ - -1280.000000 -720.000000 - - - -ConnectingProgressScene -1280.000000 -720.000000 -CScene_ConnectingProgress -XuiMenuScene -ButtonConfirm - - - -Status -383.000000 -26.000000 -319.000000,360.000000,0.000000 -XuiLabel - - - - -Title -700.000000 -100.000000 -290.000061,250.000000,0.000000 -XuiTitle - - - - -Progress -640.000000 -15.000000 -320.000000,390.000000,0.000000 -false -CXuiCtrlLoadingProgress -LoadingProgressState -50 - - - - -Timer -183.000000 -169.000000 -548.500061,330.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -ButtonConfirm -320.000000 -50.000000 -480.000031,530.000000,0.000000 -false - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 1280.000000 + 720.000000 + + + + ConnectingProgressScene + 1280.000000 + 720.000000 + CScene_ConnectingProgress + XuiMenuScene + ButtonConfirm + + + + Status + 383.000000 + 26.000000 + 319.000000,360.000000,0.000000 + XuiLabel + + + + + Title + 700.000000 + 100.000000 + 290.000061,250.000000,0.000000 + XuiTitle + + + + + Progress + 640.000000 + 15.000000 + 320.000000,390.000000,0.000000 + false + CXuiCtrlLoadingProgress + LoadingProgressState + 50 + + + + + Timer + 183.000000 + 169.000000 + 548.500061,330.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_connectingprogress_480.xui b/Minecraft.Client/Common/Media/xuiscene_connectingprogress_480.xui index f3f1fe28..379c1bc4 100644 --- a/Minecraft.Client/Common/Media/xuiscene_connectingprogress_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_connectingprogress_480.xui @@ -1,923 +1,78 @@ - -640.000000 -480.000000 - - - -ConnectingProgressScene -640.000000 -480.000000 -CScene_ConnectingProgress -XuiMenuScene -ButtonConfirm - - - -Status -383.000000 -26.000000 -70.000000,232.666656,0.000000 -XuiLabel - - - - -Title -500.000000 -50.000000 -70.000015,130.000000,0.000000 -XuiTitleSmall - - - - -Progress -500.000000 -15.000000 -70.000046,259.000000,0.000000 -false -CXuiCtrlLoadingProgress -LoadingProgressState -50 - - - - -ButtonConfirm -160.000000 -36.000000 -240.000000,348.000000,0.000000 -false - - - - -Timer -72.000000 -72.000000 -284.000000,177.000000,0.000000 -15 -false -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 640.000000 + 480.000000 + + + + ConnectingProgressScene + 640.000000 + 480.000000 + CScene_ConnectingProgress + XuiMenuScene + ButtonConfirm + + + + Status + 383.000000 + 26.000000 + 70.000000,232.666656,0.000000 + XuiLabel + + + + + Title + 500.000000 + 50.000000 + 70.000015,130.000000,0.000000 + XuiTitleSmall + + + + + Progress + 500.000000 + 15.000000 + 70.000046,259.000000,0.000000 + false + CXuiCtrlLoadingProgress + LoadingProgressState + 50 + + + + + ButtonConfirm + 160.000000 + 36.000000 + 240.000000,348.000000,0.000000 + false + + + + + Timer + 72.000000 + 72.000000 + 284.000000,177.000000,0.000000 + 15 + false + XuiBlankScene + + + + Timer_Square_1 + 21.000000 + 21.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_connectingprogress_small.xui b/Minecraft.Client/Common/Media/xuiscene_connectingprogress_small.xui index 30907d7d..794a11be 100644 --- a/Minecraft.Client/Common/Media/xuiscene_connectingprogress_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_connectingprogress_small.xui @@ -1,923 +1,68 @@ - -640.000000 -360.000000 - - - -ConnectingProgressScene -640.000000 -360.000000 -CScene_ConnectingProgress -XuiMenuScene -ButtonConfirm - - - -Status -383.000000 -26.000000 -70.000000,194.666656,0.000000 -XuiLabel - - - - -Title -500.000000 -50.000000 -70.000015,120.000000,0.000000 -XuiTitleSmall - - - - -Progress -500.000000 -15.000000 -70.000046,221.000000,0.000000 -false -CXuiCtrlLoadingProgress -LoadingProgressState -50 - - - - -Timer -91.000000 -84.000000 -275.000000,174.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 --29.999992,-9.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -24.499992,-9.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -79.000008,-9.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -79.000008,46.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -79.000008,101.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -24.499992,101.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 --29.999992,101.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 --29.999992,46.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 --29.999992,-9.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -24.499992,-9.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -79.000008,-9.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -79.000008,46.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -79.000008,101.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -24.499992,101.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 --29.999992,101.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 --29.999992,46.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -ButtonConfirm -160.000000 -25.000000 -240.000000,267.000000,0.000000 -false - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 640.000000 + 360.000000 + + + + ConnectingProgressScene + 640.000000 + 360.000000 + CScene_ConnectingProgress + XuiMenuScene + ButtonConfirm + + + + Status + 383.000000 + 26.000000 + 70.000000,194.666656,0.000000 + XuiLabel + + + + + Title + 500.000000 + 50.000000 + 70.000015,120.000000,0.000000 + XuiTitleSmall + + + + + Progress + 500.000000 + 15.000000 + 70.000046,221.000000,0.000000 + false + CXuiCtrlLoadingProgress + LoadingProgressState + 50 + + + + + Timer + 91.000000 + 84.000000 + 275.000000,174.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + -29.999992,-9.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_container.xui b/Minecraft.Client/Common/Media/xuiscene_container.xui index ef582e5b..0495db23 100644 --- a/Minecraft.Client/Common/Media/xuiscene_container.xui +++ b/Minecraft.Client/Common/Media/xuiscene_container.xui @@ -1,961 +1,954 @@ - -1280.000000 -720.000000 - - - -XuiSceneContainer -1280.000000 -720.000000 -15 -CXuiSceneContainer -XuiBlankScene -Pointer - - - -Group -430.000000 -415.000000 -425.000000,138.000000,0.000000 -15 -XuiScene -Pointer - - - -Inventory -382.000000 -150.000000 -25.000000,212.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -381.000000 -50.000000 -25.000000,352.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Container -383.000000 -128.000015 -25.000000,50.000000,0.000000 -10 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -340.000000 -32.000000 -26.000000,182.000000,0.000000 -12 -LabelContainerSceneLeft - - - - -ChestText -340.000000 -26.000000 -26.000000,17.000000,0.000000 -LabelContainerSceneLeft - - - - -Pointer -42.000000 -42.000000 --185.000000,-80.000015,0.000000 -9 -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -425.000000,138.000000,0.000000 - - - -0 -425.000000,138.000000,0.000000 - - - -2 -100 --100 -50 -425.000000,138.000000,0.000000 - - - -0 -160.000000,138.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,138.000000,0.000000 - - - -0 -425.000000,138.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneContainer + 1280.000000 + 720.000000 + 15 + CXuiSceneContainer + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 8 + + + + none + 0 + + + + + + Group + 430.000000 + 415.000000 + 425.000000,138.000000,0.000000 + 15 + XuiScene + Pointer + + + + Inventory + 382.000000 + 150.000000 + 25.000000,212.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 381.000000 + 50.000000 + 25.000000,352.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Container + 383.000000 + 128.000015 + 25.000000,50.000000,0.000000 + 10 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 340.000000 + 32.000000 + 26.000000,182.000000,0.000000 + 12 + LabelContainerSceneLeft + + + + + ChestText + 340.000000 + 26.000000 + 26.000000,17.000000,0.000000 + LabelContainerSceneLeft + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-80.000015,0.000000 + 9 + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_container_480.xui b/Minecraft.Client/Common/Media/xuiscene_container_480.xui index 491f1e15..6a156d96 100644 --- a/Minecraft.Client/Common/Media/xuiscene_container_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_container_480.xui @@ -1,1610 +1,1603 @@ - -640.000000 -480.000000 - - - -XuiSceneContainer -640.000000 -480.000000 -15 -CXuiSceneContainer -XuiBlankScene -Pointer - - - -Group -258.000000 -260.000000 -191.000000,110.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -78.000000 -12.000000,132.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -26.000000 -12.000000,222.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Container -234.000000 -78.000000 -12.000000,30.000000,0.000000 -10 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -234.000000 -22.000000 -12.000000,110.000000,0.000000 -12 -LabelContainerSceneLeftSmall - - - - -ChestText -234.000000 -22.000000 -12.000000,8.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -191.000000,110.000000,0.000000 - - - -0 -191.000000,110.000000,0.000000 - - - -2 -100 --100 -50 -191.000000,110.000000,0.000000 - - - -0 -33.750000,110.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,110.000000,0.000000 - - - -0 -191.000000,110.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneContainer + 640.000000 + 480.000000 + 15 + CXuiSceneContainer + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 258.000000 + 260.000000 + 191.000000,110.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 78.000000 + 12.000000,132.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 26.000000 + 12.000000,222.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Container + 234.000000 + 78.000000 + 12.000000,30.000000,0.000000 + 10 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 234.000000 + 22.000000 + 12.000000,110.000000,0.000000 + 12 + LabelContainerSceneLeftSmall + + + + + ChestText + 234.000000 + 22.000000 + 12.000000,8.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_container_large_480.xui b/Minecraft.Client/Common/Media/xuiscene_container_large_480.xui index 4e770d10..2903b220 100644 --- a/Minecraft.Client/Common/Media/xuiscene_container_large_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_container_large_480.xui @@ -1,2474 +1,2467 @@ - -640.000000 -480.000000 - - - -XuiSceneContainer -640.000000 -480.000000 -15 -CXuiSceneContainer -XuiBlankScene -Pointer - - - -Group -238.000000 -240.000000 -201.000000,80.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -216.000000 -72.000000 -12.000000,126.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical24 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - - -UseRow -216.000000 -24.000000 -12.000000,206.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical24 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - - -Container -216.000000 -78.000000 -12.000000,28.000000,0.000000 -10 -CXuiCtrlSlotList -ItemGridVertical24 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - -control_ListItem -24.000000 -24.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton24 -22594 -4 - - - - - -InventoryText -210.000000 -22.000000 -13.000000,104.000000,0.000000 -12 -LabelContainerSceneLeftSmall - - - - -ChestText -210.000000 -20.000000 -12.000000,8.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-114.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -201.000000,80.000000,0.000000 - - - -0 -201.000000,80.000000,0.000000 - - - -2 -100 --100 -50 -201.000000,80.000000,0.000000 - - - -0 -33.750000,80.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,80.000000,0.000000 - - - -0 -201.000000,80.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneContainer + 640.000000 + 480.000000 + 15 + CXuiSceneContainer + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 238.000000 + 240.000000 + 201.000000,80.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 216.000000 + 72.000000 + 12.000000,126.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical24 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + + UseRow + 216.000000 + 24.000000 + 12.000000,206.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical24 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + + Container + 216.000000 + 78.000000 + 12.000000,28.000000,0.000000 + 10 + CXuiCtrlSlotList + ItemGridVertical24 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + control_ListItem + 24.000000 + 24.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton24 + 22594 + 4 + + + + + + InventoryText + 210.000000 + 22.000000 + 13.000000,104.000000,0.000000 + 12 + LabelContainerSceneLeftSmall + + + + + ChestText + 210.000000 + 20.000000 + 12.000000,8.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-114.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_container_large_Small.xui b/Minecraft.Client/Common/Media/xuiscene_container_large_Small.xui index 64bca25a..77b6acee 100644 --- a/Minecraft.Client/Common/Media/xuiscene_container_large_Small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_container_large_Small.xui @@ -1,962 +1,955 @@ - -640.000000 -360.000000 - - - -XuiSceneContainer -640.000000 -360.000000 -15 -CXuiSceneContainer -XuiBlankScene -Pointer - - - -Group -222.000000 -228.000000 -201.000000,34.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -216.000000 -72.000000 -12.000000,118.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -216.000000 -22.000000 -12.000000,197.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -Container -216.000000 -72.000000 -12.000000,33.000000,0.000000 -10 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -InventoryText -195.000000 -22.000000 -12.000000,100.000000,0.000000 -12 -LabelContainerSceneLeftSmall - - - - -ChestText -198.000000 -20.000000 -12.000000,11.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -22.000000 -22.000000 --50.000000,-77.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -201.000000,34.000000,0.000000 - - - -0 -201.000000,34.000000,0.000000 - - - -2 -100 --100 -50 -201.000000,34.000000,0.000000 - - - -0 -64.000000,34.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,34.000000,0.000000 - - - -0 -201.000000,34.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneContainer + 640.000000 + 360.000000 + 15 + CXuiSceneContainer + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 222.000000 + 228.000000 + 201.000000,34.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 216.000000 + 72.000000 + 12.000000,118.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 216.000000 + 22.000000 + 12.000000,197.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + Container + 216.000000 + 72.000000 + 12.000000,33.000000,0.000000 + 10 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + InventoryText + 195.000000 + 22.000000 + 12.000000,100.000000,0.000000 + 12 + LabelContainerSceneLeftSmall + + + + + ChestText + 198.000000 + 20.000000 + 12.000000,11.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 22.000000 + 22.000000 + -50.000000,-77.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_container_small.xui b/Minecraft.Client/Common/Media/xuiscene_container_small.xui index 1b04cd43..4dd4f8e0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_container_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_container_small.xui @@ -1,907 +1,900 @@ - -640.000000 -360.000000 - - - -XuiSceneContainer -640.000000 -360.000000 -15 -CXuiSceneContainer -XuiBlankScene -Pointer - - - -Group -258.000000 -260.000000 -190.000000,2.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -12.000000,132.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,222.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Container -234.000000 -85.000000 -12.000000,30.000000,0.000000 -10 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -234.000000 -22.000000 -12.000000,110.000000,0.000000 -12 -LabelContainerSceneLeftSmall - - - - -ChestText -234.000000 -22.000000 -12.000000,8.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-45.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,2.000000,0.000000 - - - -0 -64.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneContainer + 640.000000 + 360.000000 + 15 + CXuiSceneContainer + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 258.000000 + 260.000000 + 190.000000,2.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 12.000000,132.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,222.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Container + 234.000000 + 85.000000 + 12.000000,30.000000,0.000000 + 10 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 234.000000 + 22.000000 + 12.000000,110.000000,0.000000 + 12 + LabelContainerSceneLeftSmall + + + + + ChestText + 234.000000 + 22.000000 + 12.000000,8.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-45.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_controls.xui b/Minecraft.Client/Common/Media/xuiscene_controls.xui index 614b3269..f22718b3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_controls.xui +++ b/Minecraft.Client/Common/Media/xuiscene_controls.xui @@ -1,1272 +1,171 @@ - -1280.000000 -720.000000 - - - -SceneControls -1280.000000 -720.000000 -CScene_Controls -XuiMenuScene -SchemeList - - - -Controller -400.000000 -270.000000 -448.000000,338.000000,0.000000 -ControllerGraphic - - - - -SchemeList -480.000000 -128.000000 -400.000031,194.000000,0.000000 -CXuiCtrl4JList -XuiLayoutList -InvertLook - - - -control_ListItem -100.000000 -20.000000 -16.000000,32.000000,0.000000 -5 -false - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -140.000000 -40.000000 -20.000000,40.000000,0.000000 -5 -false -XuiLayoutListButton -1 -140.000000,40.000000,0.000000 -10.000000,0.000000,0.000000 - - - - -control_ListItem -140.000000 -40.000000 -20.000000,40.000000,0.000000 -5 -false -XuiLayoutListButton -1 -140.000000,40.000000,0.000000 -10.000000,0.000000,0.000000 - - - - -control_ListItem -140.000000 -40.000000 -20.000000,40.000000,0.000000 -5 -false -XuiLayoutListButton -1 -140.000000,40.000000,0.000000 -10.000000,0.000000,0.000000 - - - - -control_ListItem -140.000000 -40.000000 -20.000000,40.000000,0.000000 -5 -false -XuiLayoutListButton -1 -140.000000,40.000000,0.000000 -10.000000,0.000000,0.000000 - - - - - -InvertLook -216.000000 -32.000000 -420.000031,282.000000,0.000000 -5 -XuiCheckbox -SouthPaw -SouthPaw -SchemeList -22528 - - - - -SouthPaw -215.000000 -32.000000 -644.000000,282.000000,0.000000 -5 -XuiCheckbox -InvertLook -InvertLook -SchemeList -22528 - - - - -FigGroup -1280.000000 -720.000000 -48 - - - -Dpad -1280.000000 -720.000000 -48 - - - -FigDpad -155.000000 -4.000000 -432.000000,606.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -85.000000 -584.000000,525.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -DpadL -1280.000000 -720.000000 -48 - - - -4.000000 -102.000000 -599.000000,522.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigDpadL -170.000000 -4.000000 -432.000000,620.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -DpadR -1280.000000 -720.000000 -48 - - - -FigDpadR -140.000000 -4.000000 -432.000000,590.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -72.000000 -569.000000,522.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LT -1280.000000 -720.000000 -48 - - - -FigLT -110.000000 -4.000000 -432.000000,370.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RT -1280.000000 -720.000000 -48 - - - -FigRT -112.000000 -4.000000 -738.000000,370.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LStick -1280.000000 -720.000000 -48 - - - -4.000000 -533.000000,470.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigLStick -105.000000 -4.000000 -432.000000,496.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RStick -1280.000000 -720.000000 -48 - - - -4.000000 -65.000000 -690.000000,529.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigRStick -160.000000 -4.000000 -690.000000,590.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LStickButton -1280.000000 -720.000000 -48 - - - -4.000000 -533.000000,500.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigLStickButton -105.000000 -4.000000 -432.000000,526.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RStickButton -1280.000000 -720.000000 -48 - - - -4.000000 -690.000000,594.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigRStickButton -160.000000 -4.000000 -690.000000,620.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LB -1280.000000 -720.000000 -48 - - - -FigLB -100.000000 -4.000000 -432.000000,399.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RB -1280.000000 -720.000000 -48 - - - -FigRB -100.000000 -4.000000 -750.000000,399.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Back -1280.000000 -720.000000 -48 - - - -4.000000 -130.000000 -599.000000,341.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigBack -170.000000 -4.000000 -432.000000,341.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Start -1280.000000 -720.000000 -48 - - - -4.000000 -130.000000 -677.000000,341.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigStart -173.000000 -4.000000 -677.000000,341.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Y -1280.000000 -720.000000 -48 - - - -FigY -100.000000 -4.000000 -750.000000,436.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -X -1280.000000 -720.000000 -48 - - - -FigX -131.000000 -4.000000 -719.000000,526.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -63.000000 -719.000000,466.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -B -1280.000000 -720.000000 -48 - - - -FigB -70.000000 -4.000000 -780.000000,466.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -A -1280.000000 -720.000000 -48 - - - -FigA -100.000000 -4.000000 -750.000000,496.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -XuiText1 -421.000000 -86.583344 -433.000000,256.416656,0.000000 -true -The names of these groups and the Fig name inside them is used in the code for placement - don't change the names! -0xff0f0f0f -0x800f0f0f -0 - - - - - -CurrentLayout -460.000000 -22.000000 -410.000031,206.000000,0.000000 -XuiLabelDarkCentred - - - - -XuiBuildVer -238.000000 -28.000000 -93.000000,616.000000,0.000000 -XuiLabelDark - - - - -2.000000 -408.000000 -850.000000,236.000000,0.000000 -true - - -0xff0f0f80 - - - - -0xff0f0f0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,112.000000,0.000000,0,112.000000,0.000000,112.000000,0.000000,112.000000,408.000000,0,112.000000,408.000000,112.000000,408.000000,0.000000,408.000000,0,0.000000,408.000000,0.000000,408.000000,0.000000,0.000000,0, - - - - -2.000000 -408.000000 -430.000000,236.000000,0.000000 -true - - -0xff0f0f80 - - - - -0xff0f0f0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,112.000000,0.000000,0,112.000000,0.000000,112.000000,0.000000,112.000000,408.000000,0,112.000000,408.000000,112.000000,408.000000,0.000000,408.000000,0,0.000000,408.000000,0.000000,408.000000,0.000000,0.000000,0, - - - - -XuiLabel1 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel2 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel3 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel4 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel5 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel6 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel7 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel8 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel9 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel10 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel11 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel12 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel13 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel14 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel15 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel16 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - - -XuiLabel17 -109.000000 -36.000000 -228.000000,232.000000,0.000000 -false -LabelControlsSceneAction - - - + + 1280.000000 + 720.000000 + + + + SceneControls + 1280.000000 + 720.000000 + CScene_Controls + XuiMenuScene + SchemeList + + + + Controller + 400.000000 + 270.000000 + 448.000000,338.000000,0.000000 + ControllerGraphic + + + + + SchemeList + 480.000000 + 128.000000 + 400.000031,194.000000,0.000000 + CXuiCtrl4JList + XuiLayoutList + InvertLook + + + + control_ListItem + 100.000000 + 20.000000 + 16.000000,32.000000,0.000000 + 5 + false + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 140.000000 + 40.000000 + 20.000000,40.000000,0.000000 + 5 + false + XuiLayoutListButton + 1 + 140.000000,40.000000,0.000000 + 10.000000,0.000000,0.000000 + + + + + control_ListItem + 140.000000 + 40.000000 + 20.000000,40.000000,0.000000 + 5 + false + XuiLayoutListButton + 1 + 140.000000,40.000000,0.000000 + 10.000000,0.000000,0.000000 + + + + + control_ListItem + 140.000000 + 40.000000 + 20.000000,40.000000,0.000000 + 5 + false + XuiLayoutListButton + 1 + 140.000000,40.000000,0.000000 + 10.000000,0.000000,0.000000 + + + + + control_ListItem + 140.000000 + 40.000000 + 20.000000,40.000000,0.000000 + 5 + false + XuiLayoutListButton + 1 + 140.000000,40.000000,0.000000 + 10.000000,0.000000,0.000000 + + + + + + InvertLook + 216.000000 + 32.000000 + 420.000031,282.000000,0.000000 + 5 + XuiCheckbox + SouthPaw + SouthPaw + SchemeList + 22528 + + + + + SouthPaw + 215.000000 + 32.000000 + 644.000000,282.000000,0.000000 + 5 + XuiCheckbox + InvertLook + InvertLook + SchemeList + 22528 + + + + + FigGroup + 1280.000000 + 720.000000 + 48 + + + + Dpad + 1280.000000 + 720.000000 + 48 + + + + FigDpad + 155.000000 + 4.000000 + 432.000000,606.000000,0.000000 + true + + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_controls_480.xui b/Minecraft.Client/Common/Media/xuiscene_controls_480.xui index 6509b1b3..c324e5d3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_controls_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_controls_480.xui @@ -1,1254 +1,195 @@ - -640.000000 -480.000000 - - - -SceneControls -640.000000 -480.000000 -CScene_Controls -XuiMenuScene -SchemeList - - - -Controller -400.000000 -270.000000 -224.000000,249.000000,0.000000 -0.500000,0.500000,1.000000 -ControllerGraphic - - - - -SchemeList -366.000000 -90.000000 -137.000000,136.000000,0.000000 -CXuiCtrl4JList -XuiLayoutListSmall -InvertLook - - - -control_ListItem -100.000000 -20.000000 -16.000000,32.000000,0.000000 -5 -false - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -InvertLook -156.000000 -20.000000 -156.999969,195.000000,0.000000 -XuiCheckboxSmall -SouthPaw -SouthPaw -SchemeList -22528 - - - - -SouthPaw -156.000000 -20.000000 -324.000000,195.000000,0.000000 -XuiCheckboxSmall -InvertLook -InvertLook -SchemeList -22528 - - - - -FigGroup -1280.000000 -720.000000 -0.500000,0.500000,0.500000 -48 - - - -Dpad -1280.000000 -720.000000 -48 - - - -FigDpad -155.000000 -4.000000 -432.000000,766.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -85.000000 -584.000000,684.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -DpadL -1280.000000 -720.000000 -48 - - - -4.000000 -102.000000 -599.000000,682.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigDpadL -170.000000 -4.000000 -432.000000,780.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -DpadR -1280.000000 -720.000000 -48 - - - -FigDpadR -140.000000 -4.000000 -432.000000,750.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -72.000000 -569.000000,682.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LT -1280.000000 -720.000000 -48 - - - -FigLT -110.000000 -4.000000 -432.000000,530.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RT -1280.000000 -720.000000 -48 - - - -FigRT -112.000000 -4.000000 -738.000000,530.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LStick -1280.000000 -720.000000 -48 - - - -4.000000 -533.000000,630.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigLStick -105.000000 -4.000000 -432.000000,656.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RStick -1280.000000 -720.000000 -48 - - - -4.000000 -65.000000 -690.000000,689.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigRStick -160.000000 -4.000000 -690.000000,750.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LStickButton -1280.000000 -720.000000 -48 - - - -4.000000 -533.000000,660.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigLStickButton -105.000000 -4.000000 -432.000000,686.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RStickButton -1280.000000 -720.000000 -48 - - - -4.000000 -690.000000,754.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigRStickButton -160.000000 -4.000000 -690.000000,780.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LB -1280.000000 -720.000000 -48 - - - -FigLB -100.000000 -4.000000 -432.000000,559.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RB -1280.000000 -720.000000 -48 - - - -FigRB -100.000000 -4.000000 -750.000000,559.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Back -1280.000000 -720.000000 -48 - - - -4.000000 -130.000000 -599.000000,501.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigBack -170.000000 -4.000000 -432.000000,501.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Start -1280.000000 -720.000000 -48 - - - -4.000000 -130.000000 -677.000000,501.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigStart -173.000000 -4.000000 -677.000000,501.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Y -1280.000000 -720.000000 -48 - - - -FigY -100.000000 -4.000000 -750.000000,596.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -X -1280.000000 -720.000000 -48 - - - -FigX -131.000000 -4.000000 -719.000000,686.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -63.000000 -719.000000,626.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -B -1280.000000 -720.000000 -48 - - - -FigB -70.000000 -4.000000 -780.000000,626.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -A -1280.000000 -720.000000 -48 - - - -FigA -100.000000 -4.000000 -750.000000,656.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -XuiText1 -421.000000 -86.583344 -429.500031,331.416656,0.000000 -true -The names of these groups and the Fig name inside them is used in the code for placement - don't change the names! -0xff0f0f0f -0x800f0f0f -0 - - - - - -CurrentLayout -344.000000 -20.000000 -148.000000,144.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -XuiBuildVer -238.000000 -28.000000 -93.000000,398.000000,0.000000 -XuiLabelDarkSmall - - - - -XuiLabel1 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel2 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel3 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel4 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel5 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel6 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel7 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel8 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel9 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel10 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel11 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel12 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel13 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel14 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel15 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel16 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel17 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - + + 640.000000 + 480.000000 + + + + SceneControls + 640.000000 + 480.000000 + CScene_Controls + XuiMenuScene + SchemeList + + + + Controller + 400.000000 + 270.000000 + 224.000000,249.000000,0.000000 + 0.500000,0.500000,1.000000 + ControllerGraphic + + + + + SchemeList + 366.000000 + 90.000000 + 137.000000,136.000000,0.000000 + CXuiCtrl4JList + XuiLayoutListSmall + InvertLook + + + + control_ListItem + 100.000000 + 20.000000 + 16.000000,32.000000,0.000000 + 5 + false + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + + InvertLook + 156.000000 + 20.000000 + 156.999969,195.000000,0.000000 + XuiCheckboxSmall + SouthPaw + SouthPaw + SchemeList + 22528 + + + + + SouthPaw + 156.000000 + 20.000000 + 324.000000,195.000000,0.000000 + XuiCheckboxSmall + InvertLook + InvertLook + SchemeList + 22528 + + + + + FigGroup + 1280.000000 + 720.000000 + 0.500000,0.500000,0.500000 + 48 + + + + Dpad + 1280.000000 + 720.000000 + 48 + + + + FigDpad + 155.000000 + 4.000000 + 432.000000,766.000000,0.000000 + true + + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_controls_small.xui b/Minecraft.Client/Common/Media/xuiscene_controls_small.xui index 2bc51771..def8932e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_controls_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_controls_small.xui @@ -1,1230 +1,171 @@ - -640.000000 -360.000000 - - - -SceneControls -1280.000000 -720.000000 -CScene_Controls -XuiMenuScene -SchemeList - - - -Controller -400.000000 -270.000000 -224.000000,139.000000,0.000000 -0.500000,0.500000,1.000000 -ControllerGraphic - - - - -SchemeList -366.000000 -90.000000 -137.000000,35.000000,0.000000 -CXuiCtrl4JList -XuiLayoutListSmall -InvertLook - - - -control_ListItem -100.000000 -20.000000 -16.000000,32.000000,0.000000 -5 -false - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - -control_ListItem -84.000000 -24.000000 -40.000000,30.000000,0.000000 -5 -false -XuiLayoutListButtonSmall -1 -84.000000,24.000000,0.000000 -17.000000,0.000000,0.000000 - - - - - -InvertLook -156.000000 -20.000000 -156.999969,95.000000,0.000000 -XuiCheckboxSmall -SouthPaw -SouthPaw -SchemeList -22528 - - - - -SouthPaw -156.000000 -20.000000 -324.000000,95.000000,0.000000 -XuiCheckboxSmall -InvertLook -InvertLook -SchemeList -22528 - - - - -FigGroup -1280.000000 -720.000000 -0.500000,0.500000,0.500000 -48 - - - -Dpad -1280.000000 -720.000000 -48 - - - -FigDpad -155.000000 -4.000000 -432.000000,542.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -82.000000 -584.000000,464.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -DpadL -1280.000000 -720.000000 -48 - - - -4.000000 -102.000000 -599.000000,462.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigDpadL -170.000000 -4.000000 -432.000000,560.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -DpadR -1280.000000 -720.000000 -48 - - - -FigDpadR -140.000000 -4.000000 -432.000000,530.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -72.000000 -569.000000,462.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LT -1280.000000 -720.000000 -48 - - - -FigLT -110.000000 -4.000000 -432.000000,310.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RT -1280.000000 -720.000000 -48 - - - -FigRT -112.000000 -4.000000 -738.000000,310.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LStick -1280.000000 -720.000000 -48 - - - -4.000000 -533.000000,410.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigLStick -105.000000 -4.000000 -432.000000,436.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RStick -1280.000000 -720.000000 -48 - - - -4.000000 -65.000000 -690.000000,469.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigRStick -160.000000 -4.000000 -690.000000,530.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LStickButton -1280.000000 -720.000000 -48 - - - -4.000000 -533.000000,440.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigLStickButton -105.000000 -4.000000 -432.000000,466.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RStickButton -1280.000000 -720.000000 -48 - - - -4.000000 -690.000000,534.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigRStickButton -160.000000 -4.000000 -690.000000,560.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -LB -1280.000000 -720.000000 -48 - - - -FigLB -100.000000 -4.000000 -432.000000,339.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -RB -1280.000000 -720.000000 -48 - - - -FigRB -100.000000 -4.000000 -750.000000,339.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Back -1280.000000 -720.000000 -48 - - - -4.000000 -130.000000 -599.000000,281.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigBack -170.000000 -4.000000 -432.000000,281.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Start -1280.000000 -720.000000 -48 - - - -4.000000 -130.000000 -677.000000,281.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -FigStart -173.000000 -4.000000 -677.000000,281.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -Y -1280.000000 -720.000000 -48 - - - -FigY -100.000000 -4.000000 -750.000000,376.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -X -1280.000000 -720.000000 -48 - - - -FigX -131.000000 -4.000000 -719.000000,466.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - -4.000000 -63.000000 -719.000000,406.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -B -1280.000000 -720.000000 -48 - - - -FigB -70.000000 -4.000000 -780.000000,406.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -A -1280.000000 -720.000000 -48 - - - -FigA -100.000000 -4.000000 -750.000000,436.000000,0.000000 - - -0xff0f0f80 - - - - -0xffebcc0f - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,187.000000,0.000000,0,187.000000,0.000000,187.000000,0.000000,187.000000,8.000000,0,187.000000,8.000000,187.000000,8.000000,0.000000,8.000000,0,0.000000,8.000000,0.000000,8.000000,0.000000,0.000000,0, - - - - - -XuiText1 -421.000000 -86.583344 -433.000000,256.416656,0.000000 -true -The names of these groups and the Fig name inside them is used in the code for placement - don't change the names! -0xff0f0f0f -0x800f0f0f -0 - - - - - -CurrentLayout -344.000000 -20.000000 -148.000000,44.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -XuiBuildVer -238.000000 -28.000000 -93.000000,331.000000,0.000000 -XuiLabelDark - - - - -XuiLabel1 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel2 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel3 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel4 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel5 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel6 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel7 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel8 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel9 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel10 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel11 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel12 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel13 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel14 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel15 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel16 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - - -XuiLabel17 -109.000000 -36.000000 -17.000000,232.000000,0.000000 -false -LabelControlsSceneActionSmall - - - + + 640.000000 + 360.000000 + + + + SceneControls + 1280.000000 + 720.000000 + CScene_Controls + XuiMenuScene + SchemeList + + + + Controller + 400.000000 + 270.000000 + 224.000000,139.000000,0.000000 + 0.500000,0.500000,1.000000 + ControllerGraphic + + + + + SchemeList + 366.000000 + 90.000000 + 137.000000,35.000000,0.000000 + CXuiCtrl4JList + XuiLayoutListSmall + InvertLook + + + + control_ListItem + 100.000000 + 20.000000 + 16.000000,32.000000,0.000000 + 5 + false + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + control_ListItem + 84.000000 + 24.000000 + 40.000000,30.000000,0.000000 + 5 + false + XuiLayoutListButtonSmall + 1 + 84.000000,24.000000,0.000000 + 17.000000,0.000000,0.000000 + + + + + + InvertLook + 156.000000 + 20.000000 + 156.999969,95.000000,0.000000 + XuiCheckboxSmall + SouthPaw + SouthPaw + SchemeList + 22528 + + + + + SouthPaw + 156.000000 + 20.000000 + 324.000000,95.000000,0.000000 + XuiCheckboxSmall + InvertLook + InvertLook + SchemeList + 22528 + + + + + FigGroup + 1280.000000 + 720.000000 + 0.500000,0.500000,0.500000 + 48 + + + + Dpad + 1280.000000 + 720.000000 + 48 + + + + FigDpad + 155.000000 + 4.000000 + 432.000000,542.000000,0.000000 + true + + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2.xui b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2.xui index 75cf815a..0b0d231d 100644 --- a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2.xui +++ b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2.xui @@ -1,2605 +1,2598 @@ - -1280.000000 -720.000000 - - - -XuiCraftingPanel -1280.000000 -720.000000 -CXuiSceneCraftingPanel -XuiMenuScene - - - -Group -1280.000000 -720.000000 -15 - - - -MainPanel -591.000000 -490.000000 -344.000000,114.000000,0.000000 -CraftingPanel2x2 - - - - -Group_Tab_Images -1280.000000 -200.000000 -0.000000,20.000000,0.000000 -48 - - - -TabImage1 -107.000000 -85.000000 -341.000000,89.000000,0.000000 -false -CraftingPanelTabLeft - - - - -TabImage2 -107.000000 -85.000000 -439.000000,89.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage3 -107.000000 -85.000000 -537.000000,89.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage4 -107.000000 -85.000000 -635.000000,89.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage5 -107.000000 -85.000000 -733.000000,89.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage6 -107.000000 -85.000000 -831.000000,89.000000,0.000000 -false -CraftingPanelTabRight - - - - -TabImage7 -107.000000 -85.000000 -929.000000,89.000000,0.000000 -false -CraftingPanelTabRight - - - - - -Group_Tab_Icons -1280.000000 -200.000000 -0.000000,-24.000000,0.000000 -48 - - - -Icon_1 -48.000000 -48.000000 -370.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -48.000000 -48.000000 -468.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -48.000000 -48.000000 -566.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -48.000000 -48.000000 -664.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -48.000000 -48.000000 -763.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -48.000000 -48.000000 -861.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -48.000000 -48.000000 -959.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - - -XuiGroupName -568.000000 -27.000000 -356.000000,208.000000,0.000000 -XuiLabelDarkCentred - - - - -SceneCraftScrollGroup -1280.000000 -720.000000 -48 - - - -XuiHSlot0 -46.000000 -46.000000 -375.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot1 -46.000000 -46.000000 -429.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot2 -46.000000 -46.000000 -483.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot3 -46.000000 -46.000000 -537.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot4 -46.000000 -46.000000 -591.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot5 -46.000000 -46.000000 -645.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot6 -46.000000 -46.000000 -699.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot7 -46.000000 -46.000000 -753.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot8 -46.000000 -46.000000 -807.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot9 -46.000000 -46.000000 -861.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiImageScrollBar -80.000000 -258.000000 -357.000000,153.000000,0.000000 -CraftingPanelVScroll3 - - - - -XuiImageScrollBar2Slot -80.000000 -204.000000 -357.000000,207.000000,0.000000 -CraftingPanelVScroll2 - - - - -XuiVSlot0 -46.000000 -46.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiVSlot1 -46.000000 -46.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHighlight -72.000000 -72.000000 -361.000000,245.000000,0.000000 -CraftingPanelHighlight - - - - -XuiVSlot2 -46.000000 -46.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot10 -46.000000 -46.000000 -861.000000,259.000000,0.000000 -4 -false -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot11 -46.000000 -46.000000 -861.000000,259.000000,0.000000 -4 -false -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Grid -242.000000 -96.000000 -363.000000,457.000000,0.000000 - - - -CraftingInput1 -48.000000 -48.000000 -10.000000,0.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput2 -48.000000 -48.000000 -58.000000,0.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput3 -48.000000 -48.000000 -10.000000,48.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput4 -48.000000 -48.000000 -58.000000,48.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingArrow -32.000000 -32.000000 -118.000000,30.000000,0.000000 -CraftingProgressArrowSmall - - - - -CraftingOutputRed -72.000000 -72.000000 -160.000000,10.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed72 - - - - -XuiHTMLText -283.000000 -156.000000 -262.000000,-49.000000,0.000000 -false -XuiHtmlControl - - - - -XuiItemName -246.000000 -50.000000 --3.000000,-52.000000,0.000000 -XuiLabelDarkCentredWrap - - - - -Inventory -298.000000 -27.000000 -255.000000,-52.000000,0.000000 -false -XuiLabelDarkCentred - - - - -Ingredient4 -32.000000 -32.000000 -269.000000,87.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Ingredient3 -32.000000 -32.000000 -269.000000,53.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Ingredient2 -32.000000 -32.000000 -269.000000,17.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Ingredient1 -32.000000 -32.000000 -269.000000,-19.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput5 -48.000000 -48.000000 -53.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput6 -48.000000 -48.000000 -53.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput7 -48.000000 -48.000000 -53.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput8 -48.000000 -48.000000 -53.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput9 -48.000000 -48.000000 -53.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - - -InventoryGrid -290.000000 -144.000000 -622.000000,439.000000,0.000000 - - - -Inventory -288.000000 -96.000000 -8 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -UseRow -288.000000 -32.000000 --0.000000,112.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -0.000000,0.000000,0.000000 - - - -0 --261.000000,0.000000,0.000000 - - - -2 -100 --100 -50 --261.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiCraftingPanel + 1280.000000 + 720.000000 + CXuiSceneCraftingPanel + XuiMenuScene + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 51 + + + + none + 51 + + + + easein + 51 + + + + none + 52 + + + + easein + 52 + + + + none + 51 + + + + + + Group + 1280.000000 + 720.000000 + 15 + + + + MainPanel + 591.000000 + 490.000000 + 344.000000,114.000000,0.000000 + CraftingPanel2x2 + + + + + Group_Tab_Images + 1280.000000 + 200.000000 + 0.000000,20.000000,0.000000 + 48 + + + + TabImage1 + 107.000000 + 85.000000 + 341.000000,89.000000,0.000000 + false + CraftingPanelTabLeft + + + + + TabImage2 + 107.000000 + 85.000000 + 439.000000,89.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage3 + 107.000000 + 85.000000 + 537.000000,89.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage4 + 107.000000 + 85.000000 + 635.000000,89.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage5 + 107.000000 + 85.000000 + 733.000000,89.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage6 + 107.000000 + 85.000000 + 831.000000,89.000000,0.000000 + false + CraftingPanelTabRight + + + + + TabImage7 + 107.000000 + 85.000000 + 929.000000,89.000000,0.000000 + false + CraftingPanelTabRight + + + + + + Group_Tab_Icons + 1280.000000 + 200.000000 + 0.000000,-24.000000,0.000000 + 48 + + + + Icon_1 + 48.000000 + 48.000000 + 370.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 48.000000 + 48.000000 + 468.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 48.000000 + 48.000000 + 566.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 48.000000 + 48.000000 + 664.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 48.000000 + 48.000000 + 763.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 48.000000 + 48.000000 + 861.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 48.000000 + 48.000000 + 959.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + + XuiGroupName + 568.000000 + 27.000000 + 356.000000,208.000000,0.000000 + XuiLabelDarkCentred + + + + + SceneCraftScrollGroup + 1280.000000 + 720.000000 + 48 + + + + XuiHSlot0 + 46.000000 + 46.000000 + 375.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot1 + 46.000000 + 46.000000 + 429.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot2 + 46.000000 + 46.000000 + 483.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot3 + 46.000000 + 46.000000 + 537.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot4 + 46.000000 + 46.000000 + 591.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot5 + 46.000000 + 46.000000 + 645.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot6 + 46.000000 + 46.000000 + 699.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot7 + 46.000000 + 46.000000 + 753.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot8 + 46.000000 + 46.000000 + 807.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot9 + 46.000000 + 46.000000 + 861.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiImageScrollBar + 80.000000 + 258.000000 + 357.000000,153.000000,0.000000 + CraftingPanelVScroll3 + + + + + XuiImageScrollBar2Slot + 80.000000 + 204.000000 + 357.000000,207.000000,0.000000 + CraftingPanelVScroll2 + + + + + XuiVSlot0 + 46.000000 + 46.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiVSlot1 + 46.000000 + 46.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHighlight + 72.000000 + 72.000000 + 361.000000,245.000000,0.000000 + CraftingPanelHighlight + + + + + XuiVSlot2 + 46.000000 + 46.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot10 + 46.000000 + 46.000000 + 861.000000,259.000000,0.000000 + 4 + false + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot11 + 46.000000 + 46.000000 + 861.000000,259.000000,0.000000 + 4 + false + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + + Grid + 242.000000 + 96.000000 + 363.000000,457.000000,0.000000 + + + + CraftingInput1 + 48.000000 + 48.000000 + 10.000000,0.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput2 + 48.000000 + 48.000000 + 58.000000,0.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput3 + 48.000000 + 48.000000 + 10.000000,48.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput4 + 48.000000 + 48.000000 + 58.000000,48.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingArrow + 32.000000 + 32.000000 + 118.000000,30.000000,0.000000 + CraftingProgressArrowSmall + + + + + CraftingOutputRed + 72.000000 + 72.000000 + 160.000000,10.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed72 + + + + + XuiHTMLText + 283.000000 + 156.000000 + 262.000000,-49.000000,0.000000 + false + XuiHtmlControl + + + + + XuiItemName + 246.000000 + 50.000000 + -3.000000,-52.000000,0.000000 + XuiLabelDarkCentredWrap + + + + + Inventory + 298.000000 + 27.000000 + 255.000000,-52.000000,0.000000 + false + XuiLabelDarkCentred + + + + + Ingredient4 + 32.000000 + 32.000000 + 269.000000,87.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Ingredient3 + 32.000000 + 32.000000 + 269.000000,53.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Ingredient2 + 32.000000 + 32.000000 + 269.000000,17.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Ingredient1 + 32.000000 + 32.000000 + 269.000000,-19.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput5 + 48.000000 + 48.000000 + 53.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput6 + 48.000000 + 48.000000 + 53.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput7 + 48.000000 + 48.000000 + 53.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput8 + 48.000000 + 48.000000 + 53.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput9 + 48.000000 + 48.000000 + 53.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + + InventoryGrid + 290.000000 + 144.000000 + 622.000000,439.000000,0.000000 + + + + Inventory + 288.000000 + 96.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + UseRow + 288.000000 + 32.000000 + -0.000000,112.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_480.xui b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_480.xui index a0844d48..0755ab1f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_480.xui @@ -1,2772 +1,3024 @@ - -640.000000 -480.000000 - - - -XuiCraftingPanel -640.000000 -480.000000 -CXuiSceneCraftingPanel -XuiMenuScene - - - -Group -640.000000 -480.000000 -15 - - - -MainPanel -420.000000 -284.000000 -110.000000,98.000000,0.000000 -CraftingPanel2x2Small - - - - -Group_Tab_Images -640.000000 -50.000000 -0.000000,96.000000,0.000000 -48 - - - -TabImage1 -72.000000 -56.000000 -110.000000,0.000000,0.000000 -false -CraftingPanelTabLeftSmall - - - - -TabImage2 -72.000000 -56.000000 -180.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage3 -72.000000 -56.000000 -249.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage4 -72.000000 -56.000000 -319.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage5 -72.000000 -56.000000 -389.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage6 -72.000000 -56.000000 -458.000000,0.000000,0.000000 -false -CraftingPanelTabRightSmall - - - - -TabImage7 -72.000000 -56.000000 -528.000000,0.000000,0.000000 -false -CraftingPanelTabRightSmall - - - - - -Group_Tab_Icons -640.000000 -50.000000 -0.000000,96.000000,0.000000 -48 - - - -Icon_1 -32.000000 -32.000000 -130.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -32.000000 -32.000000 -200.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -32.000000 -32.000000 -270.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -32.000000 -32.000000 -339.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -32.000000 -32.000000 -409.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -32.000000 -32.000000 -479.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -32.000000 -32.000000 -549.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - - -SceneCraftScrollGroup -640.000000 -135.000000 -0.000000,94.000000,0.000000 -48 - - - -XuiImageScrollBar -22.000000 -67.000000 -134.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiImageScrollBar2Slot -22.000000 -67.000000 -134.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiVSlot0 -34.000000 -34.000000 -620.000000,90.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiVSlot1 -34.000000 -34.000000 -620.000000,90.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHighlight -43.000000 -43.000000 -123.000000,84.000000,0.000000 -CraftingPanelHighlightSmall - - - - -XuiVSlot2 -34.000000 -34.000000 -620.000000,90.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot0 -34.000000 -34.000000 -128.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot1 -34.000000 -34.000000 -167.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot2 -34.000000 -34.000000 -206.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot3 -34.000000 -34.000000 -245.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot4 -34.000000 -34.000000 -284.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot5 -34.000000 -34.000000 -323.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot6 -34.000000 -34.000000 -362.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot7 -34.000000 -34.000000 -401.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot8 -34.000000 -34.000000 -439.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot9 -34.000000 -34.000000 -478.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot10 -34.000000 -34.000000 -515.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot11 -34.000000 -34.000000 -529.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Grid -170.000000 -132.000000 -123.000000,235.000000,0.000000 - - - -CraftingArrow -32.000000 -32.000000 -82.000000,70.000000,0.000000 -CraftingProgressArrowSmall - - - - -CraftingInput1 -38.000000 -38.000000 -3.000000,49.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput2 -38.000000 -38.000000 -41.000000,49.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput3 -38.000000 -38.000000 -3.000000,87.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput4 -38.000000 -38.000000 -41.000000,87.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingOutputRed -50.000000 -50.000000 -117.000000,62.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -XuiHTMLText -207.177460 -114.567886 -182.893524,2.411270,0.000000 -false -XuiHtmlControl - - - - -XuiItemName -160.283936 -49.035492 -4.858025,0.000000,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -Inventory -212.000000 -21.000000 -180.000000,0.000000,0.000000 -false -XuiLabelDarkCentredWrapSmall - - - - -Ingredient4 -26.000000 -26.000000 -182.000000,105.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient3 -26.000000 -26.000000 -182.000000,77.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient2 -26.000000 -26.000000 -182.000000,49.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient1 -26.000000 -26.000000 -182.000000,21.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput5 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput6 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput7 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput8 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput9 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - - -XuiGroupName -408.000000 -27.000000 -116.000000,153.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -InventoryGrid -207.000000 -99.000000 -306.000000,260.000000,0.000000 - - - -Inventory -198.000000 -66.000000 -4.000000,0.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -198.000000 -22.000000 -4.000000,76.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - - + + 640.000000 + 480.000000 + + + + XuiCraftingPanel + 640.000000 + 480.000000 + CXuiSceneCraftingPanel + XuiMenuScene + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + + + Group + 640.000000 + 480.000000 + 15 + + + + MainPanel + 420.000000 + 284.000000 + 110.000000,98.000000,0.000000 + CraftingPanel2x2Small + + + + + Group_Tab_Images + 640.000000 + 50.000000 + 0.000000,96.000000,0.000000 + 48 + + + + TabImage1 + 72.000000 + 56.000000 + 110.000000,0.000000,0.000000 + false + CraftingPanelTabLeftSmall + + + + + TabImage2 + 72.000000 + 56.000000 + 180.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage3 + 72.000000 + 56.000000 + 249.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage4 + 72.000000 + 56.000000 + 319.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage5 + 72.000000 + 56.000000 + 389.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage6 + 72.000000 + 56.000000 + 458.000000,0.000000,0.000000 + false + CraftingPanelTabRightSmall + + + + + TabImage7 + 72.000000 + 56.000000 + 528.000000,0.000000,0.000000 + false + CraftingPanelTabRightSmall + + + + + + Group_Tab_Icons + 640.000000 + 50.000000 + 0.000000,96.000000,0.000000 + 48 + + + + Icon_1 + 32.000000 + 32.000000 + 130.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 32.000000 + 32.000000 + 200.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 32.000000 + 32.000000 + 270.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 32.000000 + 32.000000 + 339.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 32.000000 + 32.000000 + 409.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 32.000000 + 32.000000 + 479.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 32.000000 + 32.000000 + 549.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + + SceneCraftScrollGroup + 640.000000 + 135.000000 + 0.000000,94.000000,0.000000 + 48 + + + + XuiImageScrollBar + 22.000000 + 67.000000 + 134.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiImageScrollBar2Slot + 22.000000 + 67.000000 + 134.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiVSlot0 + 34.000000 + 34.000000 + 620.000000,90.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiVSlot1 + 34.000000 + 34.000000 + 620.000000,90.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHighlight + 43.000000 + 43.000000 + 123.000000,84.000000,0.000000 + CraftingPanelHighlightSmall + + + + + XuiVSlot2 + 34.000000 + 34.000000 + 620.000000,90.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot0 + 34.000000 + 34.000000 + 128.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot1 + 34.000000 + 34.000000 + 167.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot2 + 34.000000 + 34.000000 + 206.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot3 + 34.000000 + 34.000000 + 245.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot4 + 34.000000 + 34.000000 + 284.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot5 + 34.000000 + 34.000000 + 323.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot6 + 34.000000 + 34.000000 + 362.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot7 + 34.000000 + 34.000000 + 401.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot8 + 34.000000 + 34.000000 + 439.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot9 + 34.000000 + 34.000000 + 478.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot10 + 34.000000 + 34.000000 + 515.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot11 + 34.000000 + 34.000000 + 529.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + + Grid + 170.000000 + 132.000000 + 123.000000,235.000000,0.000000 + + + + CraftingArrow + 32.000000 + 32.000000 + 82.000000,70.000000,0.000000 + CraftingProgressArrowSmall + + + + + CraftingInput1 + 38.000000 + 38.000000 + 3.000000,49.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput2 + 38.000000 + 38.000000 + 41.000000,49.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput3 + 38.000000 + 38.000000 + 3.000000,87.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput4 + 38.000000 + 38.000000 + 41.000000,87.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingOutputRed + 50.000000 + 50.000000 + 117.000000,62.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + XuiHTMLText + 207.177460 + 114.567886 + 182.893524,2.411270,0.000000 + false + XuiHtmlControl_Small + + + + + XuiItemName + 160.283936 + 49.035492 + 4.858025,0.000000,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + Inventory + 212.000000 + 21.000000 + 180.000000,0.000000,0.000000 + false + XuiLabelDarkCentredWrapSmall + + + + + Ingredient4 + 26.000000 + 26.000000 + 182.000000,105.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient3 + 26.000000 + 26.000000 + 182.000000,77.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient2 + 26.000000 + 26.000000 + 182.000000,49.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient1 + 26.000000 + 26.000000 + 182.000000,21.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput5 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput6 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput7 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput8 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput9 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + + XuiGroupName + 408.000000 + 27.000000 + 116.000000,153.000000,0.000000 + XuiLabelDarkCentredSmall + + + + + InventoryGrid + 207.000000 + 99.000000 + 306.000000,260.000000,0.000000 + + + + Inventory + 198.000000 + 66.000000 + 4.000000,0.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 198.000000 + 22.000000 + 4.000000,76.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_small.xui b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_small.xui index 52976399..c145dcdd 100644 --- a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_2x2_small.xui @@ -1,2557 +1,2802 @@ - -530.000000 -290.000000 - - - -XuiCraftingPanel -640.000000 -360.000000 -CXuiSceneCraftingPanel -XuiMenuScene - - - -Group -640.000000 -360.000000 -15 - - - -MainPanel -420.000000 -284.000000 -110.000000,3.000000,0.000000 -CraftingPanel2x2Small - - - - -Group_Tab_Images -640.000000 -50.000000 -48 - - - -TabImage1 -72.000000 -56.000000 -110.000000,1.000000,0.000000 -false -CraftingPanelTabLeftSmall - - - - -TabImage2 -72.000000 -56.000000 -180.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage3 -72.000000 -56.000000 -249.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage4 -72.000000 -56.000000 -319.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage5 -72.000000 -56.000000 -389.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage6 -72.000000 -56.000000 -458.000000,1.000000,0.000000 -false -CraftingPanelTabRightSmall - - - - -TabImage7 -72.000000 -56.000000 -528.000000,1.000000,0.000000 -false -CraftingPanelTabRightSmall - - - - - -Group_Tab_Icons -640.000000 -50.000000 -48 - - - -Icon_1 -32.000000 -32.000000 -130.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -32.000000 -32.000000 -200.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -32.000000 -32.000000 -270.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -32.000000 -32.000000 -339.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -32.000000 -32.000000 -409.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -32.000000 -32.000000 -479.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -32.000000 -32.000000 -549.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - - -SceneCraftScrollGroup -640.000000 -135.000000 -48 - - - -XuiImageScrollBar -22.000000 -67.000000 -134.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiImageScrollBar2Slot -22.000000 -67.000000 -134.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiVSlot0 -34.000000 -34.000000 -620.000000,93.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiVSlot1 -34.000000 -34.000000 -620.000000,93.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHighlight -43.000000 -43.000000 -123.000000,84.000000,0.000000 -CraftingPanelHighlightSmall - - - - -XuiVSlot2 -34.000000 -34.000000 -620.000000,93.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot0 -34.000000 -34.000000 -128.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot1 -34.000000 -34.000000 -167.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot2 -34.000000 -34.000000 -206.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot3 -34.000000 -34.000000 -245.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot4 -34.000000 -34.000000 -284.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot5 -34.000000 -34.000000 -323.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot6 -34.000000 -34.000000 -362.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot7 -34.000000 -34.000000 -401.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot8 -34.000000 -34.000000 -439.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot9 -34.000000 -34.000000 -478.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot10 -34.000000 -34.000000 -515.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot11 -34.000000 -34.000000 -529.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Grid -170.000000 -132.000000 -123.000000,140.000000,0.000000 - - - -CraftingArrow -32.000000 -32.000000 -82.000000,75.000000,0.000000 -CraftingProgressArrowSmall - - - - -CraftingInput1 -38.000000 -38.000000 -3.000000,54.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput2 -38.000000 -38.000000 -41.000000,54.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput3 -38.000000 -38.000000 -3.000000,92.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput4 -38.000000 -38.000000 -41.000000,92.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingOutputRed -50.000000 -50.000000 -117.000000,67.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -XuiHTMLText -204.000000 -108.000000 -184.000000,0.000000,0.000000 -false -XuiHtmlControl - - - - -XuiItemName -168.000000 -50.000000 -1.000000,0.000000,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -Inventory -212.000000 -21.000000 -180.000000,0.000000,0.000000 -false -XuiLabelDarkCentredWrapSmall - - - - -Ingredient4 -26.000000 -26.000000 -187.000000,105.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient3 -26.000000 -26.000000 -187.000000,77.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient2 -26.000000 -26.000000 -187.000000,49.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient1 -26.000000 -26.000000 -187.000000,21.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput5 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput6 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput7 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput8 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput9 -38.000000 -38.000000 -43.000000,48.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - - -XuiGroupName -408.000000 -27.000000 -116.000000,58.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -InventoryGrid -207.000000 -99.000000 -306.000000,170.000000,0.000000 - - - -Inventory -198.000000 -66.000000 -4.000000,0.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -198.000000 -22.000000 -4.000000,76.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -0.000000,0.000000,0.000000 - - - -0 --261.000000,0.000000,0.000000 - - - -2 -100 --100 -50 --261.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - - + + 530.000000 + 290.000000 + + + + XuiCraftingPanel + 640.000000 + 360.000000 + CXuiSceneCraftingPanel + XuiMenuScene + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 50 + + + + none + 50 + + + + easein + 50 + + + + none + 51 + + + + easein + 51 + + + + none + 50 + + + + + + Group + 640.000000 + 360.000000 + 15 + + + + MainPanel + 420.000000 + 284.000000 + 110.000000,3.000000,0.000000 + CraftingPanel2x2Small + + + + + Group_Tab_Images + 640.000000 + 50.000000 + 48 + + + + TabImage1 + 72.000000 + 56.000000 + 110.000000,1.000000,0.000000 + false + CraftingPanelTabLeftSmall + + + + + TabImage2 + 72.000000 + 56.000000 + 180.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage3 + 72.000000 + 56.000000 + 249.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage4 + 72.000000 + 56.000000 + 319.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage5 + 72.000000 + 56.000000 + 389.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage6 + 72.000000 + 56.000000 + 458.000000,1.000000,0.000000 + false + CraftingPanelTabRightSmall + + + + + TabImage7 + 72.000000 + 56.000000 + 528.000000,1.000000,0.000000 + false + CraftingPanelTabRightSmall + + + + + + Group_Tab_Icons + 640.000000 + 50.000000 + 48 + + + + Icon_1 + 32.000000 + 32.000000 + 130.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 32.000000 + 32.000000 + 200.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 32.000000 + 32.000000 + 270.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 32.000000 + 32.000000 + 339.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 32.000000 + 32.000000 + 409.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 32.000000 + 32.000000 + 479.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 32.000000 + 32.000000 + 549.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + + SceneCraftScrollGroup + 640.000000 + 135.000000 + 48 + + + + XuiImageScrollBar + 22.000000 + 67.000000 + 134.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiImageScrollBar2Slot + 22.000000 + 67.000000 + 134.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiVSlot0 + 34.000000 + 34.000000 + 620.000000,93.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiVSlot1 + 34.000000 + 34.000000 + 620.000000,93.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHighlight + 43.000000 + 43.000000 + 123.000000,84.000000,0.000000 + CraftingPanelHighlightSmall + + + + + XuiVSlot2 + 34.000000 + 34.000000 + 620.000000,93.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot0 + 34.000000 + 34.000000 + 128.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot1 + 34.000000 + 34.000000 + 167.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot2 + 34.000000 + 34.000000 + 206.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot3 + 34.000000 + 34.000000 + 245.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot4 + 34.000000 + 34.000000 + 284.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot5 + 34.000000 + 34.000000 + 323.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot6 + 34.000000 + 34.000000 + 362.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot7 + 34.000000 + 34.000000 + 401.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot8 + 34.000000 + 34.000000 + 439.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot9 + 34.000000 + 34.000000 + 478.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot10 + 34.000000 + 34.000000 + 515.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot11 + 34.000000 + 34.000000 + 529.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + + Grid + 170.000000 + 132.000000 + 123.000000,140.000000,0.000000 + + + + CraftingArrow + 32.000000 + 32.000000 + 82.000000,75.000000,0.000000 + CraftingProgressArrowSmall + + + + + CraftingInput1 + 38.000000 + 38.000000 + 3.000000,54.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput2 + 38.000000 + 38.000000 + 41.000000,54.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput3 + 38.000000 + 38.000000 + 3.000000,92.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput4 + 38.000000 + 38.000000 + 41.000000,92.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingOutputRed + 50.000000 + 50.000000 + 117.000000,67.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + XuiHTMLText + 204.000000 + 108.000000 + 184.000000,0.000000,0.000000 + false + XuiHtmlControl_Small + + + + + XuiItemName + 168.000000 + 50.000000 + 1.000000,0.000000,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + Inventory + 212.000000 + 21.000000 + 180.000000,0.000000,0.000000 + false + XuiLabelDarkCentredWrapSmall + + + + + Ingredient4 + 26.000000 + 26.000000 + 187.000000,105.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient3 + 26.000000 + 26.000000 + 187.000000,77.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient2 + 26.000000 + 26.000000 + 187.000000,49.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient1 + 26.000000 + 26.000000 + 187.000000,21.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput5 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput6 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput7 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput8 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput9 + 38.000000 + 38.000000 + 43.000000,48.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + + XuiGroupName + 408.000000 + 27.000000 + 116.000000,58.000000,0.000000 + XuiLabelDarkCentredSmall + + + + + InventoryGrid + 207.000000 + 99.000000 + 306.000000,170.000000,0.000000 + + + + Inventory + 198.000000 + 66.000000 + 4.000000,0.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 198.000000 + 22.000000 + 4.000000,76.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3.xui b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3.xui index 91462425..56812c56 100644 --- a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3.xui +++ b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3.xui @@ -1,3332 +1,3325 @@ - -1280.000000 -720.000000 - - - -XuiCraftingPanel -1280.000000 -720.000000 -CXuiSceneCraftingPanel -XuiMenuScene - - - -Group -1280.000000 -720.000000 -15 - - - -MainPanel -689.000000 -490.000000 -295.000000,115.000000,0.000000 -CraftingPanel3x3 - - - - -Group_Tab_Images -1280.000000 -200.000000 -0.000000,20.000000,0.000000 -48 - - - -TabImage1 -107.000000 -85.000000 -292.000000,90.000000,0.000000 -false -CraftingPanelTabLeft - - - - -TabImage2 -107.000000 -85.000000 -390.000000,90.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage3 -107.000000 -85.000000 -488.000000,90.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage4 -107.000000 -85.000000 -586.000000,90.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage5 -107.000000 -85.000000 -684.000000,90.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage6 -107.000000 -85.000000 -782.000000,90.000000,0.000000 -false -CraftingPanelTabMiddle - - - - -TabImage7 -107.000000 -85.000000 -880.000000,90.000000,0.000000 -false -CraftingPanelTabRight - - - - - -Group_Tab_Icons -1280.000000 -200.000000 -0.000000,-24.000000,0.000000 -48 - - - -Icon_1 -48.000000 -48.000000 -321.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -48.000000 -48.000000 -419.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -48.000000 -48.000000 -517.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -48.000000 -48.000000 -615.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -48.000000 -48.000000 -714.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -48.000000 -48.000000 -812.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -48.000000 -48.000000 -910.000000,152.000000,0.000000 -false -CraftingCategoryIcon - - - - - -XuiGroupName -568.000000 -27.000000 -355.630280,208.000000,0.000000 -XuiLabelDarkCentred - - - - -SceneCraftScrollGroup -1280.000000 -720.000000 -48 - - - -XuiHSlot0 -46.000000 -46.000000 -320.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot1 -46.000000 -46.000000 -374.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot2 -46.000000 -46.000000 -428.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot3 -46.000000 -46.000000 -482.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot4 -46.000000 -46.000000 -536.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot5 -46.000000 -46.000000 -590.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot6 -46.000000 -46.000000 -644.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot7 -46.000000 -46.000000 -698.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot8 -46.000000 -46.000000 -752.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot9 -46.000000 -46.000000 -806.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot10 -46.000000 -46.000000 -860.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot11 -46.000000 -46.000000 -914.000000,259.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiImageScrollBar -80.000000 -258.000000 -303.000000,153.000000,0.000000 -CraftingPanelVScroll3 - - - - -XuiImageScrollBar2Slot -80.000000 -204.000000 -303.000000,207.000000,0.000000 -CraftingPanelVScroll2 - - - - -XuiVSlot0 -46.000000 -46.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiVSlot1 -46.000000 -46.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHighlight -72.000000 -72.000000 -307.000000,246.000000,0.000000 -CraftingPanelHighlight - - - - -XuiVSlot2 -46.000000 -46.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Grid -262.000000 -144.000000 -318.000000,427.000000,0.000000 - - - -CraftingArrow -32.000000 -32.000000 -152.000000,70.000000,0.000000 -CraftingProgressArrowSmall - - - - -CraftingOutputRed -72.000000 -72.000000 -206.000000,52.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed72 - - - - -CraftingInput1 -46.000000 -46.000000 -0.000000,20.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput2 -46.000000 -46.000000 -46.000000,20.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput3 -46.000000 -46.000000 -92.000000,20.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput4 -46.000000 -46.000000 -0.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput5 -46.000000 -46.000000 -46.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput6 -46.000000 -46.000000 -92.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput7 -46.000000 -46.000000 -0.000000,112.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput8 -46.000000 -46.000000 -46.000031,112.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput9 -46.000000 -46.000000 -92.000031,112.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -XuiHTMLText -332.000000 -170.000000 -305.000000,-19.000000,0.000000 -false -XuiHtmlControl - - - - -XuiItemName -281.000000 -50.000000 --2.000000,-29.000000,0.000000 -XuiLabelDarkCentredWrap -yyyyyyWWWWWWWWWWWWWWWW + + 1280.000000 + 720.000000 + + + + XuiCraftingPanel + 1280.000000 + 720.000000 + CXuiSceneCraftingPanel + XuiMenuScene + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 56 + + + + none + 56 + + + + easein + 56 + + + + none + 57 + + + + easein + 57 + + + + none + 56 + + + + + + Group + 1280.000000 + 720.000000 + 15 + + + + MainPanel + 689.000000 + 490.000000 + 295.000000,115.000000,0.000000 + CraftingPanel3x3 + + + + + Group_Tab_Images + 1280.000000 + 200.000000 + 0.000000,20.000000,0.000000 + 48 + + + + TabImage1 + 107.000000 + 85.000000 + 292.000000,90.000000,0.000000 + false + CraftingPanelTabLeft + + + + + TabImage2 + 107.000000 + 85.000000 + 390.000000,90.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage3 + 107.000000 + 85.000000 + 488.000000,90.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage4 + 107.000000 + 85.000000 + 586.000000,90.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage5 + 107.000000 + 85.000000 + 684.000000,90.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage6 + 107.000000 + 85.000000 + 782.000000,90.000000,0.000000 + false + CraftingPanelTabMiddle + + + + + TabImage7 + 107.000000 + 85.000000 + 880.000000,90.000000,0.000000 + false + CraftingPanelTabRight + + + + + + Group_Tab_Icons + 1280.000000 + 200.000000 + 0.000000,-24.000000,0.000000 + 48 + + + + Icon_1 + 48.000000 + 48.000000 + 321.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 48.000000 + 48.000000 + 419.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 48.000000 + 48.000000 + 517.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 48.000000 + 48.000000 + 615.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 48.000000 + 48.000000 + 714.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 48.000000 + 48.000000 + 812.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 48.000000 + 48.000000 + 910.000000,152.000000,0.000000 + false + CraftingCategoryIcon + + + + + + XuiGroupName + 568.000000 + 27.000000 + 355.630280,208.000000,0.000000 + XuiLabelDarkCentred + + + + + SceneCraftScrollGroup + 1280.000000 + 720.000000 + 48 + + + + XuiHSlot0 + 46.000000 + 46.000000 + 320.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot1 + 46.000000 + 46.000000 + 374.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot2 + 46.000000 + 46.000000 + 428.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot3 + 46.000000 + 46.000000 + 482.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot4 + 46.000000 + 46.000000 + 536.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot5 + 46.000000 + 46.000000 + 590.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot6 + 46.000000 + 46.000000 + 644.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot7 + 46.000000 + 46.000000 + 698.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot8 + 46.000000 + 46.000000 + 752.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot9 + 46.000000 + 46.000000 + 806.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot10 + 46.000000 + 46.000000 + 860.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot11 + 46.000000 + 46.000000 + 914.000000,259.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiImageScrollBar + 80.000000 + 258.000000 + 303.000000,153.000000,0.000000 + CraftingPanelVScroll3 + + + + + XuiImageScrollBar2Slot + 80.000000 + 204.000000 + 303.000000,207.000000,0.000000 + CraftingPanelVScroll2 + + + + + XuiVSlot0 + 46.000000 + 46.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiVSlot1 + 46.000000 + 46.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHighlight + 72.000000 + 72.000000 + 307.000000,246.000000,0.000000 + CraftingPanelHighlight + + + + + XuiVSlot2 + 46.000000 + 46.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + + Grid + 262.000000 + 144.000000 + 318.000000,427.000000,0.000000 + + + + CraftingArrow + 32.000000 + 32.000000 + 152.000000,70.000000,0.000000 + CraftingProgressArrowSmall + + + + + CraftingOutputRed + 72.000000 + 72.000000 + 206.000000,52.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed72 + + + + + CraftingInput1 + 46.000000 + 46.000000 + 0.000000,20.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput2 + 46.000000 + 46.000000 + 46.000000,20.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput3 + 46.000000 + 46.000000 + 92.000000,20.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput4 + 46.000000 + 46.000000 + 0.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput5 + 46.000000 + 46.000000 + 46.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput6 + 46.000000 + 46.000000 + 92.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput7 + 46.000000 + 46.000000 + 0.000000,112.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput8 + 46.000000 + 46.000000 + 46.000031,112.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput9 + 46.000000 + 46.000000 + 92.000031,112.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + XuiHTMLText + 332.000000 + 170.000000 + 305.000000,-19.000000,0.000000 + false + XuiHtmlControl + + + + + XuiItemName + 281.000000 + 50.000000 + -2.000000,-29.000000,0.000000 + XuiLabelDarkCentredWrap + yyyyyyWWWWWWWWWWWWWWWW yyyyyyWWWWWWWWWWWWWW - - - - -Inventory -344.000000 -27.000000 -298.000000,-24.000000,0.000000 -false -XuiLabelDarkCentred - - - - -Ingredient4 -32.000000 -32.000000 -310.000000,117.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Ingredient3 -32.000000 -32.000000 -310.000000,81.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Ingredient2 -32.000000 -32.000000 -310.000000,45.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Ingredient1 -32.000000 -32.000000 -310.000000,9.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - - -InventoryGrid -290.000000 -144.000000 -646.000000,439.000000,0.000000 - - - -Inventory -288.000000 -96.000000 -8 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -UseRow -288.000000 -32.000000 -0.000000,112.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -0.000000,0.000000,0.000000 - - - -0 --212.000000,0.000000,0.000000 - - - -2 -100 --100 -50 --212.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - - + + + + + Inventory + 344.000000 + 27.000000 + 298.000000,-24.000000,0.000000 + false + XuiLabelDarkCentred + + + + + Ingredient4 + 32.000000 + 32.000000 + 310.000000,117.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Ingredient3 + 32.000000 + 32.000000 + 310.000000,81.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Ingredient2 + 32.000000 + 32.000000 + 310.000000,45.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Ingredient1 + 32.000000 + 32.000000 + 310.000000,9.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + + InventoryGrid + 290.000000 + 144.000000 + 646.000000,439.000000,0.000000 + + + + Inventory + 288.000000 + 96.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + UseRow + 288.000000 + 32.000000 + 0.000000,112.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_480.xui b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_480.xui index c251be36..57bb2790 100644 --- a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_480.xui @@ -1,2767 +1,3019 @@ - -640.000000 -480.000000 - - - -XuiCraftingPanel -640.000000 -480.000000 -CXuiSceneCraftingPanel -XuiMenuScene - - - -Group -640.000000 -480.000000 -15 - - - -MainPanel -490.000000 -284.000000 -72.000000,98.000000,0.000000 -CraftingPanel3x3Small - - - - -Group_Tab_Images -640.000000 -50.000000 -0.000000,96.000000,0.000000 -48 - - - -TabImage1 -72.000000 -56.000000 -72.000000,0.000000,0.000000 -false -CraftingPanelTabLeftSmall - - - - -TabImage2 -72.000000 -56.000000 -142.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage3 -72.000000 -56.000000 -211.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage4 -72.000000 -56.000000 -281.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage5 -72.000000 -56.000000 -351.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage6 -72.000000 -56.000000 -420.000000,0.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage7 -72.000000 -56.000000 -490.000000,0.000000,0.000000 -false -CraftingPanelTabRightSmall - - - - - -Group_Tab_Icons -640.000000 -50.000000 -0.000000,96.000000,0.000000 -48 - - - -Icon_1 -32.000000 -32.000000 -91.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -32.000000 -32.000000 -162.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -32.000000 -32.000000 -231.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -32.000000 -32.000000 -301.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -32.000000 -32.000000 -371.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -32.000000 -32.000000 -441.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -32.000000 -32.000000 -509.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - - -SceneCraftScrollGroup -640.000000 -480.000000 -0.000000,94.000000,0.000000 -48 - - - -XuiImageScrollBar -22.000000 -67.000000 -92.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiImageScrollBar2Slot -22.000000 -67.000000 -92.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiVSlot0 -34.000000 -34.000000 -620.000000,90.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiVSlot1 -34.000000 -34.000000 -620.000000,90.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHighlight -43.000000 -43.000000 -81.000000,84.000000,0.000000 -CraftingPanelHighlightSmall - - - - -XuiVSlot2 -34.000000 -34.000000 -620.000000,90.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot0 -34.000000 -34.000000 -85.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot1 -34.000000 -34.000000 -124.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot2 -34.000000 -34.000000 -163.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot3 -34.000000 -34.000000 -202.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot4 -34.000000 -34.000000 -241.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot5 -34.000000 -34.000000 -280.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot6 -34.000000 -34.000000 -319.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot7 -34.000000 -34.000000 -358.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot8 -34.000000 -34.000000 -397.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot9 -34.000000 -34.000000 -436.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot10 -34.000000 -34.000000 -475.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot11 -34.000000 -34.000000 -514.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Grid -190.307205 -133.200012 -86.000000,236.000000,0.000000 - - - -CraftingArrow -32.000000 -32.000000 -102.000000,65.000000,0.000000 -CraftingProgressArrowSmall - - - - -CraftingOutputRed -50.000000 -50.000000 -137.000000,57.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput1 -32.000000 -32.000000 -3.000000,34.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput2 -32.000000 -32.000000 -35.000000,34.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput3 -32.000000 -32.000000 -67.000000,34.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput4 -32.000000 -32.000000 -3.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput5 -32.000000 -32.000000 -35.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput6 -32.000000 -32.000000 -67.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput7 -32.000000 -32.000000 -3.000000,98.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput8 -32.000000 -32.000000 -35.000031,98.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput9 -32.000000 -32.000000 -67.000031,98.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -XuiHTMLText -254.191498 -112.307999 -204.018768,3.616898,0.000000 -false -XuiHtmlControl - - - - -XuiItemName -182.373703 -50.000000 -3.616897,0.000000,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -Inventory -262.000000 -27.000000 -200.000000,0.000000,0.000000 -false -XuiLabelDarkCentredWrapSmall - - - - -Ingredient4 -24.000000 -24.000000 -202.000000,106.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient3 -24.000000 -24.000000 -202.000000,78.999992,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient2 -24.000000 -24.000000 -202.000000,52.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient1 -24.000000 -24.000000 -202.000000,25.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - - -XuiGroupName -400.000000 -27.000000 -117.000000,154.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -InventoryGrid -207.000000 -99.000000 -314.000000,262.000000,0.000000 - - - -Inventory -198.000000 -66.000000 -4.000000,0.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -198.000000 -22.000000 -4.000000,76.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - - + + 640.000000 + 480.000000 + + + + XuiCraftingPanel + 640.000000 + 480.000000 + CXuiSceneCraftingPanel + XuiMenuScene + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + + + Group + 640.000000 + 480.000000 + 15 + + + + MainPanel + 490.000000 + 284.000000 + 72.000000,98.000000,0.000000 + CraftingPanel3x3Small + + + + + Group_Tab_Images + 640.000000 + 50.000000 + 0.000000,96.000000,0.000000 + 48 + + + + TabImage1 + 72.000000 + 56.000000 + 72.000000,0.000000,0.000000 + false + CraftingPanelTabLeftSmall + + + + + TabImage2 + 72.000000 + 56.000000 + 142.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage3 + 72.000000 + 56.000000 + 211.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage4 + 72.000000 + 56.000000 + 281.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage5 + 72.000000 + 56.000000 + 351.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage6 + 72.000000 + 56.000000 + 420.000000,0.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage7 + 72.000000 + 56.000000 + 490.000000,0.000000,0.000000 + false + CraftingPanelTabRightSmall + + + + + + Group_Tab_Icons + 640.000000 + 50.000000 + 0.000000,96.000000,0.000000 + 48 + + + + Icon_1 + 32.000000 + 32.000000 + 91.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 32.000000 + 32.000000 + 162.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 32.000000 + 32.000000 + 231.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 32.000000 + 32.000000 + 301.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 32.000000 + 32.000000 + 371.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 32.000000 + 32.000000 + 441.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 32.000000 + 32.000000 + 509.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + + SceneCraftScrollGroup + 640.000000 + 480.000000 + 0.000000,94.000000,0.000000 + 48 + + + + XuiImageScrollBar + 22.000000 + 67.000000 + 92.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiImageScrollBar2Slot + 22.000000 + 67.000000 + 92.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiVSlot0 + 34.000000 + 34.000000 + 620.000000,90.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiVSlot1 + 34.000000 + 34.000000 + 620.000000,90.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHighlight + 43.000000 + 43.000000 + 81.000000,84.000000,0.000000 + CraftingPanelHighlightSmall + + + + + XuiVSlot2 + 34.000000 + 34.000000 + 620.000000,90.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot0 + 34.000000 + 34.000000 + 85.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot1 + 34.000000 + 34.000000 + 124.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot2 + 34.000000 + 34.000000 + 163.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot3 + 34.000000 + 34.000000 + 202.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot4 + 34.000000 + 34.000000 + 241.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot5 + 34.000000 + 34.000000 + 280.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot6 + 34.000000 + 34.000000 + 319.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot7 + 34.000000 + 34.000000 + 358.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot8 + 34.000000 + 34.000000 + 397.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot9 + 34.000000 + 34.000000 + 436.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot10 + 34.000000 + 34.000000 + 475.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot11 + 34.000000 + 34.000000 + 514.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + + Grid + 190.307205 + 133.200012 + 86.000000,236.000000,0.000000 + + + + CraftingArrow + 32.000000 + 32.000000 + 102.000000,65.000000,0.000000 + CraftingProgressArrowSmall + + + + + CraftingOutputRed + 50.000000 + 50.000000 + 137.000000,57.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput1 + 32.000000 + 32.000000 + 3.000000,34.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput2 + 32.000000 + 32.000000 + 35.000000,34.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput3 + 32.000000 + 32.000000 + 67.000000,34.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput4 + 32.000000 + 32.000000 + 3.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput5 + 32.000000 + 32.000000 + 35.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput6 + 32.000000 + 32.000000 + 67.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput7 + 32.000000 + 32.000000 + 3.000000,98.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput8 + 32.000000 + 32.000000 + 35.000031,98.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput9 + 32.000000 + 32.000000 + 67.000031,98.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + XuiHTMLText + 254.191498 + 112.307999 + 204.018768,3.616898,0.000000 + false + XuiHtmlControl_Small + + + + + XuiItemName + 182.373703 + 50.000000 + 3.616897,0.000000,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + Inventory + 262.000000 + 27.000000 + 200.000000,0.000000,0.000000 + false + XuiLabelDarkCentredWrapSmall + + + + + Ingredient4 + 24.000000 + 24.000000 + 202.000000,106.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient3 + 24.000000 + 24.000000 + 202.000000,78.999992,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient2 + 24.000000 + 24.000000 + 202.000000,52.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient1 + 24.000000 + 24.000000 + 202.000000,25.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + + XuiGroupName + 400.000000 + 27.000000 + 117.000000,154.000000,0.000000 + XuiLabelDarkCentredSmall + + + + + InventoryGrid + 207.000000 + 99.000000 + 314.000000,262.000000,0.000000 + + + + Inventory + 198.000000 + 66.000000 + 4.000000,0.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 198.000000 + 22.000000 + 4.000000,76.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_small.xui b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_small.xui index 55206b73..f59a4bfe 100644 --- a/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_craftingpanel_3x3_small.xui @@ -1,2804 +1,3049 @@ - -530.000000 -290.000000 - - - -XuiCraftingPanel -640.000000 -360.000000 -CXuiSceneCraftingPanel -XuiMenuScene - - - -Group -640.000000 -360.000000 -15 - - - -MainPanel -490.000000 -284.000000 -72.000000,3.000000,0.000000 -CraftingPanel3x3Small - - - - -Group_Tab_Images -640.000000 -50.000000 -48 - - - -TabImage1 -72.000000 -56.000000 -72.000000,1.000000,0.000000 -false -CraftingPanelTabLeftSmall - - - - -TabImage2 -72.000000 -56.000000 -142.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage3 -72.000000 -56.000000 -211.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage4 -72.000000 -56.000000 -281.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage5 -72.000000 -56.000000 -351.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage6 -72.000000 -56.000000 -420.000000,1.000000,0.000000 -false -CraftingPanelTabMiddleSmall - - - - -TabImage7 -72.000000 -56.000000 -490.000000,1.000000,0.000000 -false -CraftingPanelTabRightSmall - - - - - -Group_Tab_Icons -640.000000 -50.239975 -48 - - - -Icon_1 -32.000000 -32.000000 -90.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -32.000000 -32.000000 -160.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -32.000000 -32.000000 -230.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -32.000000 -32.000000 -299.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -32.000000 -32.000000 -369.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -32.000000 -32.000000 -439.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -32.000000 -32.000000 -509.000000,14.000000,0.000000 -false -CraftingCategoryIcon - - - - - -SceneCraftScrollGroup -640.000000 -360.000000 -48 - - - -XuiImageScrollBar -22.000000 -67.000000 -92.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiImageScrollBar2Slot -22.000000 -67.000000 -92.000000,72.000000,0.000000 -CraftingPanelVScrollSmall - - - - -XuiVSlot0 -34.000000 -34.000000 -620.000000,93.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiVSlot1 -34.000000 -34.000000 -620.000000,93.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHighlight -43.000000 -43.000000 -81.000000,84.000000,0.000000 -CraftingPanelHighlightSmall - - - - -XuiVSlot2 -34.000000 -34.000000 -620.000000,93.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot0 -34.000000 -34.000000 -85.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot1 -34.000000 -34.000000 -124.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot2 -34.000000 -34.000000 -163.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot3 -34.000000 -34.000000 -202.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot4 -34.000000 -34.000000 -241.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot5 -34.000000 -34.000000 -280.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot6 -34.000000 -34.000000 -319.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot7 -34.000000 -34.000000 -358.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot8 -34.000000 -34.000000 -397.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot9 -34.000000 -34.000000 -436.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot10 -34.000000 -34.000000 -475.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - -XuiHSlot11 -34.000000 -34.000000 -514.000000,88.000000,0.000000 -4 -7 -CXuiCtrlMinecraftSlot -XuiVisualImagePresenter - - - - - -Grid -190.307205 -133.200012 -86.000000,141.000000,0.000000 - - - -CraftingArrow -32.000000 -32.000000 -102.000000,65.000000,0.000000 -CraftingProgressArrowSmall - - - - -CraftingOutputRed -50.000000 -50.000000 -137.000000,57.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -CraftingInput1 -32.000000 -32.000000 -3.000000,34.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput2 -32.000000 -32.000000 -35.000000,34.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput3 -32.000000 -32.000000 -67.000000,34.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput4 -32.000000 -32.000000 -3.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput5 -32.000000 -32.000000 -35.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput6 -32.000000 -32.000000 -67.000000,66.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput7 -32.000000 -32.000000 -3.000000,98.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput8 -32.000000 -32.000000 -35.000031,98.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -CraftingInput9 -32.000000 -32.000000 -67.000031,98.000031,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -XuiHTMLText -252.000000 -108.000000 -204.000000,0.000000,0.000000 -false -XuiHtmlControl - - - - -XuiItemName -182.775574 -50.000000 -3.215019,0.000000,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -Inventory -262.000000 -27.000000 -200.000000,0.000000,0.000000 -false -XuiLabelDarkCentredWrapSmall - - - - -Ingredient4 -24.000000 -24.000000 -210.000000,106.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient3 -24.000000 -24.000000 -210.000000,78.999992,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient2 -24.000000 -24.000000 -210.000000,52.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Ingredient1 -24.000000 -24.000000 -210.000000,25.000000,0.000000 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - - -XuiGroupName -400.000000 -27.000000 -117.000000,58.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -InventoryGrid -207.000000 -99.000000 -314.000000,172.000000,0.000000 - - - -Inventory -198.000000 -66.000000 -4.000000,0.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -198.000000 -22.000000 -4.000000,76.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -0.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -0.000000,0.000000,0.000000 - - - -0 --212.000000,0.000000,0.000000 - - - -2 -100 --100 -50 --212.000000,0.000000,0.000000 - - - -0 -0.000000,0.000000,0.000000 - - - - + + 530.000000 + 290.000000 + + + + XuiCraftingPanel + 640.000000 + 360.000000 + CXuiSceneCraftingPanel + XuiMenuScene + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 54 + + + + none + 54 + + + + easein + 54 + + + + none + 55 + + + + easein + 55 + + + + none + 54 + + + + + + Group + 640.000000 + 360.000000 + 15 + + + + MainPanel + 490.000000 + 284.000000 + 72.000000,3.000000,0.000000 + CraftingPanel3x3Small + + + + + Group_Tab_Images + 640.000000 + 50.000000 + 48 + + + + TabImage1 + 72.000000 + 56.000000 + 72.000000,1.000000,0.000000 + false + CraftingPanelTabLeftSmall + + + + + TabImage2 + 72.000000 + 56.000000 + 142.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage3 + 72.000000 + 56.000000 + 211.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage4 + 72.000000 + 56.000000 + 281.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage5 + 72.000000 + 56.000000 + 351.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage6 + 72.000000 + 56.000000 + 420.000000,1.000000,0.000000 + false + CraftingPanelTabMiddleSmall + + + + + TabImage7 + 72.000000 + 56.000000 + 490.000000,1.000000,0.000000 + false + CraftingPanelTabRightSmall + + + + + + Group_Tab_Icons + 640.000000 + 50.239975 + 48 + + + + Icon_1 + 32.000000 + 32.000000 + 90.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 32.000000 + 32.000000 + 160.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 32.000000 + 32.000000 + 230.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 32.000000 + 32.000000 + 299.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 32.000000 + 32.000000 + 369.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 32.000000 + 32.000000 + 439.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 32.000000 + 32.000000 + 509.000000,14.000000,0.000000 + false + CraftingCategoryIcon + + + + + + SceneCraftScrollGroup + 640.000000 + 360.000000 + 48 + + + + XuiImageScrollBar + 22.000000 + 67.000000 + 92.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiImageScrollBar2Slot + 22.000000 + 67.000000 + 92.000000,72.000000,0.000000 + CraftingPanelVScrollSmall + + + + + XuiVSlot0 + 34.000000 + 34.000000 + 620.000000,93.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiVSlot1 + 34.000000 + 34.000000 + 620.000000,93.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHighlight + 43.000000 + 43.000000 + 81.000000,84.000000,0.000000 + CraftingPanelHighlightSmall + + + + + XuiVSlot2 + 34.000000 + 34.000000 + 620.000000,93.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot0 + 34.000000 + 34.000000 + 85.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot1 + 34.000000 + 34.000000 + 124.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot2 + 34.000000 + 34.000000 + 163.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot3 + 34.000000 + 34.000000 + 202.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot4 + 34.000000 + 34.000000 + 241.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot5 + 34.000000 + 34.000000 + 280.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot6 + 34.000000 + 34.000000 + 319.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot7 + 34.000000 + 34.000000 + 358.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot8 + 34.000000 + 34.000000 + 397.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot9 + 34.000000 + 34.000000 + 436.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot10 + 34.000000 + 34.000000 + 475.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + XuiHSlot11 + 34.000000 + 34.000000 + 514.000000,88.000000,0.000000 + 4 + 7 + CXuiCtrlMinecraftSlot + XuiVisualImagePresenter + + + + + + Grid + 190.307205 + 133.200012 + 86.000000,141.000000,0.000000 + + + + CraftingArrow + 32.000000 + 32.000000 + 102.000000,65.000000,0.000000 + CraftingProgressArrowSmall + + + + + CraftingOutputRed + 50.000000 + 50.000000 + 137.000000,57.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + CraftingInput1 + 32.000000 + 32.000000 + 3.000000,34.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput2 + 32.000000 + 32.000000 + 35.000000,34.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput3 + 32.000000 + 32.000000 + 67.000000,34.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput4 + 32.000000 + 32.000000 + 3.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput5 + 32.000000 + 32.000000 + 35.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput6 + 32.000000 + 32.000000 + 67.000000,66.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput7 + 32.000000 + 32.000000 + 3.000000,98.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput8 + 32.000000 + 32.000000 + 35.000031,98.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + CraftingInput9 + 32.000000 + 32.000000 + 67.000031,98.000031,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + XuiHTMLText + 252.000000 + 108.000000 + 204.000000,0.000000,0.000000 + false + XuiHtmlControl_Small + + + + + XuiItemName + 182.775574 + 50.000000 + 3.215019,0.000000,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + Inventory + 262.000000 + 27.000000 + 200.000000,0.000000,0.000000 + false + XuiLabelDarkCentredWrapSmall + + + + + Ingredient4 + 24.000000 + 24.000000 + 210.000000,106.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient3 + 24.000000 + 24.000000 + 210.000000,78.999992,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient2 + 24.000000 + 24.000000 + 210.000000,52.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Ingredient1 + 24.000000 + 24.000000 + 210.000000,25.000000,0.000000 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + + XuiGroupName + 400.000000 + 27.000000 + 117.000000,58.000000,0.000000 + XuiLabelDarkCentredSmall + + + + + InventoryGrid + 207.000000 + 99.000000 + 314.000000,172.000000,0.000000 + + + + Inventory + 198.000000 + 66.000000 + 4.000000,0.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 198.000000 + 22.000000 + 4.000000,76.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_credits.xui b/Minecraft.Client/Common/Media/xuiscene_credits.xui index e56e4b6c..c50adf63 100644 --- a/Minecraft.Client/Common/Media/xuiscene_credits.xui +++ b/Minecraft.Client/Common/Media/xuiscene_credits.xui @@ -1,285 +1,285 @@ - -1280.000000 -720.000000 - - - -SceneCredits -1280.000000 -720.000000 -CScene_Credits -XuiMenuScene -XuiSliderVolume - - - -Background -1280.000000 -720.000000 -CreditsBackground - - - - -XuiText1 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_XL - - - - -XuiText2 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_XL - - - - -XuiText3 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_XL - - - - -XuiText4 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText5 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText6 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText7 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText8 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText9 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_M - - - - -XuiText10 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText11 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText12 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText13 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_L - - - - -XuiText14 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText15 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText16 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText17 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText18 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText19 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText20 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText21 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText22 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText23 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText24 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText25 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText26 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText27 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -XuiText28 -1279.000000 -43.000000 -1.000000,16.000000,0.000000 -XuiCreditsText_S - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -MenuTitleLogo - - - + + 1280.000000 + 720.000000 + + + + SceneCredits + 1280.000000 + 720.000000 + CScene_Credits + XuiMenuScene + XuiSliderVolume + + + + Background + 1280.000000 + 720.000000 + CreditsBackground + + + + + XuiText1 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_XL + + + + + XuiText2 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_XL + + + + + XuiText3 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_XL + + + + + XuiText4 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText5 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText6 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText7 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText8 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText9 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_M + + + + + XuiText10 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText11 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText12 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText13 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_L + + + + + XuiText14 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText15 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText16 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText17 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText18 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText19 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText20 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText21 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText22 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText23 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText24 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText25 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText26 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText27 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + XuiText28 + 1279.000000 + 43.000000 + 1.000000,16.000000,0.000000 + XuiCreditsText_S + + + + + Logo + 1280.000000 + 138.000000 + 0.000000,56.000000,0.000000 + MenuTitleLogo + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_credits_480.xui b/Minecraft.Client/Common/Media/xuiscene_credits_480.xui index 270ade3a..86b7d9f0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_credits_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_credits_480.xui @@ -1,286 +1,286 @@ - -640.000000 -480.000000 - - - -SceneCredits -640.000000 -480.000000 -CScene_Credits -XuiMenuScene -XuiSliderVolume - - - -Background -854.000000 -480.000000 --107.000000,0.000000,0.000000 -CreditsBackground - - - - -XuiText1 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_20_XL - - - - -XuiText2 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_20_XL - - - - -XuiText3 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_20_XL - - - - -XuiText4 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText5 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText6 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText7 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText8 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText9 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_M - - - - -XuiText10 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText11 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText12 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText13 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_14_L - - - - -XuiText14 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText15 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText16 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText17 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText18 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText19 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText20 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText21 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText22 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText23 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText24 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText25 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText26 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText27 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -XuiText28 -640.000000 -43.000000 -0.000000,16.000000,0.000000 -XuiCreditsText_480_S - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -MenuTitleLogo - - - + + 640.000000 + 480.000000 + + + + SceneCredits + 640.000000 + 480.000000 + CScene_Credits + XuiMenuScene + XuiSliderVolume + + + + Background + 854.000000 + 480.000000 + -107.000000,0.000000,0.000000 + CreditsBackground + + + + + XuiText1 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_20_XL + + + + + XuiText2 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_20_XL + + + + + XuiText3 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_20_XL + + + + + XuiText4 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText5 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText6 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText7 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText8 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText9 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_M + + + + + XuiText10 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText11 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText12 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText13 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_14_L + + + + + XuiText14 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText15 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText16 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText17 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText18 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText19 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText20 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText21 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText22 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText23 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText24 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText25 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText26 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText27 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + XuiText28 + 640.000000 + 43.000000 + 0.000000,16.000000,0.000000 + XuiCreditsText_480_S + + + + + Logo + 640.000000 + 70.000000 + 0.000000,48.000000,0.000000 + MenuTitleLogo + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_death.xui b/Minecraft.Client/Common/Media/xuiscene_death.xui index 3b661a5e..191845f9 100644 --- a/Minecraft.Client/Common/Media/xuiscene_death.xui +++ b/Minecraft.Client/Common/Media/xuiscene_death.xui @@ -1,49 +1,49 @@ - -1280.000000 -720.000000 - - - -SceneDeath -1280.000000 -720.000000 -CScene_Death -XuiMenuScene -Respawn - - - -ExitGame -400.000000 -40.000000 -440.000000,450.000000,0.000000 -XuiMainMenuButton_L -Respawn -Respawn -22528 - - - - -Respawn -400.000000 -40.000000 -440.000000,400.000000,0.000000 -XuiMainMenuButton_L -ExitGame -ExitGame -22528 - - - - -Title -400.000000 -100.000000 -440.000061,92.000000,0.000000 -XuiTitle - - - + + 1280.000000 + 720.000000 + + + + SceneDeath + 1280.000000 + 720.000000 + CScene_Death + XuiMenuScene + Respawn + + + + ExitGame + 400.000000 + 40.000000 + 440.000000,450.000000,0.000000 + XuiMainMenuButton_L + Respawn + Respawn + 22528 + + + + + Respawn + 400.000000 + 40.000000 + 440.000000,400.000000,0.000000 + XuiMainMenuButton_L + ExitGame + ExitGame + 22528 + + + + + Title + 400.000000 + 100.000000 + 440.000061,92.000000,0.000000 + XuiTitle + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_death_480.xui b/Minecraft.Client/Common/Media/xuiscene_death_480.xui index 9f33e824..ea3037e4 100644 --- a/Minecraft.Client/Common/Media/xuiscene_death_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_death_480.xui @@ -1,49 +1,49 @@ - -640.000000 -480.000000 - - - -SceneDeath -640.000000 -480.000000 -CScene_Death -XuiMenuScene -Respawn - - - -ExitGame -300.000000 -36.000000 -170.000031,340.000000,0.000000 -XuiMainMenuButton_L_Thin -Respawn -Respawn -22528 - - - - -Respawn -300.000000 -36.000000 -170.000031,300.000000,0.000000 -XuiMainMenuButton_L_Thin -ExitGame -ExitGame -22528 - - - - -Title -400.000000 -100.000000 -120.000061,150.000000,0.000000 -XuiTitle - - - + + 640.000000 + 480.000000 + + + + SceneDeath + 640.000000 + 480.000000 + CScene_Death + XuiMenuScene + Respawn + + + + ExitGame + 300.000000 + 36.000000 + 170.000031,340.000000,0.000000 + XuiMainMenuButton_L_Thin + Respawn + Respawn + 22528 + + + + + Respawn + 300.000000 + 36.000000 + 170.000031,300.000000,0.000000 + XuiMainMenuButton_L_Thin + ExitGame + ExitGame + 22528 + + + + + Title + 400.000000 + 100.000000 + 120.000061,150.000000,0.000000 + XuiTitle + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_death_small.xui b/Minecraft.Client/Common/Media/xuiscene_death_small.xui index ccf6bf1c..5a71a6bc 100644 --- a/Minecraft.Client/Common/Media/xuiscene_death_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_death_small.xui @@ -1,49 +1,49 @@ - -640.000000 -360.000000 - - - -SceneDeath -640.000000 -360.000000 -CScene_Death -XuiMenuScene -Respawn - - - -ExitGame -400.000000 -40.000000 -120.000000,233.000000,0.000000 -XuiMainMenuButton_L -Respawn -Respawn -22528 - - - - -Respawn -400.000000 -40.000000 -120.000000,188.000000,0.000000 -XuiMainMenuButton_L -ExitGame -ExitGame -22528 - - - - -Title -400.000000 -60.000000 -120.000061,120.000000,0.000000 -XuiTitle - - - + + 640.000000 + 360.000000 + + + + SceneDeath + 640.000000 + 360.000000 + CScene_Death + XuiMenuScene + Respawn + + + + ExitGame + 400.000000 + 40.000000 + 120.000000,233.000000,0.000000 + XuiMainMenuButton_L + Respawn + Respawn + 22528 + + + + + Respawn + 400.000000 + 40.000000 + 120.000000,188.000000,0.000000 + XuiMainMenuButton_L + ExitGame + ExitGame + 22528 + + + + + Title + 400.000000 + 60.000000 + 120.000061,120.000000,0.000000 + XuiTitle + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug.xui b/Minecraft.Client/Common/Media/xuiscene_debug.xui index b35474fb..43056073 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debug.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debug.xui @@ -1,60 +1,60 @@ - -1280.000000 -720.000000 - - - -SceneDebug -1280.000000 -720.000000 -CScene_Debug -XuiSliderVolume - - - -XuiImage1 -556.000061 -97.000008 -361.000061,60.000000,0.000000 -Graphics\MenuTitle.png - - - - -XuiCheckbox1 -198.000000 -50.000000 -376.000000,218.999985,0.000000 -false - - - - -XuiCheckbox2 -198.000000 -50.000000 -376.000000,291.999969,0.000000 -false - - - - -XuiCheckbox3 -198.000000 -50.000000 -376.000000,365.000000,0.000000 -false - - - - -XuiCheckbox4 -198.000000 -50.000000 -376.000000,438.000031,0.000000 -false - - - + + 1280.000000 + 720.000000 + + + + SceneDebug + 1280.000000 + 720.000000 + CScene_Debug + XuiSliderVolume + + + + XuiImage1 + 556.000061 + 97.000008 + 361.000061,60.000000,0.000000 + Graphics\MenuTitle.png + + + + + XuiCheckbox1 + 198.000000 + 50.000000 + 376.000000,218.999985,0.000000 + false + + + + + XuiCheckbox2 + 198.000000 + 50.000000 + 376.000000,291.999969,0.000000 + false + + + + + XuiCheckbox3 + 198.000000 + 50.000000 + 376.000000,365.000000,0.000000 + false + + + + + XuiCheckbox4 + 198.000000 + 50.000000 + 376.000000,438.000031,0.000000 + false + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_480.xui b/Minecraft.Client/Common/Media/xuiscene_debug_480.xui index 84ff2d88..def68759 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debug_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debug_480.xui @@ -1,51 +1,51 @@ - -640.000000 -480.000000 - - - -SceneDebug -640.000000 -480.000000 -CScene_Debug -XuiSliderVolume - - - -XuiCheckbox1 -198.000000 -50.000000 -221.000000,103.999985,0.000000 -false - - - - -XuiCheckbox2 -198.000000 -50.000000 -221.000000,176.999969,0.000000 -false - - - - -XuiCheckbox3 -198.000000 -50.000000 -221.000000,250.000000,0.000000 -false - - - - -XuiCheckbox4 -198.000000 -50.000000 -221.000000,323.000031,0.000000 -false - - - + + 640.000000 + 480.000000 + + + + SceneDebug + 640.000000 + 480.000000 + CScene_Debug + XuiSliderVolume + + + + XuiCheckbox1 + 198.000000 + 50.000000 + 221.000000,103.999985,0.000000 + false + + + + + XuiCheckbox2 + 198.000000 + 50.000000 + 221.000000,176.999969,0.000000 + false + + + + + XuiCheckbox3 + 198.000000 + 50.000000 + 221.000000,250.000000,0.000000 + false + + + + + XuiCheckbox4 + 198.000000 + 50.000000 + 221.000000,323.000031,0.000000 + false + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_fill_area.xui b/Minecraft.Client/Common/Media/xuiscene_debug_fill_area.xui new file mode 100644 index 00000000..941021cd --- /dev/null +++ b/Minecraft.Client/Common/Media/xuiscene_debug_fill_area.xui @@ -0,0 +1,254 @@ + + + 1280.000000 + 720.000000 + + + + XuiDebugFillArea + 823.000000 + 510.000000 + 228.000000,105.000046,0.000000 + CScene_DebugFillArea + StartX + + + + StartX + 245.000000 + 33.000000 + 35.000015,65.000000,0.000000 + CXuiCtrl4JEdit + EndX + StartY + 0123456789- + + + + + StartY + 245.000000 + 33.000000 + 35.000015,150.000000,0.000000 + CXuiCtrl4JEdit + EndY + StartX + StartZ + 0123456789- + + + + + StartZ + 245.000000 + 33.000000 + 35.000015,235.000000,0.000000 + CXuiCtrl4JEdit + EndZ + StartY + EdgeTile + 0123456789- + + + + + EndX + 245.000000 + 33.000000 + 309.000000,65.000000,0.000000 + CXuiCtrl4JEdit + StartX + EndY + 0123456789- + + + + + EndY + 245.000000 + 33.000000 + 309.000000,150.000000,0.000000 + CXuiCtrl4JEdit + StartY + EndX + EndZ + 0123456789- + + + + + EndZ + 245.000000 + 33.000000 + 309.000000,235.000000,0.000000 + CXuiCtrl4JEdit + StartZ + EndY + FillTile + 0123456789- + + + + + XuiLabel1 + 233.000000 + 24.000000 + 34.000000,35.000015,0.000000 + XuiLabelDark + StartX + + + + + XuiLabel2 + 233.000000 + 24.000000 + 35.000000,119.000015,0.000000 + XuiLabelDark + StartY + + + + + XuiLabel3 + 233.000000 + 24.000000 + 36.000000,200.000000,0.000000 + XuiLabelDark + StartZ + + + + + XuiLabel4 + 233.000000 + 24.000000 + 306.000061,32.000000,0.000000 + XuiLabelDark + EndX + + + + + XuiLabel5 + 233.000000 + 24.000000 + 315.000061,119.000015,0.000000 + XuiLabelDark + EndY + + + + + XuiLabel6 + 233.000000 + 24.000000 + 307.000061,202.000000,0.000000 + XuiLabelDark + EndZ + + + + + CreateButton + 734.000000 + 52.000000 + 38.000000,437.000000,0.000000 + FillData + Create + + + + + EdgeTile + 245.000000 + 33.000000 + 33.000015,313.000000,0.000000 + CXuiCtrl4JEdit + FillTile + StartZ + EdgeData + 0123456789- + + + + + XuiLabel7 + 233.000000 + 24.000000 + 34.000000,278.000000,0.000000 + XuiLabelDark + EdgeTile + + + + + EdgeData + 245.000000 + 33.000000 + 33.000015,396.000000,0.000000 + CXuiCtrl4JEdit + FillData + EdgeTile + CreateButton + 0123456789- + + + + + XuiLabel8 + 233.000000 + 24.000000 + 34.000000,361.000000,0.000000 + XuiLabelDark + EdgeData + + + + + FillTile + 245.000000 + 33.000000 + 304.000061,320.000000,0.000000 + CXuiCtrl4JEdit + EdgeTile + EndZ + FillData + 0123456789- + + + + + XuiLabel9 + 233.000000 + 24.000000 + 305.000031,285.000000,0.000000 + XuiLabelDark + FillTile + + + + + FillData + 245.000000 + 33.000000 + 305.000061,395.000000,0.000000 + CXuiCtrl4JEdit + EdgeData + FillTile + CreateButton + 0123456789- + + + + + XuiLabel10 + 233.000000 + 24.000000 + 306.000031,360.000000,0.000000 + XuiLabelDark + FillData + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.xui b/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.xui index 71862b28..1746e939 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debug_item_editor.xui @@ -1,132 +1,132 @@ - -1280.000000 -720.000000 - - - -DebugItemEditor -685.000061 -400.000000 -297.500031,195.000046,0.000000 -CScene_DebugItemEditor -itemId - - - -icon -46.000000 -46.000000 -23.000000,28.999985,0.000000 -1 -7 -CXuiCtrlCraftIngredientSlot -XuiVisualImagePresenter - - - - -itemName -339.000000 -34.000000 -83.000000,32.000000,0.000000 -XuiLabelDark - - - - -itemId -200.000000 -23.000000,107.000000,0.000000 -CXuiCtrl4JEdit -itemCount -itemAuxValue -0123456789 - - - - -XuiLabel1 -257.000000 -34.000000 -23.000000,77.000000,0.000000 -XuiLabelDarkLeftWrap -Item Id - - - - -itemAuxValue -200.000000 -23.000000,169.999985,0.000000 -CXuiCtrl4JEdit -item4JData -itemId -itemCount -0123456789 - - - - -XuiLabel2 -257.000000 -34.000000 -23.000000,143.000000,0.000000 -XuiLabelDarkLeftWrap -Aux Value - - - - -itemCount -200.000000 -346.000000,102.999962,0.000000 -CXuiCtrl4JEdit -itemId -itemAuxValue -item4JData -0123456789 - - - - -XuiLabel3 -257.000000 -34.000000 -346.000000,76.999992,0.000000 -XuiLabelDarkLeftWrap -Item Count - - - - -item4JData -200.000000 -346.000000,163.000000,0.000000 -CXuiCtrl4JEdit -itemAuxValue -itemCount -0123456789 - - - - -XuiLabel4 -257.000000 -34.000000 -346.000000,134.000000,0.000000 -XuiLabelDarkLeftWrap -4J Data - - - - -ruleXml -644.000000 -156.000000 -18.000000,218.000000,0.000000 -XuiLabelDarkLeftWrap - - - + + 1280.000000 + 720.000000 + + + + DebugItemEditor + 685.000061 + 400.000000 + 297.500031,195.000046,0.000000 + CScene_DebugItemEditor + itemId + + + + icon + 46.000000 + 46.000000 + 23.000000,28.999985,0.000000 + 1 + 7 + CXuiCtrlCraftIngredientSlot + XuiVisualImagePresenter + + + + + itemName + 339.000000 + 34.000000 + 83.000000,32.000000,0.000000 + XuiLabelDark + + + + + itemId + 200.000000 + 23.000000,107.000000,0.000000 + CXuiCtrl4JEdit + itemCount + itemAuxValue + 0123456789 + + + + + XuiLabel1 + 257.000000 + 34.000000 + 23.000000,77.000000,0.000000 + XuiLabelDarkLeftWrap + Item Id + + + + + itemAuxValue + 200.000000 + 23.000000,169.999985,0.000000 + CXuiCtrl4JEdit + item4JData + itemId + itemCount + 0123456789 + + + + + XuiLabel2 + 257.000000 + 34.000000 + 23.000000,143.000000,0.000000 + XuiLabelDarkLeftWrap + Aux Value + + + + + itemCount + 200.000000 + 346.000000,102.999962,0.000000 + CXuiCtrl4JEdit + itemId + itemAuxValue + item4JData + 0123456789 + + + + + XuiLabel3 + 257.000000 + 34.000000 + 346.000000,76.999992,0.000000 + XuiLabelDarkLeftWrap + Item Count + + + + + item4JData + 200.000000 + 346.000000,163.000000,0.000000 + CXuiCtrl4JEdit + itemAuxValue + itemCount + 0123456789 + + + + + XuiLabel4 + 257.000000 + 34.000000 + 346.000000,134.000000,0.000000 + XuiLabelDarkLeftWrap + 4J Data + + + + + ruleXml + 644.000000 + 156.000000 + 18.000000,218.000000,0.000000 + XuiLabelDarkLeftWrap + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_schematic_create.xui b/Minecraft.Client/Common/Media/xuiscene_debug_schematic_create.xui index 82e9fbe1..e3b899c2 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debug_schematic_create.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debug_schematic_create.xui @@ -1,220 +1,220 @@ - -1280.000000 -720.000000 - - - -XuiDebugSchematic -823.000000 -510.000000 -228.000000,105.000046,0.000000 -CScene_DebugSchematicCreator -Name - - - -StartX -245.000000 -33.000000 -34.000015,158.000000,0.000000 -CXuiCtrl4JEdit -EndX -Name -StartY -0123456789- - - - - -StartY -245.000000 -33.000000 -34.000015,243.000000,0.000000 -CXuiCtrl4JEdit -EndY -StartX -StartZ -0123456789- - - - - -StartZ -245.000000 -33.000000 -34.000015,328.000000,0.000000 -CXuiCtrl4JEdit -EndZ -StartY -EndX -0123456789- - - - - -EndX -245.000000 -33.000000 -308.000000,158.000000,0.000000 -CXuiCtrl4JEdit -StartX -Name -EndY -0123456789- - - - - -EndY -245.000000 -33.000000 -308.000000,243.000000,0.000000 -CXuiCtrl4JEdit -StartY -EndX -EndZ -0123456789- - - - - -EndZ -245.000000 -33.000000 -308.000000,328.000000,0.000000 -CXuiCtrl4JEdit -StartZ -EndY -SaveMobs -0123456789- - - - - -XuiLabel1 -233.000000 -24.000000 -33.000000,128.000015,0.000000 -XuiLabelDark -StartX - - - - -XuiLabel2 -233.000000 -24.000000 -34.000000,212.000015,0.000000 -XuiLabelDark -StartY - - - - -XuiLabel3 -233.000000 -24.000000 -35.000000,293.000000,0.000000 -XuiLabelDark -StartZ - - - - -XuiLabel4 -233.000000 -24.000000 -305.000061,125.000000,0.000000 -XuiLabelDark -EndX - - - - -XuiLabel5 -233.000000 -24.000000 -314.000061,212.000015,0.000000 -XuiLabelDark -EndY - - - - -XuiLabel6 -233.000000 -24.000000 -306.000061,295.000000,0.000000 -XuiLabelDark -EndZ - - - - -CreateButton -734.000000 -52.000000 -38.000000,437.000000,0.000000 -SaveMobs -Create - - - - -Name -759.000000 -47.000000 -32.000031,64.000000,0.000000 -CXuiCtrl4JEdit -StartX -schematic -64 - - - - -XuiLabel7 -480.000000 -42.000000 -31.000000,13.000000,0.000000 -XuiLabelDark -Name - - - - -XuiLabel8 -222.000000 -236.000000 -570.000000,124.000000,0.000000 -XuiLabelDarkLeftWrap -Start co-ords should be even, end co-ords should be odd. If they are not the area included will be expanded. - - - - -SaveMobs -309.000000 -39.000000 -43.000000,388.000000,0.000000 -UseXboxCompression -EndZ -CreateButton -Save Mobs - - - - -UseXboxCompression -309.000000 -39.000000 -353.000000,388.000000,0.000000 -SaveMobs -EndZ -CreateButton -Use Xbox Compression - - - + + 1280.000000 + 720.000000 + + + + XuiDebugSchematic + 823.000000 + 510.000000 + 228.000000,105.000046,0.000000 + CScene_DebugSchematicCreator + Name + + + + StartX + 245.000000 + 33.000000 + 34.000015,158.000000,0.000000 + CXuiCtrl4JEdit + EndX + Name + StartY + 0123456789- + + + + + StartY + 245.000000 + 33.000000 + 34.000015,243.000000,0.000000 + CXuiCtrl4JEdit + EndY + StartX + StartZ + 0123456789- + + + + + StartZ + 245.000000 + 33.000000 + 34.000015,328.000000,0.000000 + CXuiCtrl4JEdit + EndZ + StartY + EndX + 0123456789- + + + + + EndX + 245.000000 + 33.000000 + 308.000000,158.000000,0.000000 + CXuiCtrl4JEdit + StartX + Name + EndY + 0123456789- + + + + + EndY + 245.000000 + 33.000000 + 308.000000,243.000000,0.000000 + CXuiCtrl4JEdit + StartY + EndX + EndZ + 0123456789- + + + + + EndZ + 245.000000 + 33.000000 + 308.000000,328.000000,0.000000 + CXuiCtrl4JEdit + StartZ + EndY + SaveMobs + 0123456789- + + + + + XuiLabel1 + 233.000000 + 24.000000 + 33.000000,128.000015,0.000000 + XuiLabelDark + StartX + + + + + XuiLabel2 + 233.000000 + 24.000000 + 34.000000,212.000015,0.000000 + XuiLabelDark + StartY + + + + + XuiLabel3 + 233.000000 + 24.000000 + 35.000000,293.000000,0.000000 + XuiLabelDark + StartZ + + + + + XuiLabel4 + 233.000000 + 24.000000 + 305.000061,125.000000,0.000000 + XuiLabelDark + EndX + + + + + XuiLabel5 + 233.000000 + 24.000000 + 314.000061,212.000015,0.000000 + XuiLabelDark + EndY + + + + + XuiLabel6 + 233.000000 + 24.000000 + 306.000061,295.000000,0.000000 + XuiLabelDark + EndZ + + + + + CreateButton + 734.000000 + 52.000000 + 38.000000,437.000000,0.000000 + SaveMobs + Create + + + + + Name + 759.000000 + 47.000000 + 32.000031,64.000000,0.000000 + CXuiCtrl4JEdit + StartX + schematic + 64 + + + + + XuiLabel7 + 480.000000 + 42.000000 + 31.000000,13.000000,0.000000 + XuiLabelDark + Name + + + + + XuiLabel8 + 222.000000 + 236.000000 + 570.000000,124.000000,0.000000 + XuiLabelDarkLeftWrap + Start co-ords should be even, end co-ords should be odd. If they are not the area included will be expanded. + + + + + SaveMobs + 309.000000 + 39.000000 + 43.000000,388.000000,0.000000 + UseXboxCompression + EndZ + CreateButton + Save Mobs + + + + + UseXboxCompression + 309.000000 + 39.000000 + 353.000000,388.000000,0.000000 + SaveMobs + EndZ + CreateButton + Use Xbox Compression + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_set_camera.xui b/Minecraft.Client/Common/Media/xuiscene_debug_set_camera.xui index 1c49001c..a4aabcf0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debug_set_camera.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debug_set_camera.xui @@ -1,160 +1,160 @@ - -1280.000000 -720.000000 - - - -XuiDebugSetCamera -267.275146 -360.700745 -993.158508,15.835232,0.000000 -true -CScene_DebugSetCamera -LockPlayer - - - -CamX -80.000000 -33.000000 -20.000000,100.000000,0.000000 -CXuiCtrl4JEdit -CamZ -CamY -Teleport -YRot -0123456789.- - - - - -CamZ -80.000000 -33.000000 -180.000000,100.000000,0.000000 -CXuiCtrl4JEdit -CamY -CamX -Teleport -Elevation -0123456789.- - - - - -YRot -80.000000 -33.000000 -20.000000,185.000000,0.000000 -CXuiCtrl4JEdit -Elevation -Elevation -CamX -LockPlayer -0123456789.- - - - - -CamY -80.000000 -33.000000 -100.000000,100.000000,0.000000 -CXuiCtrl4JEdit -CamX -CamZ -Teleport -Elevation -0123456789.- - - - - -Elevation -80.000000 -33.000000 -100.000000,185.000000,0.000000 -CXuiCtrl4JEdit -YRot -YRot -CamY -LockPlayer -0123456789.- - - - - -XuiLabel1 -80.000000 -24.000000 -20.000000,70.000015,0.000000 -XuiLabelDark -Cam-X - - - - -XuiLabel2 -140.000000 -24.000000 -180.000000,67.000000,0.000000 -XuiLabelDark -Cam-Z - - - - -XuiLabel3 -236.599915 -24.000000 -10.000000,150.000000,0.000000 -XuiLabelDark -Y-Rot & Elevation (Degs) - - - - -XuiLabel4 -80.000000 -24.000000 -100.000000,70.000000,0.000000 -XuiLabelDark -Cam-Y - - - - -XuiLabel7 -183.599976 -42.000000 -20.000000,14.000000,0.000000 -XuiLabelDark -Set Camera Position - - - - -LockPlayer -180.129578 -39.000000 -21.000000,240.399994,0.000000 -CXuiCheckbox -YRot -Teleport -Lock Player - - - - -Teleport -180.928040 -40.000000 -20.320000,296.820038,0.000000 -LockPlayer -CamX -Teleport - - - + + 1280.000000 + 720.000000 + + + + XuiDebugSetCamera + 267.275146 + 360.700745 + 993.158508,15.835232,0.000000 + true + CScene_DebugSetCamera + LockPlayer + + + + CamX + 80.000000 + 33.000000 + 20.000000,100.000000,0.000000 + CXuiCtrl4JEdit + CamZ + CamY + Teleport + YRot + 0123456789.- + + + + + CamZ + 80.000000 + 33.000000 + 180.000000,100.000000,0.000000 + CXuiCtrl4JEdit + CamY + CamX + Teleport + Elevation + 0123456789.- + + + + + YRot + 80.000000 + 33.000000 + 20.000000,185.000000,0.000000 + CXuiCtrl4JEdit + Elevation + Elevation + CamX + LockPlayer + 0123456789.- + + + + + CamY + 80.000000 + 33.000000 + 100.000000,100.000000,0.000000 + CXuiCtrl4JEdit + CamX + CamZ + Teleport + Elevation + 0123456789.- + + + + + Elevation + 80.000000 + 33.000000 + 100.000000,185.000000,0.000000 + CXuiCtrl4JEdit + YRot + YRot + CamY + LockPlayer + 0123456789.- + + + + + XuiLabel1 + 80.000000 + 24.000000 + 20.000000,70.000015,0.000000 + XuiLabelDark + Cam-X + + + + + XuiLabel2 + 140.000000 + 24.000000 + 180.000000,67.000000,0.000000 + XuiLabelDark + Cam-Z + + + + + XuiLabel3 + 236.599915 + 24.000000 + 10.000000,150.000000,0.000000 + XuiLabelDark + Y-Rot & Elevation (Degs) + + + + + XuiLabel4 + 80.000000 + 24.000000 + 100.000000,70.000000,0.000000 + XuiLabelDark + Cam-Y + + + + + XuiLabel7 + 183.599976 + 42.000000 + 20.000000,14.000000,0.000000 + XuiLabelDark + Set Camera Position + + + + + LockPlayer + 180.129578 + 39.000000 + 21.000000,240.399994,0.000000 + CXuiCheckbox + YRot + Teleport + Lock Player + + + + + Teleport + 180.928040 + 40.000000 + 20.320000,296.820038,0.000000 + LockPlayer + CamX + Teleport + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debug_small.xui b/Minecraft.Client/Common/Media/xuiscene_debug_small.xui index c93beaa1..834f53b2 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debug_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debug_small.xui @@ -1,24 +1,24 @@ - -1280.000000 -720.000000 - - - -SceneDebug -640.000000 -360.000000 -CScene_Debug -XuiSliderVolume - - - -XuiCheckbox1 -198.000000 -50.000000 -22.000000,23.999969,0.000000 -false - - - + + 1280.000000 + 720.000000 + + + + SceneDebug + 640.000000 + 360.000000 + CScene_Debug + XuiSliderVolume + + + + XuiCheckbox1 + 198.000000 + 50.000000 + 22.000000,23.999969,0.000000 + false + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debugoverlay.xui b/Minecraft.Client/Common/Media/xuiscene_debugoverlay.xui index 368f18b5..c8f79529 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debugoverlay.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debugoverlay.xui @@ -1,323 +1,370 @@ - -1280.000000 -720.000000 - - - -DebugOverlay -859.000000 -718.000000 -422.000031,1.000000,0.000000 -CScene_DebugOverlay -ItemsList - - - -ItemsList -413.000000 -274.000000 -431.000000,404.000000,0.000000 -DebugList -SliderFov -SliderFov -EnchantmentsList -MobList - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - - -EnchantmentsList -413.000000 -180.000000 -428.000000,213.999954,0.000000 -DebugList -SetNight -SetNight -MobList -ItemsList - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - - -MobList -413.000000 -180.000000 -428.000000,24.999954,0.000000 -DebugList -SetCamera -SetCamera -ItemsList -EnchantmentsList - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - - -SliderFov -365.000000 -36.000000 -26.000000,309.000031,0.000000 -EnchantmentsList -EnchantmentsList -SliderTime -SetCamera -Set fov - - - - -SliderTime -365.000000 -36.000000 -26.000000,265.000000,0.000000 -EnchantmentsList -EnchantmentsList -SetDay -SliderFov -Set time (unsafe) -24000 -100 -50 -10 - - - - -SetNight -190.000000 -40.000000 -203.000000,224.000000,0.000000 -XuiMainMenuButton_L -SetDay -EnchantmentsList -ToggleThunder -SliderTime -Night - - - - -SetDay -168.000000 -40.000000 -28.000000,224.000000,0.000000 -XuiMainMenuButton_L -EnchantmentsList -SetNight -ToggleRain -SliderTime -Day - - - - -ToggleThunder -190.000000 -40.000000 -203.000061,165.000000,0.000000 -XuiMainMenuButton_L -ToggleRain -MobList -CreateSchematic -SetNight -Toggle Thunder - - - - -ToggleRain -168.000000 -40.000000 -28.000000,165.000000,0.000000 -XuiMainMenuButton_L -MobList -ToggleThunder -CreateSchematic -SetDay -Toggle Rain - - - - -CreateSchematic -365.000000 -40.000000 -26.000000,118.000015,0.000000 -XuiMainMenuButton_L -MobList -MobList -ResetTutorial -ToggleRain -Create Schematic - - - - -ResetTutorial -365.000000 -40.000000 -26.000000,73.000000,0.000000 -XuiMainMenuButton_L -MobList -MobList -SetCamera -CreateSchematic -Reset profile tutorial progress - - - - -SetCamera -365.000000 -40.000000 -25.000000,29.000002,0.000000 -XuiMainMenuButton_L -MobList -MobList -SliderFov -ResetTutorial -Set camera - - - - -SaveToFile -229.000000 -40.000000 -38.000000,36.000000,0.000000 -false -XuiMainMenuButton_L -false -ChunkRadius -ItemsList -SetSpawn -Save Level To File - - - - -ChunkRadius -195.999985 -87.000000 -263.000061,14.000000,0.000000 -false -false -SaveToFile -ItemsList -SetSpawn -Radius (chunks > 0) -64 - - - + + 1280.000000 + 720.000000 + + + + DebugOverlay + 859.000000 + 718.000000 + 422.000031,1.000000,0.000000 + CScene_DebugOverlay + ItemsList + + + + ItemsList + 413.000000 + 274.000000 + 431.000000,404.000000,0.000000 + DebugList + FillArea + FillArea + EnchantmentsList + MobList + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + + EnchantmentsList + 413.000000 + 180.000000 + 428.000000,213.999954,0.000000 + DebugList + SetNight + SetNight + MobList + ItemsList + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + + MobList + 413.000000 + 180.000000 + 428.000000,24.999954,0.000000 + DebugList + SetCamera + SetCamera + ItemsList + EnchantmentsList + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + + SliderFov + 365.000000 + 36.000000 + 26.000000,309.000031,0.000000 + EnchantmentsList + EnchantmentsList + SliderTime + FillArea + Set fov + + + + + SliderTime + 365.000000 + 36.000000 + 26.000000,265.000000,0.000000 + EnchantmentsList + EnchantmentsList + SetDay + SliderFov + Set time (unsafe) + 24000 + 100 + 50 + 10 + + + + + SetNight + 190.000000 + 40.000000 + 203.000000,224.000000,0.000000 + XuiMainMenuButton_L + SetDay + EnchantmentsList + ToggleThunder + SliderTime + Night + + + + + SetDay + 168.000000 + 40.000000 + 28.000000,224.000000,0.000000 + XuiMainMenuButton_L + EnchantmentsList + SetNight + ToggleRain + SliderTime + Day + + + + + ToggleThunder + 190.000000 + 40.000000 + 203.000061,165.000000,0.000000 + XuiMainMenuButton_L + ToggleRain + MobList + CreateSchematic + SetNight + Toggle Thunder + + + + + ToggleRain + 168.000000 + 40.000000 + 28.000000,165.000000,0.000000 + XuiMainMenuButton_L + MobList + ToggleThunder + CreateSchematic + SetDay + Toggle Rain + + + + + CreateSchematic + 365.000000 + 40.000000 + 26.000000,118.000015,0.000000 + XuiMainMenuButton_L + MobList + MobList + ResetTutorial + ToggleRain + Create Schematic + + + + + ResetTutorial + 365.000000 + 40.000000 + 26.000000,73.000000,0.000000 + XuiMainMenuButton_L + MobList + MobList + SetCamera + CreateSchematic + Reset profile tutorial progress + + + + + SetCamera + 365.000000 + 40.000000 + 25.000000,29.000002,0.000000 + XuiMainMenuButton_L + MobList + MobList + SliderFov + ResetTutorial + Set camera + + + + + SaveToFile + 229.000000 + 40.000000 + 38.000000,36.000000,0.000000 + false + XuiMainMenuButton_L + false + ChunkRadius + ItemsList + SetSpawn + Save Level To File + + + + + ChunkRadius + 195.999985 + 87.000000 + 263.000061,14.000000,0.000000 + false + false + SaveToFile + ItemsList + SetSpawn + Radius (chunks > 0) + 64 + + + + + FillArea + 365.000000 + 40.000000 + 27.000000,357.000000,0.000000 + XuiMainMenuButton_L + ItemsList + ItemsList + SliderFov + SaveToFile + Fill Area + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debugoverlay_480.xui b/Minecraft.Client/Common/Media/xuiscene_debugoverlay_480.xui index e07d3669..89270be0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debugoverlay_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debugoverlay_480.xui @@ -1,161 +1,161 @@ - -640.000000 -480.000000 - - - -DebugOverlay -300.000000 -480.000000 -340.000000,1.000000,0.000000 -CScene_DebugOverlay -ItemsList - - - -ItemsList -223.000000 -125.999969 -35.000000,329.000000,0.000000 -DebugList -MobList -ResetTutorial - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - - -MobList -225.000000 -90.999969 -33.000000,238.999969,0.000000 -DebugList -SliderFov -ItemsList - - - -control_ListItem -469.000000 -40.000000 -10.000000,14.000000,0.000000 -5 -false -DebugButton - - - - - -SliderFov -200.000000 -38.000000 -46.000046,201.000000,0.000000 -SliderTime -MobList -Set fov - - - - -SliderTime -200.000000 -38.000000 -45.000046,164.000000,0.000000 -ToggleRain -SliderFov -Set time (unsafe) -24000 -100 -50 -10 - - - - -ToggleThunder -100.000000 -150.000061,132.000000,0.000000 -XuiMainMenuButton_L -ToggleRain -SetSpawn -SliderTime -Toggle Thunder - - - - -ToggleRain -100.000000 -41.000000,132.000000,0.000000 -XuiMainMenuButton_L -ToggleThunder -SetSpawn -SliderTime -Toggle Rain - - - - -SetSpawn -210.000000 -41.000000,95.000000,0.000000 -XuiMainMenuButton_L -false -ResetTutorial -ToggleRain -Set Level Spawn Point To Here - - - - -ResetTutorial -210.000000 -41.000000,57.999996,0.000000 -XuiMainMenuButton_L -ItemsList -SetSpawn -Reset profile tutorial progress - - - - -SaveToFile -100.000000 -38.000000,29.000000,0.000000 -false -XuiMainMenuButton_L -false -ChunkRadius -ItemsList -SetSpawn -Save Level To File - - - - -ChunkRadius -100.000000 -150.000061,29.000000,0.000000 -false -false -SaveToFile -ItemsList -SetSpawn -Radius (chunks > 0) -64 - - - + + 640.000000 + 480.000000 + + + + DebugOverlay + 300.000000 + 480.000000 + 340.000000,1.000000,0.000000 + CScene_DebugOverlay + ItemsList + + + + ItemsList + 223.000000 + 125.999969 + 35.000000,329.000000,0.000000 + DebugList + MobList + ResetTutorial + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + + MobList + 225.000000 + 90.999969 + 33.000000,238.999969,0.000000 + DebugList + SliderFov + ItemsList + + + + control_ListItem + 469.000000 + 40.000000 + 10.000000,14.000000,0.000000 + 5 + false + DebugButton + + + + + + SliderFov + 200.000000 + 38.000000 + 46.000046,201.000000,0.000000 + SliderTime + MobList + Set fov + + + + + SliderTime + 200.000000 + 38.000000 + 45.000046,164.000000,0.000000 + ToggleRain + SliderFov + Set time (unsafe) + 24000 + 100 + 50 + 10 + + + + + ToggleThunder + 100.000000 + 150.000061,132.000000,0.000000 + XuiMainMenuButton_L + ToggleRain + SetSpawn + SliderTime + Toggle Thunder + + + + + ToggleRain + 100.000000 + 41.000000,132.000000,0.000000 + XuiMainMenuButton_L + ToggleThunder + SetSpawn + SliderTime + Toggle Rain + + + + + SetSpawn + 210.000000 + 41.000000,95.000000,0.000000 + XuiMainMenuButton_L + false + ResetTutorial + ToggleRain + Set Level Spawn Point To Here + + + + + ResetTutorial + 210.000000 + 41.000000,57.999996,0.000000 + XuiMainMenuButton_L + ItemsList + SetSpawn + Reset profile tutorial progress + + + + + SaveToFile + 100.000000 + 38.000000,29.000000,0.000000 + false + XuiMainMenuButton_L + false + ChunkRadius + ItemsList + SetSpawn + Save Level To File + + + + + ChunkRadius + 100.000000 + 150.000061,29.000000,0.000000 + false + false + SaveToFile + ItemsList + SetSpawn + Radius (chunks > 0) + 64 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debugtips.xui b/Minecraft.Client/Common/Media/xuiscene_debugtips.xui index 2b656c9e..7bfb8444 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debugtips.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debugtips.xui @@ -1,39 +1,39 @@ - -1280.000000 -720.000000 - - - -DebugTips -1280.000000 -720.000000 -CScene_DebugTips -XuiMenuScene -ButtonConfirm - - - -Tip -800.000000 -100.000000 -240.000061,520.000000,0.000000 -TipPanel - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 1280.000000 + 720.000000 + + + + DebugTips + 1280.000000 + 720.000000 + CScene_DebugTips + XuiMenuScene + ButtonConfirm + + + + + Normal + + + + EndNormal + + gotoplay + Normal + + + + + + Tip + 800.000000 + 100.000000 + 240.000061,520.000000,0.000000 + TipPanel + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debugtips_480.xui b/Minecraft.Client/Common/Media/xuiscene_debugtips_480.xui index d778eeca..34a54c64 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debugtips_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debugtips_480.xui @@ -1,39 +1,39 @@ - -1280.000000 -720.000000 - - - -DebugTips -640.000000 -480.000000 -CScene_DebugTips -XuiMenuScene -ButtonConfirm - - - -Tip -500.000000 -120.000000 -70.000000,256.000061,0.000000 -TipPanel - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 1280.000000 + 720.000000 + + + + DebugTips + 640.000000 + 480.000000 + CScene_DebugTips + XuiMenuScene + ButtonConfirm + + + + + Normal + + + + EndNormal + + gotoplay + Normal + + + + + + Tip + 500.000000 + 120.000000 + 70.000000,256.000061,0.000000 + TipPanel + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_debugtips_small.xui b/Minecraft.Client/Common/Media/xuiscene_debugtips_small.xui index 233a9b9c..014959e0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_debugtips_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_debugtips_small.xui @@ -1,39 +1,39 @@ - -1280.000000 -720.000000 - - - -DebugTips -640.000000 -480.000000 -CScene_DebugTips -XuiMenuScene -ButtonConfirm - - - -Tip -500.000000 -120.000000 -70.000000,180.000061,0.000000 -TipPanel - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 1280.000000 + 720.000000 + + + + DebugTips + 640.000000 + 480.000000 + CScene_DebugTips + XuiMenuScene + ButtonConfirm + + + + + Normal + + + + EndNormal + + gotoplay + Normal + + + + + + Tip + 500.000000 + 120.000000 + 70.000000,180.000061,0.000000 + TipPanel + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_enchant.xui b/Minecraft.Client/Common/Media/xuiscene_enchant.xui index c7281816..fa0b5169 100644 --- a/Minecraft.Client/Common/Media/xuiscene_enchant.xui +++ b/Minecraft.Client/Common/Media/xuiscene_enchant.xui @@ -1,3155 +1,3148 @@ - -1280.000000 -720.000000 - - - -XuiSceneInventory -1280.000000 -720.000000 -CXuiSceneEnchant -XuiBlankScene -Pointer - - - -Group -431.000000 -435.000000 -424.000000,95.000000,0.000000 -15 -XuiScene -Pointer - - - -Ingredient -42.000000 -42.000000 -66.000000,132.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridEnchant - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - - -Inventory -382.000000 -150.000000 -25.000000,230.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -381.000000 -50.000000 -25.000000,369.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -EnchantText -375.000000 -33.000000 -25.000000,14.000000,0.000000 -9 -LabelContainerSceneLeft - - - - -InventoryText -375.000000 -33.000000 -25.000000,200.000000,0.000000 -9 -LabelContainerSceneLeft - - - - -EnchantmentBook -122.000000 -78.000000 -25.999998,48.000000,0.000000 -3 -CXuiCtrlEnchantmentBook - - - - -EnchantPanel -244.000000 -130.000000 -160.000000,46.000000,0.000000 -PanelRecessed -false - - - - -EnchantButton3 -240.000000 -42.000000 -162.000000,132.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton -false - - - - -EnchantButton2 -240.000000 -42.000000 -162.000000,90.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton -false - - - - -EnchantButton1 -240.000000 -42.000000 -162.000000,48.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton -false - - - - -Pointer -42.000000 -42.000000 --185.000000,-84.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - -Normal - - - -EndNormal - - - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -424.000000,95.000000,0.000000 - - - -0 -424.000000,95.000000,0.000000 - - - -2 -100 --100 -50 -424.000000,95.000000,0.000000 - - - -0 -160.000000,95.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,95.000000,0.000000 - - - -0 -424.000000,95.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneInventory + 1280.000000 + 720.000000 + CXuiSceneEnchant + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 13 + + + + easein + 13 + + + + none + 0 + + + + + + Group + 431.000000 + 435.000000 + 424.000000,95.000000,0.000000 + 15 + XuiScene + Pointer + + + + + Normal + + + + EndNormal + + + + + + + Ingredient + 42.000000 + 42.000000 + 66.000000,132.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridEnchant + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + + Inventory + 382.000000 + 150.000000 + 25.000000,230.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 381.000000 + 50.000000 + 25.000000,369.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + EnchantText + 375.000000 + 33.000000 + 25.000000,14.000000,0.000000 + 9 + LabelContainerSceneLeft + + + + + InventoryText + 375.000000 + 33.000000 + 25.000000,200.000000,0.000000 + 9 + LabelContainerSceneLeft + + + + + EnchantmentBook + 122.000000 + 78.000000 + 25.999998,48.000000,0.000000 + 3 + CXuiCtrlEnchantmentBook + + + + + EnchantPanel + 244.000000 + 130.000000 + 160.000000,46.000000,0.000000 + PanelRecessed + false + + + + + EnchantButton3 + 240.000000 + 42.000000 + 162.000000,132.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton + false + + + + + EnchantButton2 + 240.000000 + 42.000000 + 162.000000,90.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton + false + + + + + EnchantButton1 + 240.000000 + 42.000000 + 162.000000,48.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton + false + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-84.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_enchant_480.xui b/Minecraft.Client/Common/Media/xuiscene_enchant_480.xui index 3f1eba79..faf2dbe5 100644 --- a/Minecraft.Client/Common/Media/xuiscene_enchant_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_enchant_480.xui @@ -1,2650 +1,2643 @@ - -640.000000 -480.000000 - - - -XuiSceneInventory -640.000000 -480.000000 -CXuiSceneEnchant -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000015,96.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -13.000001,160.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000001,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -EnchantText -232.000000 -22.000000 -12.000000,12.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -InventoryText -232.000000 -22.000000 -12.000000,138.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -EnchantPanel -144.000000 -94.000000 -103.000000,34.000000,0.000000 -PanelRecessed -false - - - - -EnchantButton3 -140.000000 -105.000000,96.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton_Small -false - - - - -EnchantButton2 -140.000000 -105.000000,66.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton_Small -false - - - - -EnchantButton1 -140.000000 -105.000000,36.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton_Small -false - - - - -Ingredient -32.000000 -32.000000 -38.000000,96.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridEnchant32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - - -EnchantmentBook -88.000000 -54.000000 -11.000000,34.000000,0.000000 -3 -CXuiCtrlEnchantmentBook -..\Images\img1.png - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000015,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,96.000000,0.000000 - - - -0 -32.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneInventory + 640.000000 + 480.000000 + CXuiSceneEnchant + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 13 + + + + easein + 13 + + + + none + 14 + + + + easein + 15 + + + + none + 13 + + + + + + Group + 260.000000 + 290.000000 + 190.000015,96.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 13.000001,160.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000001,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + EnchantText + 232.000000 + 22.000000 + 12.000000,12.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,138.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + EnchantPanel + 144.000000 + 94.000000 + 103.000000,34.000000,0.000000 + PanelRecessed + false + + + + + EnchantButton3 + 140.000000 + 105.000000,96.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton_Small + false + + + + + EnchantButton2 + 140.000000 + 105.000000,66.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton_Small + false + + + + + EnchantButton1 + 140.000000 + 105.000000,36.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton_Small + false + + + + + Ingredient + 32.000000 + 32.000000 + 38.000000,96.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridEnchant32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + + EnchantmentBook + 88.000000 + 54.000000 + 11.000000,34.000000,0.000000 + 3 + CXuiCtrlEnchantmentBook + ..\Images\img1.png + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_enchant_small.xui b/Minecraft.Client/Common/Media/xuiscene_enchant_small.xui index 6b648572..5115e0ad 100644 --- a/Minecraft.Client/Common/Media/xuiscene_enchant_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_enchant_small.xui @@ -1,2870 +1,2863 @@ - -640.000000 -360.000000 - - - -XuiSceneEnchant -640.000000 -360.000000 -CXuiSceneEnchant -XuiBlankScene -Pointer - - - -Group -260.000000 -280.000000 -190.000000,0.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Ingredient -32.000000 -32.000000 -38.000000,96.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridEnchant32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonEnchant32 -22594 -4 - - - - - -Inventory -234.000000 -80.000000 -13.000001,153.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000001,243.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -EnchantText -232.000000 -22.000000 -12.000000,12.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -InventoryText -232.000000 -22.000000 -12.000000,131.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -EnchantmentBook -88.000000 -54.000000 -11.000000,34.000000,0.000000 -3 -CXuiCtrlEnchantmentBook -..\Images\img1.png - - - - -EnchantPanel -144.000000 -94.000000 -103.000000,34.000000,0.000000 -PanelRecessed -false - - - - -EnchantButton3 -140.000000 -105.000000,96.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton_Small -false - - - - -EnchantButton2 -140.000000 -105.000000,66.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton_Small -false - - - - -EnchantButton1 -140.000000 -105.000000,36.000000,0.000000 -CXuiCtrlEnchantmentButton -EnchantmentButton_Small -false - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,0.000000,0.000000 - - - -0 -64.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneEnchant + 640.000000 + 360.000000 + CXuiSceneEnchant + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 13 + + + + easein + 14 + + + + none + 0 + + + + + + Group + 260.000000 + 280.000000 + 190.000000,0.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Ingredient + 32.000000 + 32.000000 + 38.000000,96.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridEnchant32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonEnchant32 + 22594 + 4 + + + + + + Inventory + 234.000000 + 80.000000 + 13.000001,153.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000001,243.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + EnchantText + 232.000000 + 22.000000 + 12.000000,12.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,131.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + EnchantmentBook + 88.000000 + 54.000000 + 11.000000,34.000000,0.000000 + 3 + CXuiCtrlEnchantmentBook + ..\Images\img1.png + + + + + EnchantPanel + 144.000000 + 94.000000 + 103.000000,34.000000,0.000000 + PanelRecessed + false + + + + + EnchantButton3 + 140.000000 + 105.000000,96.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton_Small + false + + + + + EnchantButton2 + 140.000000 + 105.000000,66.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton_Small + false + + + + + EnchantButton1 + 140.000000 + 105.000000,36.000000,0.000000 + CXuiCtrlEnchantmentButton + EnchantmentButton_Small + false + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_fireworks.xui b/Minecraft.Client/Common/Media/xuiscene_fireworks.xui index 51b9ae5c..e15ebda3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_fireworks.xui +++ b/Minecraft.Client/Common/Media/xuiscene_fireworks.xui @@ -1,2359 +1,2352 @@ - -1280.000000 -720.000000 - - - -FireworksScene -1280.000000 -720.000000 -CXuiSceneFireworks -XuiBlankScene -Pointer - - - -Group -428.000000 -450.000000 -426.000000,130.000000,0.000000 -15 -XuiScene -Pointer - - - -Result -64.000000 -64.000000 -304.000000,96.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical64 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - - -Arrow -72.000000 -48.000000 -206.000015,104.000000,0.000000 -ArrowProgressState -24 - - - - -Inventory -380.000000 -128.000000 -25.000000,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -380.000000 -44.000000 -25.000000,379.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -378.000000 -34.000000 -26.000000,210.000000,0.000000 -12 -LabelContainerSceneLeft - - - - -FireworksText -380.000000 -34.000000 -26.000000,14.000000,0.000000 -LabelContainerSceneLeft - - - - -Ingredients -128.000000 -128.000000 -59.000065,64.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Pointer -42.000000 -42.000000 --185.000000,-63.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -426.000000,130.000000,0.000000 - - - -0 -426.000000,130.000000,0.000000 - - - -2 -100 --100 -50 -424.500031,130.000000,0.000000 - - - -0 -160.000000,130.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,130.000000,0.000000 - - - -0 -426.000000,130.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + FireworksScene + 1280.000000 + 720.000000 + CXuiSceneFireworks + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 12 + + + + none + 13 + + + + easein + 13 + + + + none + 0 + + + + + + Group + 428.000000 + 450.000000 + 426.000000,130.000000,0.000000 + 15 + XuiScene + Pointer + + + + Result + 64.000000 + 64.000000 + 304.000000,96.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical64 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + + Arrow + 72.000000 + 48.000000 + 206.000015,104.000000,0.000000 + ArrowProgressState + 24 + + + + + Inventory + 380.000000 + 128.000000 + 25.000000,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 380.000000 + 44.000000 + 25.000000,379.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 378.000000 + 34.000000 + 26.000000,210.000000,0.000000 + 12 + LabelContainerSceneLeft + + + + + FireworksText + 380.000000 + 34.000000 + 26.000000,14.000000,0.000000 + LabelContainerSceneLeft + + + + + Ingredients + 128.000000 + 128.000000 + 59.000065,64.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-63.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_fireworks_480.xui b/Minecraft.Client/Common/Media/xuiscene_fireworks_480.xui index 4c72680e..4acbe63a 100644 --- a/Minecraft.Client/Common/Media/xuiscene_fireworks_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_fireworks_480.xui @@ -1,1973 +1,1966 @@ - -640.000000 -480.000000 - - - -DispenserScene -1280.000000 -720.000000 -CXuiSceneFireworks -XuiBlankScene -Pointer - - - -Group -260.000000 -280.000000 -190.000000,100.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -13.000009,152.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000009,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Ingredients -80.000000 -80.000000 -42.000000,38.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -12.000000,132.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -FireworksText -240.000000 -25.000000 -12.000000,6.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Arrow -32.000000 -32.000000 -132.000000,62.000000,0.000000 -ArrowProgressStateSmall -24 - - - - -Result -44.000000 -44.000000 -172.000000,56.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Pointer -26.000000 -26.000000 --50.000000,-40.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,100.000000,0.000000 - - - -0 -190.000000,100.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,100.000000,0.000000 - - - -0 -33.750000,100.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,100.000000,0.000000 - - - -0 -190.000000,100.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + DispenserScene + 1280.000000 + 720.000000 + CXuiSceneFireworks + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 10 + + + + easein + 11 + + + + none + 0 + + + + + + Group + 260.000000 + 280.000000 + 190.000000,100.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 13.000009,152.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000009,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Ingredients + 80.000000 + 80.000000 + 42.000000,38.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,132.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + FireworksText + 240.000000 + 25.000000 + 12.000000,6.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Arrow + 32.000000 + 32.000000 + 132.000000,62.000000,0.000000 + ArrowProgressStateSmall + 24 + + + + + Result + 44.000000 + 44.000000 + 172.000000,56.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-40.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_fireworks_small.xui b/Minecraft.Client/Common/Media/xuiscene_fireworks_small.xui index 010d349a..39e901af 100644 --- a/Minecraft.Client/Common/Media/xuiscene_fireworks_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_fireworks_small.xui @@ -1,1558 +1,1551 @@ - -640.000000 -360.000000 - - - -DispenserScene -640.000000 -360.000000 -CXuiSceneFireworks -XuiBlankScene -Pointer - - - -Group -260.000000 -280.000000 -190.000000,0.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -12.000000,151.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Ingredients -80.000000 -80.000000 -42.000000,38.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -12.000000,130.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -FireworksText -240.000000 -25.000000 -12.000000,6.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Arrow -32.000000 -32.000000 -132.000000,62.000000,0.000000 -ArrowProgressStateSmall -24 - - - - -Result -44.000000 -44.000000 -172.000000,56.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,0.000000,0.000000 - - - -0 -64.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + DispenserScene + 640.000000 + 360.000000 + CXuiSceneFireworks + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 10 + + + + easein + 11 + + + + none + 0 + + + + + + Group + 260.000000 + 280.000000 + 190.000000,0.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 12.000000,151.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Ingredients + 80.000000 + 80.000000 + 42.000000,38.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,130.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + FireworksText + 240.000000 + 25.000000 + 12.000000,6.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Arrow + 32.000000 + 32.000000 + 132.000000,62.000000,0.000000 + ArrowProgressStateSmall + 24 + + + + + Result + 44.000000 + 44.000000 + 172.000000,56.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress.xui b/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress.xui index a7038e92..bf6072ac 100644 --- a/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress.xui +++ b/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress.xui @@ -1,932 +1,77 @@ - -1280.000000 -720.000000 - - - -FullscreenProgressScene -1280.000000 -720.000000 -CScene_FullscreenProgress -XuiMenuScene -ButtonConfirm - - - -Tip -800.000000 -100.000000 -240.000061,520.000000,0.000000 -TipPanel - - - - -Status -640.000000 -26.000000 -320.000031,360.000000,0.000000 -XuiLabel12_Shadowed - - - - -Title -960.000000 -100.000000 -160.000076,250.000000,0.000000 -XuiTitle - - - - -Progress -640.000000 -15.000000 -320.000000,390.000000,0.000000 -CXuiCtrlLoadingProgress -LoadingProgressState -50 - - - - -Timer -183.000000 -169.000000 -548.000000,328.000000,0.000000 -false -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -ButtonConfirm -320.000000 -50.000000 -480.000031,446.000000,0.000000 -false - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 1280.000000 + 720.000000 + + + + FullscreenProgressScene + 1280.000000 + 720.000000 + CScene_FullscreenProgress + XuiMenuScene + ButtonConfirm + + + + Tip + 800.000000 + 100.000000 + 240.000061,520.000000,0.000000 + TipPanel + + + + + Status + 640.000000 + 26.000000 + 320.000031,360.000000,0.000000 + XuiLabel12_Shadowed + + + + + Title + 960.000000 + 100.000000 + 160.000076,250.000000,0.000000 + XuiTitle + + + + + Progress + 640.000000 + 15.000000 + 320.000000,390.000000,0.000000 + CXuiCtrlLoadingProgress + LoadingProgressState + 50 + + + + + Timer + 183.000000 + 169.000000 + 548.000000,328.000000,0.000000 + false + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_480.xui b/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_480.xui index 22975461..5a4eb369 100644 --- a/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_480.xui @@ -1,931 +1,86 @@ - -640.000000 -480.000000 - - - -FullscreenProgressScene -640.000000 -480.000000 -CScene_FullscreenProgress -XuiMenuScene -ButtonConfirm - - - -Tip -500.000000 -120.000000 -70.000000,256.000061,0.000000 -TipPanel - - - - -Status -500.000000 -26.000000 -70.000000,177.000046,0.000000 -XuiLabel12_Shadowed - - - - -Title -500.000000 -50.000000 -70.000000,130.000000,0.000000 -XuiTitleSmall - - - - -Progress -500.000000 -15.000000 -70.000000,207.000046,0.000000 -CXuiCtrlLoadingProgress -LoadingProgressState -50 - - - - -ButtonConfirm -320.000000 -50.000000 -160.000000,382.000061,0.000000 -false - - - - -Timer -72.000000 -72.000000 -284.000000,177.000000,0.000000 -15 -false -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 640.000000 + 480.000000 + + + + FullscreenProgressScene + 640.000000 + 480.000000 + CScene_FullscreenProgress + XuiMenuScene + ButtonConfirm + + + + Tip + 500.000000 + 120.000000 + 70.000000,256.000061,0.000000 + TipPanel + + + + + Status + 500.000000 + 26.000000 + 70.000000,177.000046,0.000000 + XuiLabel12_Shadowed + + + + + Title + 500.000000 + 50.000000 + 70.000000,130.000000,0.000000 + XuiTitleSmall + + + + + Progress + 500.000000 + 15.000000 + 70.000000,207.000046,0.000000 + CXuiCtrlLoadingProgress + LoadingProgressState + 50 + + + + + ButtonConfirm + 320.000000 + 50.000000 + 160.000000,382.000061,0.000000 + false + + + + + Timer + 72.000000 + 72.000000 + 284.000000,177.000000,0.000000 + 15 + false + XuiBlankScene + + + + Timer_Square_1 + 21.000000 + 21.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_small.xui b/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_small.xui index f6fa45df..dabd7836 100644 --- a/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_fullscreenprogress_small.xui @@ -1,931 +1,77 @@ - -640.000000 -360.000000 - - - -FullscreenProgressScene -640.000000 -360.000000 -CScene_FullscreenProgress -XuiMenuScene -ButtonConfirm - - - -Tip -500.000000 -120.000000 -70.000000,180.000061,0.000000 -TipPanel - - - - -Status -500.000000 -26.000000 -70.000000,130.000046,0.000000 -XuiLabel12_Shadowed - - - - -Title -500.000000 -32.000000 -70.000000,100.000000,0.000000 -XuiTitleSmall - - - - -Progress -500.000000 -15.000000 -70.000000,160.000046,0.000000 -CXuiCtrlLoadingProgress -LoadingProgressState -50 - - - - -Timer -72.000000 -72.000000 -284.000000,140.000000,0.000000 -15 -false -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -ButtonConfirm -320.000000 -50.000000 -160.000000,212.000061,0.000000 -false - - - - - -Normal - - - -EndNormal - -gotoandplay -Normal - - - - + + 640.000000 + 360.000000 + + + + FullscreenProgressScene + 640.000000 + 360.000000 + CScene_FullscreenProgress + XuiMenuScene + ButtonConfirm + + + + Tip + 500.000000 + 120.000000 + 70.000000,180.000061,0.000000 + TipPanel + + + + + Status + 500.000000 + 26.000000 + 70.000000,130.000046,0.000000 + XuiLabel12_Shadowed + + + + + Title + 500.000000 + 32.000000 + 70.000000,100.000000,0.000000 + XuiTitleSmall + + + + + Progress + 500.000000 + 15.000000 + 70.000000,160.000046,0.000000 + CXuiCtrlLoadingProgress + LoadingProgressState + 50 + + + + + Timer + 72.000000 + 72.000000 + 284.000000,140.000000,0.000000 + 15 + false + XuiBlankScene + + + + Timer_Square_1 + 21.000000 + 21.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_furnace.xui b/Minecraft.Client/Common/Media/xuiscene_furnace.xui index 49d46f67..197276cf 100644 --- a/Minecraft.Client/Common/Media/xuiscene_furnace.xui +++ b/Minecraft.Client/Common/Media/xuiscene_furnace.xui @@ -1,650 +1,643 @@ - -1280.000000 -720.000000 - - - -XuiSceneFurnace -1280.000000 -720.000000 -CXuiSceneFurnace -XuiBlankScene -Pointer - - - -Group -428.000000 -430.000000 -426.000000,95.000000,0.000000 -15 -XuiScene -Pointer - - - -Result -64.000000 -64.000000 -308.000000,86.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical64 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -64.000000 -64.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton64 -22594 -4 - - - - - -Fuel -52.000000 -52.000000 -152.000031,142.000015,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Ingredient -66.000000 -62.000000 -153.000031,48.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Burn -72.000000 -48.000000 -225.000000,94.000000,0.000000 -CXuiCtrlBurnProgress -ArrowProgressState -24 - - - - -Lit -51.000000 -50.000000 -148.000000,90.000000,0.000000 -CXuiCtrlFireProgress -FlameProgressState -12 - - - - -Inventory -382.000000 -150.000000 -25.000000,220.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -381.000000 -50.000000 -25.000000,359.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -378.000000 -34.000000 -24.000000,190.000000,0.000000 -12 -LabelContainerSceneLeft - - - - -FurnaceText -380.000000 -34.000000 -26.000000,12.000000,0.000000 -LabelContainerSceneLeft - - - - -FuelText -125.000000 -20.000000 -18.000000,152.000000,0.000000 -3 -LabelContainerSceneRight - - - - -IngredientText -125.000000 -20.000000 -18.000000,58.000000,0.000000 -3 -LabelContainerSceneRight - - - - -Pointer -42.000000 -42.000000 --185.000000,-83.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -426.000000,95.000000,0.000000 - - - -0 -426.000000,95.000000,0.000000 - - - -2 -100 --100 -50 -424.500031,95.000000,0.000000 - - - -0 -160.000000,95.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,95.000000,0.000000 - - - -0 -426.000000,95.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneFurnace + 1280.000000 + 720.000000 + CXuiSceneFurnace + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 16 + + + + none + 17 + + + + easein + 17 + + + + none + 0 + + + + + + Group + 428.000000 + 430.000000 + 426.000000,95.000000,0.000000 + 15 + XuiScene + Pointer + + + + Result + 64.000000 + 64.000000 + 308.000000,86.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical64 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 64.000000 + 64.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton64 + 22594 + 4 + + + + + + Fuel + 52.000000 + 52.000000 + 152.000031,142.000015,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Ingredient + 66.000000 + 62.000000 + 153.000031,48.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Burn + 72.000000 + 48.000000 + 225.000000,94.000000,0.000000 + CXuiCtrlBurnProgress + ArrowProgressState + 24 + + + + + Lit + 51.000000 + 50.000000 + 148.000000,90.000000,0.000000 + CXuiCtrlFireProgress + FlameProgressState + 12 + + + + + Inventory + 382.000000 + 150.000000 + 25.000000,220.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 381.000000 + 50.000000 + 25.000000,359.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 378.000000 + 34.000000 + 24.000000,190.000000,0.000000 + 12 + LabelContainerSceneLeft + + + + + FurnaceText + 380.000000 + 34.000000 + 26.000000,12.000000,0.000000 + LabelContainerSceneLeft + + + + + FuelText + 125.000000 + 20.000000 + 18.000000,152.000000,0.000000 + 3 + LabelContainerSceneRight + + + + + IngredientText + 125.000000 + 20.000000 + 18.000000,58.000000,0.000000 + 3 + LabelContainerSceneRight + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-83.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_furnace_480.xui b/Minecraft.Client/Common/Media/xuiscene_furnace_480.xui index 4c2f916d..1a0d1478 100644 --- a/Minecraft.Client/Common/Media/xuiscene_furnace_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_furnace_480.xui @@ -1,1399 +1,1392 @@ - -640.000000 -480.000000 - - - -XuiSceneFurnace -640.000000 -480.000000 -CXuiSceneFurnace -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000000,96.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Result -44.000000 -44.000000 -200.000000,60.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Lit -32.000000 -32.000000 -124.000000,66.000000,0.000000 -CXuiCtrlFireProgress -FlameProgressStateSmall -12 - - - - -Fuel -34.000000 -34.000000 -124.000000,98.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVerticalSmall - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Ingredient -36.000000 -36.000000 -124.000000,32.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridVerticalSmall - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Burn -32.000000 -32.000000 -164.000000,64.000000,0.000000 -CXuiCtrlBurnProgress -ArrowProgressStateSmall -24 - - - - -Inventory -234.000000 -78.000000 -13.000000,162.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -234.000000 -25.000000 -12.000000,140.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -FurnaceText -234.000000 -26.000000 -12.000000,8.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -FuelText -114.000000 -20.000000 -6.000000,108.000000,0.000000 -3 -LabelContainerSceneRightSmall - - - - -IngredientText -114.000000 -20.000000 -6.000000,42.000000,0.000000 -3 -LabelContainerSceneRightSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,96.000000,0.000000 - - - -0 -33.750000,96.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneFurnace + 640.000000 + 480.000000 + CXuiSceneFurnace + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 14 + + + + easein + 15 + + + + none + 0 + + + + + + Group + 260.000000 + 290.000000 + 190.000000,96.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Result + 44.000000 + 44.000000 + 200.000000,60.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Lit + 32.000000 + 32.000000 + 124.000000,66.000000,0.000000 + CXuiCtrlFireProgress + FlameProgressStateSmall + 12 + + + + + Fuel + 34.000000 + 34.000000 + 124.000000,98.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVerticalSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Ingredient + 36.000000 + 36.000000 + 124.000000,32.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVerticalSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Burn + 32.000000 + 32.000000 + 164.000000,64.000000,0.000000 + CXuiCtrlBurnProgress + ArrowProgressStateSmall + 24 + + + + + Inventory + 234.000000 + 78.000000 + 13.000000,162.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 234.000000 + 25.000000 + 12.000000,140.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + FurnaceText + 234.000000 + 26.000000 + 12.000000,8.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + FuelText + 114.000000 + 20.000000 + 6.000000,108.000000,0.000000 + 3 + LabelContainerSceneRightSmall + + + + + IngredientText + 114.000000 + 20.000000 + 6.000000,42.000000,0.000000 + 3 + LabelContainerSceneRightSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_furnace_Small.xui b/Minecraft.Client/Common/Media/xuiscene_furnace_Small.xui index 7b4e5c57..86e641c3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_furnace_Small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_furnace_Small.xui @@ -1,847 +1,840 @@ - -640.000000 -360.000000 - - - -XuiSceneFurnace -640.000000 -360.000000 -CXuiSceneFurnace -XuiBlankScene -Pointer - - - -Group -260.000000 -290.000000 -190.000000,2.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Result -45.639984 -46.888008 -201.991943,58.343994,0.000000 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Fuel -39.712006 -40.479996 -122.991974,98.344009,0.000000 -3 -CXuiCtrlSlotList -ItemGridVerticalSmall - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Ingredient -38.352005 -37.960014 -123.991974,31.343994,0.000000 -3 -CXuiCtrlSlotList -ItemGridVerticalSmall - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -34.000000 -34.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Burn -32.000000 -32.639999 -163.991943,63.343994,0.000000 -CXuiCtrlBurnProgress -ArrowProgressStateSmall -24 - - - - -Lit -34.104004 -33.435295 -121.991943,64.908691,0.000000 -CXuiCtrlFireProgress -FlameProgressStateSmall -12 - - - - -Inventory -234.000000 -80.000000 -12.000000,161.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -233.000000 -12.000000,139.000000,0.000000 -9 -LabelContainerSceneLeftSmall - - - - -FurnaceText -229.000000 -26.000000 -12.000000,7.000000,0.000000 -3 -LabelContainerSceneLeftSmall - - - - -FuelText -114.000000 -20.000000 -6.000000,108.000000,0.000000 -3 -LabelContainerSceneRightSmall - - - - -IngredientText -114.000000 -20.000000 -6.000000,42.000000,0.000000 -3 -LabelContainerSceneRightSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,2.000000,0.000000 - - - -0 -64.000000,2.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,2.000000,0.000000 - - - -0 -190.000000,2.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneFurnace + 640.000000 + 360.000000 + CXuiSceneFurnace + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 14 + + + + easein + 15 + + + + none + 0 + + + + + + Group + 260.000000 + 290.000000 + 190.000000,2.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Result + 45.639984 + 46.888008 + 201.991943,58.343994,0.000000 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Fuel + 39.712006 + 40.479996 + 122.991974,98.344009,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVerticalSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Ingredient + 38.352005 + 37.960014 + 123.991974,31.343994,0.000000 + 3 + CXuiCtrlSlotList + ItemGridVerticalSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 34.000000 + 34.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Burn + 32.000000 + 32.639999 + 163.991943,63.343994,0.000000 + CXuiCtrlBurnProgress + ArrowProgressStateSmall + 24 + + + + + Lit + 34.104004 + 33.435295 + 121.991943,64.908691,0.000000 + CXuiCtrlFireProgress + FlameProgressStateSmall + 12 + + + + + Inventory + 234.000000 + 80.000000 + 12.000000,161.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 233.000000 + 12.000000,139.000000,0.000000 + 9 + LabelContainerSceneLeftSmall + + + + + FurnaceText + 229.000000 + 26.000000 + 12.000000,7.000000,0.000000 + 3 + LabelContainerSceneLeftSmall + + + + + FuelText + 114.000000 + 20.000000 + 6.000000,108.000000,0.000000 + 3 + LabelContainerSceneRightSmall + + + + + IngredientText + 114.000000 + 20.000000 + 6.000000,42.000000,0.000000 + 3 + LabelContainerSceneRightSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_helpandoptions.xui b/Minecraft.Client/Common/Media/xuiscene_helpandoptions.xui index bb64caf8..395244e4 100644 --- a/Minecraft.Client/Common/Media/xuiscene_helpandoptions.xui +++ b/Minecraft.Client/Common/Media/xuiscene_helpandoptions.xui @@ -1,949 +1,117 @@ - -1280.000000 -720.000000 - - - -SceneHelpAndOptions -1280.000000 -720.000000 -CScene_HelpAndOptions -XuiMenuScene -XuiButton1 - - - -XuiButton1 -450.000000 -40.000000 -414.000000,250.000000,0.000000 -XuiMainMenuButton_L -XuiButton7 -XuiButton2 - - - - -XuiButton2 -450.000000 -40.000000 -414.000000,300.000000,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 - - - - -XuiButton3 -450.000000 -40.000000 -414.000000,350.000000,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 - - - - -XuiButton4 -450.000000 -40.000000 -414.000000,400.000000,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 - - - - -XuiButton5 -450.000000 -40.000000 -414.000000,450.000000,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 - - - - -XuiButton6 -450.000000 -40.000000 -414.000000,500.000000,0.000000 -false -XuiMainMenuButton_L -XuiButton5 -XuiButton7 - - - - -XuiButton7 -450.000000 -40.000000 -414.000000,550.000000,0.000000 -false -XuiMainMenuButton_L -XuiButton6 -XuiButton1 - - - - -Timer -182.000000 -168.000000 -549.000000,288.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 1280.000000 + 720.000000 + + + + SceneHelpAndOptions + 1280.000000 + 720.000000 + CScene_HelpAndOptions + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 450.000000 + 40.000000 + 414.000000,250.000000,0.000000 + XuiMainMenuButton_L + XuiButton7 + XuiButton2 + + + + + XuiButton2 + 450.000000 + 40.000000 + 414.000000,300.000000,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + + + + + XuiButton3 + 450.000000 + 40.000000 + 414.000000,350.000000,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + + + + + XuiButton4 + 450.000000 + 40.000000 + 414.000000,400.000000,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + + + + + XuiButton5 + 450.000000 + 40.000000 + 414.000000,450.000000,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + + + + + XuiButton6 + 450.000000 + 40.000000 + 414.000000,500.000000,0.000000 + false + XuiMainMenuButton_L + XuiButton5 + XuiButton7 + + + + + XuiButton7 + 450.000000 + 40.000000 + 414.000000,550.000000,0.000000 + false + XuiMainMenuButton_L + XuiButton6 + XuiButton1 + + + + + Timer + 182.000000 + 168.000000 + 549.000000,288.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_helpandoptions_480.xui b/Minecraft.Client/Common/Media/xuiscene_helpandoptions_480.xui index 9f01292b..535e0e13 100644 --- a/Minecraft.Client/Common/Media/xuiscene_helpandoptions_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_helpandoptions_480.xui @@ -1,950 +1,118 @@ - -640.000000 -480.000000 - - - -SceneHelpAndOptions -640.000000 -480.000000 -CScene_HelpAndOptions -XuiMenuScene -XuiButton1 - - - -XuiButton1 -300.000000 -36.000000 -170.000031,140.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton8 -XuiButton2 - - - - -XuiButton2 -300.000000 -36.000000 -170.000031,180.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton1 -XuiButton3 - - - - -XuiButton3 -300.000000 -36.000000 -170.000031,220.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton2 -XuiButton4 - - - - -XuiButton4 -300.000000 -36.000000 -170.000031,260.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton3 -XuiButton5 - - - - -XuiButton5 -300.000000 -36.000000 -170.000031,300.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton4 -XuiButton6 - - - - -XuiButton6 -300.000000 -36.000000 -170.000031,340.000000,0.000000 -false -XuiMainMenuButton_L_Thin -XuiButton5 -XuiButton7 - - - - -XuiButton7 -300.000000 -36.000000 -170.000031,380.000000,0.000000 -false -XuiMainMenuButton_L_Thin -XuiButton6 -XuiButton1 - - - - -Timer -184.000000 -170.000000 -274.000000,195.000000,0.000000 -0.500000,0.500000,1.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 640.000000 + 480.000000 + + + + SceneHelpAndOptions + 640.000000 + 480.000000 + CScene_HelpAndOptions + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 300.000000 + 36.000000 + 170.000031,140.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton8 + XuiButton2 + + + + + XuiButton2 + 300.000000 + 36.000000 + 170.000031,180.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton1 + XuiButton3 + + + + + XuiButton3 + 300.000000 + 36.000000 + 170.000031,220.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton2 + XuiButton4 + + + + + XuiButton4 + 300.000000 + 36.000000 + 170.000031,260.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton3 + XuiButton5 + + + + + XuiButton5 + 300.000000 + 36.000000 + 170.000031,300.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton4 + XuiButton6 + + + + + XuiButton6 + 300.000000 + 36.000000 + 170.000031,340.000000,0.000000 + false + XuiMainMenuButton_L_Thin + XuiButton5 + XuiButton7 + + + + + XuiButton7 + 300.000000 + 36.000000 + 170.000031,380.000000,0.000000 + false + XuiMainMenuButton_L_Thin + XuiButton6 + XuiButton1 + + + + + Timer + 184.000000 + 170.000000 + 274.000000,195.000000,0.000000 + 0.500000,0.500000,1.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_helpandoptions_small.xui b/Minecraft.Client/Common/Media/xuiscene_helpandoptions_small.xui index e28b544e..99361f8e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_helpandoptions_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_helpandoptions_small.xui @@ -1,950 +1,118 @@ - -640.000000 -360.000000 - - - -SceneHelpAndOptions -640.000000 -360.000000 -CScene_HelpAndOptions -XuiMenuScene -XuiButton1 - - - -XuiButton1 -400.000000 -40.000000 -120.000023,48.000000,0.000000 -XuiMainMenuButton_L -XuiButton7 -XuiButton2 - - - - -XuiButton2 -400.000000 -40.000000 -120.000023,93.000000,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 - - - - -XuiButton3 -400.000000 -40.000000 -120.000023,138.000000,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 - - - - -XuiButton4 -400.000000 -40.000000 -120.000023,183.000000,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 - - - - -XuiButton5 -400.000000 -40.000000 -120.000023,228.000000,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 - - - - -XuiButton6 -400.000000 -40.000000 -120.000000,273.000000,0.000000 -false -XuiMainMenuButton_L -XuiButton5 -XuiButton7 - - - - -XuiButton7 -400.000000 -40.000000 -120.000000,318.000000,0.000000 -false -XuiMainMenuButton_L -XuiButton6 -XuiButton1 - - - - -Timer -184.000000 -170.000000 -274.000000,118.000000,0.000000 -0.500000,0.500000,1.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 640.000000 + 360.000000 + + + + SceneHelpAndOptions + 640.000000 + 360.000000 + CScene_HelpAndOptions + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 400.000000 + 40.000000 + 120.000023,48.000000,0.000000 + XuiMainMenuButton_L + XuiButton7 + XuiButton2 + + + + + XuiButton2 + 400.000000 + 40.000000 + 120.000023,93.000000,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + + + + + XuiButton3 + 400.000000 + 40.000000 + 120.000023,138.000000,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + + + + + XuiButton4 + 400.000000 + 40.000000 + 120.000023,183.000000,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + + + + + XuiButton5 + 400.000000 + 40.000000 + 120.000023,228.000000,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + + + + + XuiButton6 + 400.000000 + 40.000000 + 120.000000,273.000000,0.000000 + false + XuiMainMenuButton_L + XuiButton5 + XuiButton7 + + + + + XuiButton7 + 400.000000 + 40.000000 + 120.000000,318.000000,0.000000 + false + XuiMainMenuButton_L + XuiButton6 + XuiButton1 + + + + + Timer + 184.000000 + 170.000000 + 274.000000,118.000000,0.000000 + 0.500000,0.500000,1.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_hopper.xui b/Minecraft.Client/Common/Media/xuiscene_hopper.xui index caacfab7..9607d283 100644 --- a/Minecraft.Client/Common/Media/xuiscene_hopper.xui +++ b/Minecraft.Client/Common/Media/xuiscene_hopper.xui @@ -1,1436 +1,1429 @@ - -1280.000000 -720.000000 - - - -HopperScene -1280.000000 -720.000000 -CXuiSceneHopper -XuiBlankScene -Pointer - - - -Group -430.000000 -335.000000 -425.000000,192.500046,0.000000 -15 -XuiScene -Pointer - - - -Inventory -378.000000 -128.000000 -26.000017,138.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -378.000000 -45.000000 -26.000017,276.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Hopper -210.000000 -45.000000 -110.000015,50.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -374.000000 -26.000000,108.000000,0.000000 -8 -LabelContainerSceneLeft - - - - -HopperText -374.000000 -28.000017,16.000000,0.000000 -2 -LabelContainerSceneCentre - - - - -Pointer -42.000000 -42.000000 --185.000000,-246.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -425.000000,192.500046,0.000000 - - - -0 -425.000000,192.500031,0.000000 - - - -2 -100 --100 -50 -425.000000,192.500031,0.000000 - - - -0 -160.000000,192.500031,0.000000 - - - -2 -100 --100 -50 -160.000000,192.500031,0.000000 - - - -0 -425.000000,192.500031,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + HopperScene + 1280.000000 + 720.000000 + CXuiSceneHopper + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 8 + + + + easein + 8 + + + + none + 9 + + + + easein + 9 + + + + none + 8 + + + + + + Group + 430.000000 + 335.000000 + 425.000000,192.500046,0.000000 + 15 + XuiScene + Pointer + + + + Inventory + 378.000000 + 128.000000 + 26.000017,138.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 378.000000 + 45.000000 + 26.000017,276.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Hopper + 210.000000 + 45.000000 + 110.000015,50.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 374.000000 + 26.000000,108.000000,0.000000 + 8 + LabelContainerSceneLeft + + + + + HopperText + 374.000000 + 28.000017,16.000000,0.000000 + 2 + LabelContainerSceneCentre + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-246.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_hopper_480.xui b/Minecraft.Client/Common/Media/xuiscene_hopper_480.xui index 2fd755d2..43c41dff 100644 --- a/Minecraft.Client/Common/Media/xuiscene_hopper_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_hopper_480.xui @@ -1,1891 +1,1884 @@ - -640.000000 -480.000000 - - - -HoperScene -640.000000 -480.000000 -CXuiSceneHopper -XuiBlankScene -Pointer - - - -Group -260.000000 -220.000000 -190.000015,130.000031,0.000000 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -13.000001,92.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000001,180.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Hopper -130.000000 -65.000015,36.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -13.000000,72.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -HopperText -160.000000 -25.000000 -50.000008,14.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-100.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000015,130.000031,0.000000 - - - -0 -190.000000,130.000031,0.000000 - - - -2 -100 --100 -50 -190.000000,130.000031,0.000000 - - - -0 -33.750000,130.000031,0.000000 - - - -2 -100 --100 -50 -60.000000,130.000031,0.000000 - - - -0 -190.000000,130.000031,0.000000 - - - - + + 640.000000 + 480.000000 + + + + HoperScene + 640.000000 + 480.000000 + CXuiSceneHopper + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 8 + + + + easein + 8 + + + + none + 9 + + + + easein + 10 + + + + none + 8 + + + + + + Group + 260.000000 + 220.000000 + 190.000015,130.000031,0.000000 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 13.000001,92.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000001,180.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Hopper + 130.000000 + 65.000015,36.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 13.000000,72.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + HopperText + 160.000000 + 25.000000 + 50.000008,14.000000,0.000000 + LabelContainerSceneCentreSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-100.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_hopper_small.xui b/Minecraft.Client/Common/Media/xuiscene_hopper_small.xui index df67f279..7f803bf3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_hopper_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_hopper_small.xui @@ -1,1348 +1,1341 @@ - -640.000000 -360.000000 - - - -HopperScene -640.000000 -360.000000 -CXuiSceneHopper -XuiBlankScene -Pointer - - - -Group -260.000000 -220.000000 -190.000000,0.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -13.000009,91.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000009,180.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Hopper -130.000000 -65.000015,36.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -13.000000,70.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -HopperText -162.000000 -25.000000 -49.000008,14.000000,0.000000 -2 -LabelContainerSceneCentreSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-110.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,0.000000,0.000000 - - - -0 -64.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + HopperScene + 640.000000 + 360.000000 + CXuiSceneHopper + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 260.000000 + 220.000000 + 190.000000,0.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 13.000009,91.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000009,180.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Hopper + 130.000000 + 65.000015,36.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 13.000000,70.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + HopperText + 162.000000 + 25.000000 + 49.000008,14.000000,0.000000 + 2 + LabelContainerSceneCentreSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-110.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_horse.xui b/Minecraft.Client/Common/Media/xuiscene_horse.xui index deec82ad..68f71918 100644 --- a/Minecraft.Client/Common/Media/xuiscene_horse.xui +++ b/Minecraft.Client/Common/Media/xuiscene_horse.xui @@ -1,2281 +1,2274 @@ - -1280.000000 -720.000000 - - - -HorseScene -1280.000000 -720.000000 -CXuiSceneHorseInventory -XuiBlankScene -Pointer - - - -Group -430.000000 -430.000000 -425.000000,135.000031,0.000000 -15 -XuiScene -Pointer - - - -Inventory -378.000000 -128.000000 -26.000017,234.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -382.000000 -45.000000 -26.000000,372.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Chest -210.000000 -126.000000 -194.000000,56.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -374.000000 -26.000000,202.000000,0.000000 -8 -LabelContainerSceneLeft - - - - -HorseText -374.000000 -26.000000,16.000000,0.000000 -2 -LabelContainerSceneLeft - - - - -Saddle -45.000000 -45.000000 -26.000000,56.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridHorseSaddle - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonHorseSaddle -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonHorseSaddle -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonHorseSaddle -22594 -4 - - - - - -Armor -45.000000 -45.000000 -26.000000,102.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridHorseArmor - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonHorseArmor -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonHorseArmor -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonHorseArmor -22594 -4 - - - - - -Horse -120.000000 -126.000000 -71.000000,56.000000,0.000000 -3 -HorsePanel -..\Images\img1.png - - - - -Pointer -42.000000 -42.000000 --185.000000,-151.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -425.000000,135.000031,0.000000 - - - -0 -425.000000,135.000046,0.000000 - - - -2 -100 --100 -50 -425.000000,135.000046,0.000000 - - - -0 -160.000000,135.000046,0.000000 - - - -2 -100 --100 -50 -160.000000,135.000046,0.000000 - - - -0 -425.000000,135.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + HorseScene + 1280.000000 + 720.000000 + CXuiSceneHorseInventory + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 11 + + + + easein + 11 + + + + none + 12 + + + + easein + 12 + + + + none + 13 + + + + + + Group + 430.000000 + 430.000000 + 425.000000,135.000031,0.000000 + 15 + XuiScene + Pointer + + + + Inventory + 378.000000 + 128.000000 + 26.000017,234.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 382.000000 + 45.000000 + 26.000000,372.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Chest + 210.000000 + 126.000000 + 194.000000,56.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 374.000000 + 26.000000,202.000000,0.000000 + 8 + LabelContainerSceneLeft + + + + + HorseText + 374.000000 + 26.000000,16.000000,0.000000 + 2 + LabelContainerSceneLeft + + + + + Saddle + 45.000000 + 45.000000 + 26.000000,56.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridHorseSaddle + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseSaddle + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseSaddle + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseSaddle + 22594 + 4 + + + + + + Armor + 45.000000 + 45.000000 + 26.000000,102.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridHorseArmor + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseArmor + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseArmor + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseArmor + 22594 + 4 + + + + + + Horse + 120.000000 + 126.000000 + 71.000000,56.000000,0.000000 + 3 + HorsePanel + ..\Images\img1.png + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-151.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_horse_480.xui b/Minecraft.Client/Common/Media/xuiscene_horse_480.xui index 12cf3ad3..7aa0e88e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_horse_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_horse_480.xui @@ -1,2770 +1,3090 @@ - -640.000000 -480.000000 - - - -HorseScene -640.000000 -480.000000 -CXuiSceneHorseInventory -XuiBlankScene -Pointer - - - -Group -260.000000 -285.000000 -190.000015,98.000000,0.000000 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -12.000000,156.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,244.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Chest -130.000000 -90.000000 -116.000000,40.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -12.000000,132.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -HopperText -160.000000 -25.000000 -12.000000,14.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Saddle -30.000000 -12.000000,40.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Armor -30.000000 -12.000000,68.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Horse -74.000000 -78.000000 -40.000000,40.000000,0.000000 -3 -HorsePanel -..\Images\img1.png - - - - -Pointer -26.000000 -26.000000 --50.000000,-35.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000015,98.000000,0.000000 - - - -0 -190.000000,98.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,98.000000,0.000000 - - - -0 -33.750000,98.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,98.000000,0.000000 - - - -0 -190.000000,98.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + HorseScene + 640.000000 + 480.000000 + CXuiSceneHorseInventory + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 11 + + + + easein + 11 + + + + none + 12 + + + + easein + 13 + + + + none + 11 + + + + + + Group + 260.000000 + 285.000000 + 190.000015,98.000000,0.000000 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 12.000000,156.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,244.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Chest + 130.000000 + 90.000000 + 116.000000,40.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,132.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + HopperText + 160.000000 + 25.000000 + 12.000000,14.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Saddle + 30.000000 + 12.000000,40.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridHorseSaddleSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseSaddle + 22594 + 4 + + + + + + Armor + 30.000000 + 12.000000,68.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridHorseArmorSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseArmor + 22594 + 4 + + + + + + Horse + 74.000000 + 78.000000 + 40.000000,40.000000,0.000000 + 3 + HorsePanel + ..\Images\img1.png + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-35.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_horse_small.xui b/Minecraft.Client/Common/Media/xuiscene_horse_small.xui index f345392e..3cbae3f9 100644 --- a/Minecraft.Client/Common/Media/xuiscene_horse_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_horse_small.xui @@ -1,2175 +1,2495 @@ - -640.000000 -360.000000 - - - -HorseScene -640.000000 -360.000000 -CXuiSceneHorseInventory -XuiBlankScene -Pointer - - - -Group -260.000000 -285.000000 -190.000000,0.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -12.000000,156.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,244.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Chest -130.000000 -78.000000 -116.000000,40.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -12.000000,134.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -HorseText -162.000000 -25.000000 -12.000000,14.000000,0.000000 -2 -LabelContainerSceneLeftSmall - - - - -Saddle -30.000000 -12.000000,40.000004,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Armor -30.000000 -12.000000,68.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Horse -74.000000 -78.000000 -40.000000,40.000000,0.000000 -3 -HorsePanel -..\Images\img1.png - - - - -Pointer -26.000000 -26.000000 --50.000000,-45.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,0.000000,0.000000 - - - -0 -64.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + HorseScene + 640.000000 + 360.000000 + CXuiSceneHorseInventory + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 11 + + + + easein + 12 + + + + none + 0 + + + + + + Group + 260.000000 + 285.000000 + 190.000000,0.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 12.000000,156.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,244.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Chest + 130.000000 + 78.000000 + 116.000000,40.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,134.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + HorseText + 162.000000 + 25.000000 + 12.000000,14.000000,0.000000 + 2 + LabelContainerSceneLeftSmall + + + + + Saddle + 30.000000 + 12.000000,40.000004,0.000000 + 2 + CXuiCtrlSlotList + ItemGridHorseSaddleSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseSaddle + 22594 + 4 + + + + + + Armor + 30.000000 + 12.000000,68.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridHorseArmorSmall + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonHorseArmor + 22594 + 4 + + + + + + Horse + 74.000000 + 78.000000 + 40.000000,40.000000,0.000000 + 3 + HorsePanel + ..\Images\img1.png + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-45.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_howtoplay.xui b/Minecraft.Client/Common/Media/xuiscene_howtoplay.xui index 5d052cba..54ee0e3f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_howtoplay.xui +++ b/Minecraft.Client/Common/Media/xuiscene_howtoplay.xui @@ -1,829 +1,828 @@ - -1280.000000 -720.000000 - - - -SceneHowToPlay -1280.000000 -720.000000 -[LayerFolders]0|-Fireworks|4|+|0|-Hopper|4|+|0|-Dropper|4|+|0|-Beacon|4|+|0|-Horses|2|+|0|-Enderchest|2|+|0|-Trading|7|+|0|-Anvil|5|+|0|-Enchantment|4|+|0|-Brewing|4|+|0|-FarmingAnimals|2|+|0|-Breeding|2|+|1|-Creative Mode|3|+|0|+What's New|1|+|1|-SocialMedia|1|+|0|-Multiplayer|1|+|0|-CraftingTable|5|+|0|-Crafting|5|+|0|-Furnace|6|+|0|-Large Chest|4|+|0|-SmallChest|4|+|0|-Inventory|3|+|0|-Basics|1|+|0|-HUD|2|+|0|-Dispenser|4|+|0|-TheEnd|2|+|0|-Nether Portal|2|+|0[/LayerFolders] -CScene_HowToPlay -XuiBlankScene -XuiSliderVolume - - - -XuiImageNetherPortal -525.000000 -308.000000 -596.000000,252.000000,0.000000 -ImHowToPlayNetherPortal - - - - -XuiHtmlControlNetherPortal -380.000000 -296.000000 -180.000000,252.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageTheEnd -525.000000 -308.000000 -596.000000,252.000000,0.000000 -ImHowToPlayTheEnd - - - - -XuiHtmlControlTheEnd -380.000000 -296.000000 -180.000000,252.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageDispenser -453.000000 -431.000000 -658.000000,186.000000,0.000000 -ImHowToPlayDispenser - - - - -XuiHtmlControlDispenser -380.000000 -296.000000 -220.000000,252.000000,0.000000 -XuiHtmlControl_H2P - - - - -DInventory -372.000000 -28.000000 -696.000000,376.000000,0.000000 -LabelContainerSceneLeft - - - - -DText -260.000000 -32.000000 -820.000000,214.000000,0.000000 -LabelContainerSceneLeft - - - - -XuiHtmlControlHUD -706.000000 -188.000000 -286.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageHUD -583.000000 -157.000000 -348.000000,444.000000,0.000000 -ImHowToPlayHUD - - - - -XuiHtmlControlBasics -634.000000 -384.000000 -322.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageInventory -451.000000 -455.000000 -654.000000,196.000000,0.000000 -ImHowToPlayInventory - - - - -IInventory -372.000000 -28.000000 -692.000000,406.000000,0.000000 -LabelContainerSceneLeft - - - - -XuiHtmlControlInventory -404.000000 -380.000000 -204.000046,226.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageChest -449.000000 -434.000000 -626.000000,196.000000,0.000000 -ImHowToPlayChest - - - - -SCChest -376.000000 -28.000000 -662.000000,220.000000,0.000000 -LabelContainerSceneLeft - - - - -SCInventory -376.000000 -32.000000 -662.000000,388.000000,0.000000 -LabelContainerSceneLeft - - - - -XuiHtmlControlChest -362.000000 -271.000000 -231.000000,272.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlLargeChest -364.000000 -260.000000 -280.000000,262.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageLargeChest -335.000000 -417.000000 -686.000000,196.000000,0.000000 -ImHowToPlayLargeChest - - - - -LCChest -280.000000 -24.000000 -712.000000,212.000000,0.000000 -LabelContainerSceneLeft - - - - -LCInventory -280.000000 -24.000000 -712.000000,430.000000,0.000000 -LabelContainerSceneLeft - - - - -XuiImageFurnace -444.000000 -448.000000 -639.000000,194.000000,0.000000 -ImHowToPlayFurnace - - - - -FChest -325.000000 -34.000000 -666.000000,206.000000,0.000000 -LabelContainerSceneLeft - - - - -FIngredient -125.000000 -20.000000 -661.000000,258.000000,0.000000 -LabelContainerSceneRight - - - - -FInventory -320.000000 -34.000000 -666.000000,384.000000,0.000000 -LabelContainerSceneLeft - - - - -FFuel -125.000000 -20.000000 -661.000000,352.000000,0.000000 -LabelContainerSceneRight - - - - -XuiHtmlControlFurnace -380.000000 -359.000000 -217.750015,222.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageCrafting -563.000000 -428.000000 -599.000000,206.000000,0.000000 -ImHowToPlayCrafting - - - - -CInventory -242.000000 -20.000000 -844.000000,458.000000,0.000000 -XuiLabelDarkCentred - - - - -CGroup -492.000000 -27.000000 -610.000000,282.000000,0.000000 -XuiLabelDarkCentred - - - - -CItem -215.000000 -20.000000 -612.000000,458.000000,0.000000 -XuiLabelDarkCentred - - - - -XuiHtmlControlCrafting -380.000000 -331.000000 -188.000000,246.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageCraftingTable -517.000000 -371.000000 -590.000000,224.000000,0.000000 -ImHowToPlayCraftingTable - - - - -CTInventory3x3 -264.000000 -20.000000 -827.000000,442.000000,0.000000 -XuiLabelDarkCentred - - - - -CTGroup -340.000000 -27.000000 -680.000000,294.000000,0.000000 -XuiLabelDarkCentred - - - - -CTItem -209.678864 -20.000000 -607.000000,442.000000,0.000000 -XuiLabelDarkCentred - - - - -XuiHtmlControlCraftingTable -365.000000 -322.000000 -194.000000,242.000031,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlMultiplayer -633.000000 -384.000000 -324.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlSocialMedia -633.000000 -384.000000 -324.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlBanList -633.000000 -384.000000 -324.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlWhatsNew -633.000000 -384.000000 -324.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlCreative -380.000000 -331.000000 -198.000000,242.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageCreative -491.000000 -371.000000 -611.000000,226.000000,0.000000 -ImHowToPlayCreative - - - - -CIGroup -340.000000 -27.000000 -687.000000,290.000000,0.000000 -XuiLabelDarkCentred - - - - -XuiHtmlControlHostOptions -633.000000 -384.000000 -324.000000,218.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlBreeding -380.000000 -331.000000 -198.000000,242.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageBreeding -339.000000 -342.000000 -612.000000,246.000000,0.000000 -ImHowToPlayBreeding - - - - -XuiHtmlControlFarmingAnimals -380.000000 -331.000000 -198.000000,242.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageFarmingAnimals -339.000000 -342.000000 -612.000000,246.000000,0.000000 -ImHowToPlayFarmingAnimals - - - - -XuiHtmlControlBrewing -380.000000 -331.000000 -198.000000,242.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageBrewing -339.000000 -342.000000 -612.000000,241.000000,0.000000 -ImHowToPlayBrewing - - - - -BInventory -300.000000 -34.000000 -630.000000,396.000000,0.000000 -LabelContainerSceneLeft - - - - -BBrew -300.000000 -34.000000 -630.000000,249.000000,0.000000 -LabelContainerSceneCentre - - - - -XuiHtmlControlEnchantment -380.000000 -331.000000 -198.000000,224.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageEnchantment -339.000000 -342.000000 -612.000000,226.000000,0.000000 -ImHowToPlayEnchantment - - - - -EInventory -300.000000 -34.000000 -638.000000,376.000000,0.000000 -LabelContainerSceneLeft - - - - -EEnchant -300.000000 -34.000000 -638.000000,240.000000,0.000000 -LabelContainerSceneLeft - - - - -XuiHtmlControlAnvil -380.000000 -359.000000 -217.750015,222.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageAnvil -430.000000 -430.000000 -680.000000,198.000000,0.000000 -ImHowToPlayAnvil - - - - -ACost -232.000000 -848.000000,360.000000,0.000000 -XuiLabelAffordable - - - - -AInventory -260.000000 -34.000000 -703.333313,385.333344,0.000000 -LabelContainerSceneLeft - - - - -ARepairAndName -260.000000 -34.000000 -814.000000,210.666672,0.000000 -LabelContainerSceneCentre - - - - -XuiHtmlControlTrading -380.000000 -359.000000 -142.000000,222.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageTrading -588.000000 -360.000000 -552.000000,230.000000,0.000000 -ImHowToPlayTrading - - - - -TVillagerOffers -588.000000 -34.000000 -552.000000,246.000000,0.000000 -LabelContainerSceneCentre - - - - -TNeededForTrade -216.000000 -43.000000 -578.000000,385.000000,0.000000 -false -XuiLabelDarkCentredWrapSmall - - - - -TOffer1Label -144.000000 -24.000000 -634.000000,436.000000,0.000000 -XuiLabelDarkLeftWrapSmall10 - - - - -TOffer2Label -144.000000 -24.000000 -633.125061,489.000000,0.000000 -XuiLabelDarkLeftWrapSmall10 - - - - -TInventory -312.000000 -24.000000 -799.125061,380.000000,0.000000 -XuiLabelDarkCentredSmall - - - - -XuiHtmlControlEnderchest -380.000000 -331.000000 -198.000000,242.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageEnderchest -339.000000 -342.000000 -612.000000,246.000000,0.000000 -ImHowToPlayEnderchest - - - - -XuiHtmlControlHorses -380.000000 -331.000000 -176.000076,242.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageHorses -516.000000 -302.000000 -588.000061,266.000000,0.000000 -ImHowToPlayHorses - - - - -XuiHtmlControlBeacon -380.000000 -359.000000 -208.000000,222.000000,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageBeacon -430.000000 -430.000000 -640.000000,198.000000,0.000000 -ImHowToPlayBeacon - - - - -BeSecond -190.000000 -34.000000 -861.125000,218.000000,0.000000 -XuiLabelDarkCentredWrapSmall - + + 1280.000000 + 720.000000 + + + + SceneHowToPlay + 1280.000000 + 720.000000 + CScene_HowToPlay + XuiBlankScene + XuiSliderVolume + + + + XuiImageNetherPortal + 525.000000 + 308.000000 + 596.000000,252.000000,0.000000 + ImHowToPlayNetherPortal + + + + + XuiHtmlControlNetherPortal + 380.000000 + 296.000000 + 180.000000,252.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageTheEnd + 525.000000 + 308.000000 + 596.000000,252.000000,0.000000 + ImHowToPlayTheEnd + + + + + XuiHtmlControlTheEnd + 380.000000 + 296.000000 + 180.000000,252.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageDispenser + 453.000000 + 431.000000 + 658.000000,186.000000,0.000000 + ImHowToPlayDispenser + + + + + XuiHtmlControlDispenser + 380.000000 + 296.000000 + 220.000000,252.000000,0.000000 + XuiHtmlControl_H2P + + + + + DInventory + 372.000000 + 28.000000 + 696.000000,376.000000,0.000000 + LabelContainerSceneLeft + + + + + DText + 260.000000 + 32.000000 + 820.000000,214.000000,0.000000 + LabelContainerSceneLeft + + + + + XuiHtmlControlHUD + 706.000000 + 188.000000 + 286.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageHUD + 583.000000 + 157.000000 + 348.000000,444.000000,0.000000 + ImHowToPlayHUD + + + + + XuiHtmlControlBasics + 634.000000 + 384.000000 + 322.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageInventory + 451.000000 + 455.000000 + 654.000000,196.000000,0.000000 + ImHowToPlayInventory + + + + + IInventory + 372.000000 + 28.000000 + 692.000000,406.000000,0.000000 + LabelContainerSceneLeft + + + + + XuiHtmlControlInventory + 404.000000 + 380.000000 + 204.000046,226.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageChest + 449.000000 + 434.000000 + 626.000000,196.000000,0.000000 + ImHowToPlayChest + + + + + SCChest + 376.000000 + 28.000000 + 662.000000,220.000000,0.000000 + LabelContainerSceneLeft + + + + + SCInventory + 376.000000 + 32.000000 + 662.000000,388.000000,0.000000 + LabelContainerSceneLeft + + + + + XuiHtmlControlChest + 362.000000 + 271.000000 + 231.000000,272.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlLargeChest + 364.000000 + 260.000000 + 280.000000,262.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageLargeChest + 335.000000 + 417.000000 + 686.000000,196.000000,0.000000 + ImHowToPlayLargeChest + + + + + LCChest + 280.000000 + 24.000000 + 712.000000,212.000000,0.000000 + LabelContainerSceneLeft + + + + + LCInventory + 280.000000 + 24.000000 + 712.000000,430.000000,0.000000 + LabelContainerSceneLeft + + + + + XuiImageFurnace + 444.000000 + 448.000000 + 639.000000,194.000000,0.000000 + ImHowToPlayFurnace + + + + + FChest + 325.000000 + 34.000000 + 666.000000,206.000000,0.000000 + LabelContainerSceneLeft + + + + + FIngredient + 125.000000 + 20.000000 + 661.000000,258.000000,0.000000 + LabelContainerSceneRight + + + + + FInventory + 320.000000 + 34.000000 + 666.000000,384.000000,0.000000 + LabelContainerSceneLeft + + + + + FFuel + 125.000000 + 20.000000 + 661.000000,352.000000,0.000000 + LabelContainerSceneRight + + + + + XuiHtmlControlFurnace + 380.000000 + 359.000000 + 217.750015,222.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageCrafting + 563.000000 + 428.000000 + 599.000000,206.000000,0.000000 + ImHowToPlayCrafting + + + + + CInventory + 242.000000 + 20.000000 + 844.000000,458.000000,0.000000 + XuiLabelDarkCentred + + + + + CGroup + 492.000000 + 27.000000 + 610.000000,282.000000,0.000000 + XuiLabelDarkCentred + + + + + CItem + 215.000000 + 20.000000 + 612.000000,458.000000,0.000000 + XuiLabelDarkCentred + + + + + XuiHtmlControlCrafting + 380.000000 + 331.000000 + 188.000000,246.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageCraftingTable + 517.000000 + 371.000000 + 590.000000,224.000000,0.000000 + ImHowToPlayCraftingTable + + + + + CTInventory3x3 + 264.000000 + 20.000000 + 827.000000,442.000000,0.000000 + XuiLabelDarkCentred + + + + + CTGroup + 340.000000 + 27.000000 + 680.000000,294.000000,0.000000 + XuiLabelDarkCentred + + + + + CTItem + 209.678864 + 20.000000 + 607.000000,442.000000,0.000000 + XuiLabelDarkCentred + + + + + XuiHtmlControlCraftingTable + 365.000000 + 322.000000 + 194.000000,242.000031,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlMultiplayer + 633.000000 + 384.000000 + 324.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlSocialMedia + 633.000000 + 384.000000 + 324.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlBanList + 633.000000 + 384.000000 + 324.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlWhatsNew + 633.000000 + 384.000000 + 324.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlCreative + 380.000000 + 331.000000 + 198.000000,242.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageCreative + 491.000000 + 371.000000 + 611.000000,226.000000,0.000000 + ImHowToPlayCreative + + + + + CIGroup + 340.000000 + 27.000000 + 687.000000,290.000000,0.000000 + XuiLabelDarkCentred + + + + + XuiHtmlControlHostOptions + 633.000000 + 384.000000 + 324.000000,218.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlBreeding + 380.000000 + 331.000000 + 198.000000,242.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageBreeding + 339.000000 + 342.000000 + 612.000000,246.000000,0.000000 + ImHowToPlayBreeding + + + + + XuiHtmlControlFarmingAnimals + 380.000000 + 331.000000 + 198.000000,242.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageFarmingAnimals + 339.000000 + 342.000000 + 612.000000,246.000000,0.000000 + ImHowToPlayFarmingAnimals + + + + + XuiHtmlControlBrewing + 380.000000 + 331.000000 + 198.000000,242.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageBrewing + 339.000000 + 342.000000 + 612.000000,241.000000,0.000000 + ImHowToPlayBrewing + + + + + BInventory + 300.000000 + 34.000000 + 630.000000,396.000000,0.000000 + LabelContainerSceneLeft + + + + + BBrew + 300.000000 + 34.000000 + 630.000000,249.000000,0.000000 + LabelContainerSceneCentre + + + + + XuiHtmlControlEnchantment + 380.000000 + 331.000000 + 198.000000,224.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageEnchantment + 339.000000 + 342.000000 + 612.000000,226.000000,0.000000 + ImHowToPlayEnchantment + + + + + EInventory + 300.000000 + 34.000000 + 638.000000,376.000000,0.000000 + LabelContainerSceneLeft + + + + + EEnchant + 300.000000 + 34.000000 + 638.000000,240.000000,0.000000 + LabelContainerSceneLeft + + + + + XuiHtmlControlAnvil + 380.000000 + 359.000000 + 217.750015,222.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageAnvil + 430.000000 + 430.000000 + 680.000000,198.000000,0.000000 + ImHowToPlayAnvil + + + + + ACost + 232.000000 + 848.000000,360.000000,0.000000 + XuiLabelAffordable + + + + + AInventory + 260.000000 + 34.000000 + 703.333313,385.333344,0.000000 + LabelContainerSceneLeft + + + + + ARepairAndName + 260.000000 + 34.000000 + 814.000000,210.666672,0.000000 + LabelContainerSceneCentre + + + + + XuiHtmlControlTrading + 380.000000 + 359.000000 + 142.000000,222.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageTrading + 588.000000 + 360.000000 + 552.000000,230.000000,0.000000 + ImHowToPlayTrading + + + + + TVillagerOffers + 588.000000 + 34.000000 + 552.000000,246.000000,0.000000 + LabelContainerSceneCentre + + + + + TNeededForTrade + 216.000000 + 43.000000 + 578.000000,385.000000,0.000000 + false + XuiLabelDarkCentredWrapSmall + + + + + TOffer1Label + 144.000000 + 24.000000 + 634.000000,436.000000,0.000000 + XuiLabelDarkLeftWrapSmall10 + + + + + TOffer2Label + 144.000000 + 24.000000 + 633.125061,489.000000,0.000000 + XuiLabelDarkLeftWrapSmall10 + + + + + TInventory + 312.000000 + 24.000000 + 799.125061,380.000000,0.000000 + XuiLabelDarkCentredSmall + + + + + XuiHtmlControlEnderchest + 380.000000 + 331.000000 + 198.000000,242.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageEnderchest + 339.000000 + 342.000000 + 612.000000,246.000000,0.000000 + ImHowToPlayEnderchest + + + + + XuiHtmlControlHorses + 380.000000 + 331.000000 + 176.000076,242.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageHorses + 516.000000 + 302.000000 + 588.000061,266.000000,0.000000 + ImHowToPlayHorses + + + + + XuiHtmlControlBeacon + 380.000000 + 359.000000 + 208.000000,222.000000,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageBeacon + 430.000000 + 430.000000 + 640.000000,198.000000,0.000000 + ImHowToPlayBeacon + + + + + BeSecond + 190.000000 + 34.000000 + 861.125000,218.000000,0.000000 + XuiLabelDarkCentredWrapSmall + - - - - -BeFirst -190.000000 -34.000000 -659.125061,218.000000,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -XuiImageDropper -453.000000 -431.000000 -632.000000,186.000000,0.000000 -ImHowToPlayDispenser - - - - -XuiHtmlControlDropper -380.000000 -296.000000 -194.000000,252.000000,0.000000 -XuiHtmlControl_H2P - - - - -DrInventory -372.000000 -28.000000 -670.500061,376.000000,0.000000 -LabelContainerSceneLeft - - - - -DrText -260.000000 -32.000000 -794.500061,214.000000,0.000000 -LabelContainerSceneLeft - - - - -XuiImageHopper -430.000000 -336.000000 -620.000000,206.000000,0.000000 -ImHowToPlayHopper - - - - -XuiHtmlControlHopper -380.000000 -296.000000 -206.000000,220.000000,0.000000 -XuiHtmlControl_H2P - - - - -HInventory -372.000000 -28.000000 -648.000000,316.000000,0.000000 -LabelContainerSceneLeft - - - - -HText -392.000000 -32.000000 -640.000000,220.000000,0.000000 -LabelContainerSceneCentre - - - - -XuiImageFireworks -428.000000 -450.000000 -636.000000,176.000000,0.000000 -ImHowToPlayFireworks - - - - -XuiHtmlControlFireworks -380.000000 -400.000000 -214.000000,196.000000,0.000000 -XuiHtmlControl_H2P - - - - -FiInventory -372.000000 -28.000000 -665.500061,382.000000,0.000000 -LabelContainerSceneLeft - - - - -FiText -260.000000 -32.000000 -665.500061,194.000000,0.000000 -LabelContainerSceneLeft - - - + + + + + BeFirst + 190.000000 + 34.000000 + 659.125061,218.000000,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + XuiImageDropper + 453.000000 + 431.000000 + 632.000000,186.000000,0.000000 + ImHowToPlayDispenser + + + + + XuiHtmlControlDropper + 380.000000 + 296.000000 + 194.000000,252.000000,0.000000 + XuiHtmlControl_H2P + + + + + DrInventory + 372.000000 + 28.000000 + 670.500061,376.000000,0.000000 + LabelContainerSceneLeft + + + + + DrText + 260.000000 + 32.000000 + 794.500061,214.000000,0.000000 + LabelContainerSceneLeft + + + + + XuiImageHopper + 430.000000 + 336.000000 + 620.000000,206.000000,0.000000 + ImHowToPlayHopper + + + + + XuiHtmlControlHopper + 380.000000 + 296.000000 + 206.000000,220.000000,0.000000 + XuiHtmlControl_H2P + + + + + HInventory + 372.000000 + 28.000000 + 648.000000,316.000000,0.000000 + LabelContainerSceneLeft + + + + + HText + 392.000000 + 32.000000 + 640.000000,220.000000,0.000000 + LabelContainerSceneCentre + + + + + XuiImageFireworks + 428.000000 + 450.000000 + 636.000000,176.000000,0.000000 + ImHowToPlayFireworks + + + + + XuiHtmlControlFireworks + 380.000000 + 400.000000 + 214.000000,196.000000,0.000000 + XuiHtmlControl_H2P + + + + + FiInventory + 372.000000 + 28.000000 + 665.500061,382.000000,0.000000 + LabelContainerSceneLeft + + + + + FiText + 260.000000 + 32.000000 + 665.500061,194.000000,0.000000 + LabelContainerSceneLeft + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_howtoplay_480.xui b/Minecraft.Client/Common/Media/xuiscene_howtoplay_480.xui index 4876fb13..a8b2fe26 100644 --- a/Minecraft.Client/Common/Media/xuiscene_howtoplay_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_howtoplay_480.xui @@ -1,831 +1,830 @@ - -640.000000 -480.000000 - - - -SceneHowToPlay -640.000000 -480.000000 -[LayerFolders]0|-Fireworks|4|+|0|-Hopper|4|+|0|-Dropper|4|+|0|-Beacon|4|+|0|-Horses|2|+|0|-Enderchest|2|+|0|-Trading|6|+|0|-Anvil|5|+|0|+Enchantment|4|+|0|+Brewing|4|+|0|-FarmingAnimals|2|+|0|+Breeding|2|+|1|+Creative Mode|3|+|1|+What's New|1|+|0|+Multiplayer|1|+|0|+SocialMedia|1|+|0|+CraftingTable|5|+|0|+Crafting|5|+|0|-Furnace|6|+|0|+Large Chest|4|+|0|+SmallChest|4|+|0|+Inventory|3|+|0|+Basics|1|+|0|+HUD|2|+|0|+Dispenser|4|+|0|+Nether Portal|2|+|0|-TheEnd|2|+|0[/LayerFolders] -CScene_HowToPlay -XuiBlankScene -XuiSliderVolume - - - -XuiHtmlControlTheEnd -270.000000 -240.000000 -52.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageTheEnd -248.000000 -146.000000 -346.000000,172.000000,0.000000 -ImHowToPlayTheEndSmall - - - - -XuiHtmlControlNetherPortal -270.000000 -240.000000 -52.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageNetherPortal -248.000000 -146.000000 -346.000000,172.000000,0.000000 -ImHowToPlayNetherPortalSmall - - - - -XuiHtmlControlDispenser -270.000000 -240.000000 -52.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageDispenser -262.000000 -280.000000 -336.000000,126.000000,0.000000 -ImHowToPlayDispenserSmall - - - - -DInventory -230.000000 -17.000000 -355.000000,258.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -DText -160.000000 -23.000000 -390.000000,140.000000,0.000000 -2 -LabelContainerSceneCentreSmall - - - - -XuiHtmlControlHUD -520.000000 -152.000000 -60.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageHUD -364.000000 -84.000000 -138.000000,322.000000,0.000000 -ImHowToPlayHUDSmall - - - - -XuiHtmlControlBasics -526.000000 -240.000000 -57.000000,132.000046,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiHtmlControlInventory -270.000000 -240.000000 -52.000046,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageInventory -262.000000 -280.000000 -336.000000,126.000000,0.000000 -ImHowToPlayInventorySmall - - - - -IInventory -230.000000 -18.000000 -353.000000,258.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiHtmlControlChest -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageChest -258.000000 -260.000000 -340.000000,134.000000,0.000000 -ImHowToPlayChestSmall - - - - -SCChest -230.000000 -23.000000 -352.000000,140.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -SCInventory -230.000000 -19.000000 -352.000000,244.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiHtmlControlLargeChest -280.000000 -240.000000 -60.000038,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageLargeChest -213.000000 -270.000000 -364.000000,130.000000,0.000000 -ImHowToPlayLargeChestSmall - - - - -LCChest -189.000000 -17.000000 -377.000000,138.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -LCInventory -189.000000 -14.000000 -377.000000,282.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiHtmlControlFurnace -264.000000 -240.000000 -56.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageFurnace -262.000000 -290.000000 -336.000000,120.000000,0.000000 -ImHowToPlayFurnaceSmall - - - - -FChest -218.000000 -21.000000 -352.000000,130.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -FIngredient -114.000000 -18.000000 -344.000000,164.000000,0.000000 -LabelContainerSceneRightSmall - - - - -FInventory -218.000000 -18.000000 -352.000000,262.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -FFuel -114.000000 -18.000000 -344.000000,234.000000,0.000000 -LabelContainerSceneRightSmall - - - - -XuiHtmlControlCrafting -270.000000 -240.000000 -52.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageCrafting -252.000000 -170.000000 -342.000000,176.000000,0.000000 -ImHowToPlayCraftingSmall - - - - -CInventory -128.000000 -14.000000 -458.000000,258.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CGroup -200.000000 -14.000000 -368.000000,208.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CItem -100.000000 -14.000000 -350.000000,258.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -XuiHtmlControlCraftingTable -270.000000 -240.000000 -57.000000,132.000031,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageCraftingTable -245.000000 -142.000000 -342.000000,182.000000,0.000000 -ImHowToPlayCraftingTableSmall - - - - -CTInventory3x3 -132.000000 -14.000000 -448.000000,250.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CTGroup -160.000000 -14.000000 -384.000000,208.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CTItem -98.000000 -14.000000 -346.000000,250.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -XuiHtmlControlSocialMedia -520.000000 -244.000000 -60.000000,138.000031,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlMultiplayer -520.000000 -244.000000 -60.000000,138.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlWhatsNew -520.000000 -244.000000 -60.000000,138.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlBanList -520.000000 -244.000000 -60.000000,138.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiImageCreative -258.000000 -194.000000 -340.000000,177.000000,0.000000 -ImHowToPlayCreativeSmall - - - - -XuiHtmlControlCreative -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -CIGroup -160.000000 -14.000000 -390.000000,208.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -XuiHtmlControlHostOptions -520.000000 -244.000000 -60.000000,138.000046,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlBreeding -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageBreeding -262.000000 -280.000000 -340.000000,126.000000,0.000000 -ImHowToPlayBreedingSmall - - - - -XuiHtmlControlFarmingAnimals -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageFarmingAnimals -262.000000 -280.000000 -340.000000,126.000000,0.000000 -ImHowToPlayFarmingAnimalsSmall - - - - -XuiHtmlControlBrewing -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageBrewing -260.000000 -290.000000 -340.000000,122.000000,0.000000 -ImHowToPlayBrewingSmall - - - - -BInventory -210.000000 -18.000000 -354.000000,262.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -BBrew -210.000000 -18.000000 -365.000000,131.000000,0.000000 -8 -LabelContainerSceneCentreSmall - - - - -XuiImageEnchantment -262.000000 -280.000000 -340.000000,122.000000,0.000000 -ImHowToPlayEnchantmentSmall - - - - -XuiHtmlControlEnchantment -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -EInventory -210.000000 -18.000000 -356.000000,254.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -EEnchant -210.000000 -18.000000 -356.000000,130.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -XuiImageAnvil -260.000000 -290.000000 -340.000000,122.000000,0.000000 -ImHowToPlayAnvilSmall - - - - -XuiHtmlControlAnvil -264.000000 -240.000000 -56.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -ACost -156.000000 -18.000000 -430.000000,238.000000,0.000000 -8 -XuiLabelAffordableSmall - - - - -AInventory -156.370361 -18.000000 -353.037048,264.814819,0.000000 -8 -LabelContainerSceneCentreSmall - - - - -ARepairAndName -156.370361 -18.000000 -415.851868,130.000000,0.000000 -8 -LabelContainerSceneCentreSmall - - - - -XuiHtmlControlTrading -264.000000 -240.000000 -56.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageTrading -260.000000 -174.000000 -342.000000,125.000000,0.000000 -ImHowToPlayTradingSmall - - - - -TInventory -142.000000 -11.000000 -447.000000,207.000000,0.000000 -8 -XuiLabelDarkCentred8 - - - - -TOffer1Label -56.000000 -11.000000 -381.000000,240.000000,0.000000 -8 -XuiLabelDarkLeftWrapSmall8 - - - - -TNeededForTrade -88.000000 -24.000000 -349.000000,211.000000,0.000000 -8 -XuiLabelDarkCentred8 - - - - -TVillagerOffers -260.000000 -18.000000 -342.000000,140.000000,0.000000 -8 -XuiLabelDarkCentred8 - - - - -XuiHtmlControlEnderchest -270.000000 -240.000000 -54.000000,132.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageEnderchest -262.000000 -280.000000 -340.000000,126.000000,0.000000 -ImHowToPlayEnderchestSmall - - - - -XuiHtmlControlHorses -282.000000 -239.000000 -48.000114,134.000061,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageHorses -248.000000 -146.000000 -346.000092,178.000061,0.000000 -ImHowToPlayHorsesSmall - - - - -XuiHtmlControlBeacon -204.000000 -240.000000 -49.999985,136.000061,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageBeacon -336.000000 -290.000000 -270.000000,124.000053,0.000000 -ImHowToPlayBeaconSmall - - - - -BeSecond -144.000000 -34.000000 -444.000000,138.000061,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -BeFirst -144.000000 -34.000000 -286.000000,138.000061,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -XuiImageDropper -262.000000 -280.000000 -340.000000,132.000061,0.000000 -ImHowToPlayDispenserSmall - - - - -XuiHtmlControlDropper -282.000000 -240.000000 -42.000000,138.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -DrInventory -230.000000 -24.000000 -354.000000,262.000061,0.000000 -LabelContainerSceneLeftSmall - - - - -DrText -160.000000 -24.000000 -422.000000,142.000061,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiImageHopper -260.000000 -220.000000 -340.000000,162.000000,0.000000 -ImHowToPlayHopperSmall - - - - -XuiHtmlControlHopper -282.000000 -240.000000 -42.000000,140.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -HInventory -230.000000 -24.000000 -354.000000,236.000061,0.000000 -LabelContainerSceneLeftSmall - - - - -HText -230.000000 -24.000000 -356.000000,170.000061,0.000000 -LabelContainerSceneCentreSmall - - - - -XuiImageFireworks -260.000000 -280.000000 -344.000000,134.000061,0.000000 -ImHowToPlayFireworksSmall - - - - -XuiHtmlControlFireworks -282.000000 -240.000000 -46.000000,140.000000,0.000000 -XuiHtmlControl_H2P_Small -false - - - - -FiInventory -230.000000 -28.000000 -358.000000,266.000061,0.000000 -LabelContainerSceneLeftSmall - - - - -FiText -230.000000 -24.000000 -358.000000,144.000061,0.000000 -LabelContainerSceneLeftSmall - - - + + 640.000000 + 480.000000 + + + + SceneHowToPlay + 640.000000 + 480.000000 + CScene_HowToPlay + XuiBlankScene + XuiSliderVolume + + + + XuiHtmlControlTheEnd + 270.000000 + 240.000000 + 52.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageTheEnd + 248.000000 + 146.000000 + 346.000000,172.000000,0.000000 + ImHowToPlayTheEndSmall + + + + + XuiHtmlControlNetherPortal + 270.000000 + 240.000000 + 52.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageNetherPortal + 248.000000 + 146.000000 + 346.000000,172.000000,0.000000 + ImHowToPlayNetherPortalSmall + + + + + XuiHtmlControlDispenser + 270.000000 + 240.000000 + 52.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageDispenser + 262.000000 + 280.000000 + 336.000000,126.000000,0.000000 + ImHowToPlayDispenserSmall + + + + + DInventory + 230.000000 + 17.000000 + 355.000000,258.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + DText + 160.000000 + 23.000000 + 390.000000,140.000000,0.000000 + 2 + LabelContainerSceneCentreSmall + + + + + XuiHtmlControlHUD + 520.000000 + 152.000000 + 60.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageHUD + 364.000000 + 84.000000 + 138.000000,322.000000,0.000000 + ImHowToPlayHUDSmall + + + + + XuiHtmlControlBasics + 526.000000 + 240.000000 + 57.000000,132.000046,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiHtmlControlInventory + 270.000000 + 240.000000 + 52.000046,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageInventory + 262.000000 + 280.000000 + 336.000000,126.000000,0.000000 + ImHowToPlayInventorySmall + + + + + IInventory + 230.000000 + 18.000000 + 353.000000,258.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiHtmlControlChest + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageChest + 258.000000 + 260.000000 + 340.000000,134.000000,0.000000 + ImHowToPlayChestSmall + + + + + SCChest + 230.000000 + 23.000000 + 352.000000,140.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + SCInventory + 230.000000 + 19.000000 + 352.000000,244.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiHtmlControlLargeChest + 280.000000 + 240.000000 + 60.000038,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageLargeChest + 213.000000 + 270.000000 + 364.000000,130.000000,0.000000 + ImHowToPlayLargeChestSmall + + + + + LCChest + 189.000000 + 17.000000 + 377.000000,138.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + LCInventory + 189.000000 + 14.000000 + 377.000000,282.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiHtmlControlFurnace + 264.000000 + 240.000000 + 56.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageFurnace + 262.000000 + 290.000000 + 336.000000,120.000000,0.000000 + ImHowToPlayFurnaceSmall + + + + + FChest + 218.000000 + 21.000000 + 352.000000,130.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + FIngredient + 114.000000 + 18.000000 + 344.000000,164.000000,0.000000 + LabelContainerSceneRightSmall + + + + + FInventory + 218.000000 + 18.000000 + 352.000000,262.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + FFuel + 114.000000 + 18.000000 + 344.000000,234.000000,0.000000 + LabelContainerSceneRightSmall + + + + + XuiHtmlControlCrafting + 270.000000 + 240.000000 + 52.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageCrafting + 252.000000 + 170.000000 + 342.000000,176.000000,0.000000 + ImHowToPlayCraftingSmall + + + + + CInventory + 128.000000 + 14.000000 + 458.000000,258.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CGroup + 200.000000 + 14.000000 + 368.000000,208.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CItem + 100.000000 + 14.000000 + 350.000000,258.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + XuiHtmlControlCraftingTable + 270.000000 + 240.000000 + 57.000000,132.000031,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageCraftingTable + 245.000000 + 142.000000 + 342.000000,182.000000,0.000000 + ImHowToPlayCraftingTableSmall + + + + + CTInventory3x3 + 132.000000 + 14.000000 + 448.000000,250.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CTGroup + 160.000000 + 14.000000 + 384.000000,208.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CTItem + 98.000000 + 14.000000 + 346.000000,250.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + XuiHtmlControlSocialMedia + 520.000000 + 244.000000 + 60.000000,138.000031,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlMultiplayer + 520.000000 + 244.000000 + 60.000000,138.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlWhatsNew + 520.000000 + 244.000000 + 60.000000,138.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlBanList + 520.000000 + 244.000000 + 60.000000,138.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiImageCreative + 258.000000 + 194.000000 + 340.000000,177.000000,0.000000 + ImHowToPlayCreativeSmall + + + + + XuiHtmlControlCreative + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + CIGroup + 160.000000 + 14.000000 + 390.000000,208.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + XuiHtmlControlHostOptions + 520.000000 + 244.000000 + 60.000000,138.000046,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlBreeding + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageBreeding + 262.000000 + 280.000000 + 340.000000,126.000000,0.000000 + ImHowToPlayBreedingSmall + + + + + XuiHtmlControlFarmingAnimals + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageFarmingAnimals + 262.000000 + 280.000000 + 340.000000,126.000000,0.000000 + ImHowToPlayFarmingAnimalsSmall + + + + + XuiHtmlControlBrewing + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageBrewing + 260.000000 + 290.000000 + 340.000000,122.000000,0.000000 + ImHowToPlayBrewingSmall + + + + + BInventory + 210.000000 + 18.000000 + 354.000000,262.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + BBrew + 210.000000 + 18.000000 + 365.000000,131.000000,0.000000 + 8 + LabelContainerSceneCentreSmall + + + + + XuiImageEnchantment + 262.000000 + 280.000000 + 340.000000,122.000000,0.000000 + ImHowToPlayEnchantmentSmall + + + + + XuiHtmlControlEnchantment + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + EInventory + 210.000000 + 18.000000 + 356.000000,254.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + EEnchant + 210.000000 + 18.000000 + 356.000000,130.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + XuiImageAnvil + 260.000000 + 290.000000 + 340.000000,122.000000,0.000000 + ImHowToPlayAnvilSmall + + + + + XuiHtmlControlAnvil + 264.000000 + 240.000000 + 56.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + ACost + 156.000000 + 18.000000 + 430.000000,238.000000,0.000000 + 8 + XuiLabelAffordableSmall + + + + + AInventory + 156.370361 + 18.000000 + 353.037048,264.814819,0.000000 + 8 + LabelContainerSceneCentreSmall + + + + + ARepairAndName + 156.370361 + 18.000000 + 415.851868,130.000000,0.000000 + 8 + LabelContainerSceneCentreSmall + + + + + XuiHtmlControlTrading + 264.000000 + 240.000000 + 56.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageTrading + 260.000000 + 174.000000 + 342.000000,125.000000,0.000000 + ImHowToPlayTradingSmall + + + + + TInventory + 142.000000 + 11.000000 + 447.000000,207.000000,0.000000 + 8 + XuiLabelDarkCentred8 + + + + + TOffer1Label + 56.000000 + 11.000000 + 381.000000,240.000000,0.000000 + 8 + XuiLabelDarkLeftWrapSmall8 + + + + + TNeededForTrade + 88.000000 + 24.000000 + 349.000000,211.000000,0.000000 + 8 + XuiLabelDarkCentred8 + + + + + TVillagerOffers + 260.000000 + 18.000000 + 342.000000,140.000000,0.000000 + 8 + XuiLabelDarkCentred8 + + + + + XuiHtmlControlEnderchest + 270.000000 + 240.000000 + 54.000000,132.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageEnderchest + 262.000000 + 280.000000 + 340.000000,126.000000,0.000000 + ImHowToPlayEnderchestSmall + + + + + XuiHtmlControlHorses + 282.000000 + 239.000000 + 48.000114,134.000061,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageHorses + 248.000000 + 146.000000 + 346.000092,178.000061,0.000000 + ImHowToPlayHorsesSmall + + + + + XuiHtmlControlBeacon + 204.000000 + 240.000000 + 49.999985,136.000061,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageBeacon + 336.000000 + 290.000000 + 270.000000,124.000053,0.000000 + ImHowToPlayBeaconSmall + + + + + BeSecond + 144.000000 + 34.000000 + 444.000000,138.000061,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + BeFirst + 144.000000 + 34.000000 + 286.000000,138.000061,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + XuiImageDropper + 262.000000 + 280.000000 + 340.000000,132.000061,0.000000 + ImHowToPlayDispenserSmall + + + + + XuiHtmlControlDropper + 282.000000 + 240.000000 + 42.000000,138.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + DrInventory + 230.000000 + 24.000000 + 354.000000,262.000061,0.000000 + LabelContainerSceneLeftSmall + + + + + DrText + 160.000000 + 24.000000 + 422.000000,142.000061,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiImageHopper + 260.000000 + 220.000000 + 340.000000,162.000000,0.000000 + ImHowToPlayHopperSmall + + + + + XuiHtmlControlHopper + 282.000000 + 240.000000 + 42.000000,140.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + HInventory + 230.000000 + 24.000000 + 354.000000,236.000061,0.000000 + LabelContainerSceneLeftSmall + + + + + HText + 230.000000 + 24.000000 + 356.000000,170.000061,0.000000 + LabelContainerSceneCentreSmall + + + + + XuiImageFireworks + 260.000000 + 280.000000 + 344.000000,134.000061,0.000000 + ImHowToPlayFireworksSmall + + + + + XuiHtmlControlFireworks + 282.000000 + 240.000000 + 46.000000,140.000000,0.000000 + XuiHtmlControl_H2P_Small + false + + + + + FiInventory + 230.000000 + 28.000000 + 358.000000,266.000061,0.000000 + LabelContainerSceneLeftSmall + + + + + FiText + 230.000000 + 24.000000 + 358.000000,144.000061,0.000000 + LabelContainerSceneLeftSmall + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu.xui b/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu.xui index 5b195a9a..f12b6c12 100644 --- a/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu.xui +++ b/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu.xui @@ -1,115 +1,105 @@ - -1280.000000 -720.000000 - - - -SceneHowToPlayMenu -1280.000000 -720.000000 -true -CScene_HowToPlayMenu -XuiMenuScene -XuiButton1 - - - -HowToListButtons -480.000000 -396.000000 -400.000031,200.000000,0.000000 -CXuiCtrlPassThroughList -XuiHowToList -JoinGame - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -true -MenuTitleLogo - - - + + 1280.000000 + 720.000000 + + + + SceneHowToPlayMenu + 1280.000000 + 720.000000 + true + CScene_HowToPlayMenu + XuiMenuScene + XuiButton1 + + + + HowToListButtons + 480.000000 + 396.000000 + 400.000031,200.000000,0.000000 + CXuiCtrlPassThroughList + XuiHowToList + JoinGame + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_480.xui b/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_480.xui index d46f0c0a..5c312d6f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_480.xui @@ -1,63 +1,63 @@ - -640.000000 -480.000000 - - - -SceneHowToPlayMenu -640.000000 -480.000000 -true -CScene_HowToPlayMenu -XuiMenuScene -XuiButton1 - - - -HowToListButtons -480.000000 -268.000000 -80.000000,120.000000,0.000000 -CXuiCtrlPassThroughList -XuiHowToList480 -JoinGame - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -300.000000 -36.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuLButton_Thin -0.000000,10.000000,0.000000 - - - - -control_ListItem -300.000000 -36.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuLButton_Thin -0.000000,10.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + SceneHowToPlayMenu + 640.000000 + 480.000000 + true + CScene_HowToPlayMenu + XuiMenuScene + XuiButton1 + + + + HowToListButtons + 480.000000 + 268.000000 + 80.000000,120.000000,0.000000 + CXuiCtrlPassThroughList + XuiHowToList480 + JoinGame + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 300.000000 + 36.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuLButton_Thin + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 300.000000 + 36.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuLButton_Thin + 0.000000,10.000000,0.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_small.xui b/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_small.xui index 0ac56c29..fa516e2f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_howtoplay_menu_small.xui @@ -1,50 +1,50 @@ - -640.000000 -360.000000 - - - -SceneHowToPlayMenu -640.000000 -360.000000 -true -CScene_HowToPlayMenu -XuiMenuScene -XuiButton1 - - - -HowToListButtons -480.000000 -243.000015 -80.000038,35.000000,0.000000 -CXuiCtrlPassThroughList -XuiHowToList -JoinGame - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -450.000000 -50.000000 -15.000000,15.000000,0.000000 -5 -false -XuiMainMenuButton_List - - - - + + 640.000000 + 360.000000 + + + + SceneHowToPlayMenu + 640.000000 + 360.000000 + true + CScene_HowToPlayMenu + XuiMenuScene + XuiButton1 + + + + HowToListButtons + 480.000000 + 243.000015 + 80.000038,35.000000,0.000000 + CXuiCtrlPassThroughList + XuiHowToList + JoinGame + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 450.000000 + 50.000000 + 15.000000,15.000000,0.000000 + 5 + false + XuiMainMenuButton_List + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_howtoplay_small.xui b/Minecraft.Client/Common/Media/xuiscene_howtoplay_small.xui index d9d1c7f5..aed6804c 100644 --- a/Minecraft.Client/Common/Media/xuiscene_howtoplay_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_howtoplay_small.xui @@ -1,832 +1,831 @@ - -640.000000 -360.000000 - - - -SceneHowToPlay -640.000000 -360.000000 -[LayerFolders]0|-Fireworks|4|+|0|-Hopper|4|+|0|-Dropper|4|+|0|-Beacon|4|+|0|-Horses|2|+|0|-Enderchest|2|+|0|-Trading|6|+|0|-Anvil|5|+|0|-Enchantment|4|+|0|+Brewing|4|+|0|+FarmingAnimals|2|+|0|-Breeding|2|+|1|+Creative Mode|3|+|4|+CraftingTable|5|+|0|+Crafting|5|+|0|-Furnace|6|+|0|+Large Chest|4|+|0|+SmallChest|4|+|0|+Inventory|3|+|0|+Basics|1|+|0|+HUD|2|+|0|+Dispenser|4|+|0|-Nether Portal|2|+|0|+TheEnd|2|+|0[/LayerFolders] -CScene_HowToPlay -XuiBlankScene -XuiSliderVolume - - - -XuiHtmlControlTheEnd -280.000000 -240.000000 -82.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageTheEnd -248.000000 -146.000000 -382.000000,54.000000,0.000000 -ImHowToPlayTheEndSmall - - - - -XuiHtmlControlNetherPortal -280.000000 -240.000000 -82.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageNetherPortal -248.000000 -146.000000 -382.000000,54.000000,0.000000 -ImHowToPlayNetherPortalSmall - - - - -XuiHtmlControlDispenser -280.000000 -240.000000 -76.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageDispenser -262.000000 -280.000000 -371.000000,3.000000,0.000000 -ImHowToPlayDispenserSmall - - - - -DInventory -230.000000 -17.000000 -388.000000,137.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -DText -160.000000 -23.000000 -422.000000,18.000000,0.000000 -2 -LabelContainerSceneCentreSmall - - - - -XuiImageHUD -364.000000 -84.000000 -157.000000,204.000000,0.000000 -ImHowToPlayHUDSmall - - - - -XuiHtmlControlHUD -540.000000 -152.000000 -82.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiHtmlControlBasics -540.000000 -240.000000 -82.000000,12.000046,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageInventory -262.000000 -280.000000 -372.000000,6.000000,0.000000 -ImHowToPlayInventorySmall - - - - -XuiHtmlControlInventory -280.000000 -240.000000 -76.000046,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -IInventory -214.000000 -18.000000 -389.000000,138.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiImageChest -258.000000 -260.000000 -375.000000,15.000000,0.000000 -ImHowToPlayChestSmall - - - - -XuiHtmlControlChest -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -SCChest -230.000000 -23.000000 -388.000000,23.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -SCInventory -230.000000 -19.000000 -388.000000,128.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiImageLargeChest -213.000000 -270.000000 -398.000000,6.000000,0.000000 -ImHowToPlayLargeChestSmall - - - - -XuiHtmlControlLargeChest -280.000000 -240.000000 -97.000038,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -LCChest -189.000000 -17.000000 -415.000000,12.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -LCInventory -189.000000 -14.000000 -415.000000,158.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiHtmlControlFurnace -280.000000 -240.000000 -75.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageFurnace -262.000000 -290.000000 -371.000000,0.000000,0.000000 -ImHowToPlayFurnaceSmall - - - - -FChest -219.000000 -21.000000 -385.000000,11.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -FIngredient -114.000000 -18.000000 -381.000000,44.000000,0.000000 -LabelContainerSceneRightSmall - - - - -FInventory -219.000000 -18.000000 -385.000000,143.000000,0.000000 -12 -LabelContainerSceneLeftSmall - - - - -FFuel -114.000000 -18.000000 -381.000000,113.000000,0.000000 -LabelContainerSceneRightSmall - - - - -XuiHtmlControlCrafting -280.000000 -240.000000 -82.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageCrafting -252.000000 -170.000000 -376.000000,56.000000,0.000000 -ImHowToPlayCraftingSmall - - - - -CInventory -128.000000 -14.000000 -493.000000,140.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CGroup -200.000000 -18.000000 -403.000000,90.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CItem -101.000000 -14.000000 -385.000000,140.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -XuiHtmlControlCraftingTable -280.000000 -240.000000 -82.000000,12.000031,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageCraftingTable -245.000000 -142.000000 -376.000000,60.000000,0.000000 -ImHowToPlayCraftingTableSmall - - - - -CTInventory3x3 -128.000000 -14.000000 -488.000000,128.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CTGroup -160.000000 -14.000000 -421.222229,86.777779,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -CTItem -95.000000 -14.000000 -386.000000,128.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -XuiHtmlControlMultiplayer -520.000000 -244.000000 -85.000008,24.000038,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlSocialMedia -520.000000 -244.000000 -87.000008,23.000023,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlWhatsNew -520.000000 -244.000000 -87.000008,23.000023,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlBanList -520.000000 -244.000000 -87.000008,23.000023,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlCreative -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageCreative -258.000000 -194.000000 -375.000000,15.000000,0.000000 -ImHowToPlayCreativeSmall - - - - -CIGroup -160.000000 -14.000000 -425.000000,46.000000,0.000000 -XuiLabelDarkCentredHowtoSmall - - - - -XuiHtmlControlHostOptions -520.000000 -244.000000 -87.000008,23.000023,0.000000 -XuiHtmlControl_H2P - - - - -XuiHtmlControlBreeding -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageBreeding -262.000000 -280.000000 -375.000000,6.000000,0.000000 -ImHowToPlayBreedingSmall - - - - -XuiHtmlControlFarmingAnimals -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageFarmingAnimals -262.000000 -280.000000 -375.000000,6.000000,0.000000 -ImHowToPlayFarmingAnimalsSmall - - - - -XuiHtmlControlBrewing -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageBrewing -260.000000 -290.000000 -375.000000,2.000000,0.000000 -ImHowToPlayBrewingSmall - - - - -BBrew -210.000000 -18.000000 -399.000000,12.000000,0.000000 -8 -LabelContainerSceneCentreSmall - - - - -BInventory -210.000000 -18.000000 -388.000000,142.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -XuiImageEnchantment -262.000000 -280.000000 -375.000000,6.000000,0.000000 -ImHowToPlayEnchantmentSmall - - - - -XuiHtmlControlEnchantment -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -EInventory -210.000000 -18.000000 -388.000000,138.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -EEnchant -210.000000 -18.000000 -388.000000,14.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -XuiHtmlControlAnvil -280.000000 -240.000000 -75.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageAnvil -260.000000 -290.000000 -372.000000,6.000000,0.000000 -ImHowToPlayAnvilSmall - - - - -ACost -156.000000 -18.000000 -461.000000,120.999992,0.000000 -8 -XuiLabelAffordableSmall - - - - -AInventory -156.000000 -18.000000 -384.000000,148.000000,0.000000 -8 -LabelContainerSceneLeftSmall - - - - -ARepairAndName -156.000000 -18.000000 -448.000000,18.999992,0.000000 -8 -LabelContainerSceneCentreSmall - - - - -XuiHtmlControlTrading -280.000000 -240.000000 -75.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageTrading -260.000000 -174.000000 -372.000000,56.000000,0.000000 -ImHowToPlayTradingSmall - - - - -TVillagerOffers -260.000000 -18.000000 -372.000000,71.000000,0.000000 -8 -XuiLabelDarkCentred8 - - - - -TNeededForTrade -88.000000 -24.000000 -379.000000,138.000000,0.000000 -8 -XuiLabelDarkCentred8 - - - - -TOffer1Label -56.000000 -11.000000 -411.000000,171.000000,0.000000 -8 -XuiLabelDarkLeftWrapSmall8 - - - - -TInventory -142.000000 -11.000000 -477.000000,138.000000,0.000000 -8 -XuiLabelDarkCentred8 - - - - -XuiImageEnderchest -262.000000 -280.000000 -375.000000,6.000000,0.000000 -ImHowToPlayEnderchestSmall - - - - -XuiHtmlControlEnderchest -280.000000 -240.000000 -80.000000,12.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiHtmlControlHorses -282.000000 -239.000000 -74.000114,13.000046,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageHorses -248.000000 -146.000000 -372.000092,58.000046,0.000000 -ImHowToPlayHorsesSmall - - - - -XuiHtmlControlBeacon -204.000000 -240.000000 -76.999985,14.000046,0.000000 -XuiHtmlControl_H2P_Small - - - - -XuiImageBeacon -336.000000 -290.000000 -296.000000,2.000048,0.000000 -ImHowToPlayBeaconSmall - - - - -BeSecond -144.000000 -34.000000 -470.000000,16.000046,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -BeFirst -144.000000 -34.000000 -312.000000,16.000046,0.000000 -XuiLabelDarkCentredWrapSmall - - - - -XuiImageDropper -262.000000 -280.000000 -372.000000,8.000046,0.000000 -ImHowToPlayDispenserSmall - - - - -XuiHtmlControlDropper -282.000000 -240.000000 -74.000000,14.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -DrInventory -230.000000 -24.000000 -386.000000,139.000046,0.000000 -LabelContainerSceneLeftSmall - - - - -DrText -160.000000 -24.000000 -454.000000,18.000048,0.000000 -LabelContainerSceneLeftSmall - - - - -XuiImageHopper -260.000000 -220.000000 -372.000000,36.000000,0.000000 -ImHowToPlayHopperSmall - - - - -XuiHtmlControlHopper -282.000000 -240.000000 -74.000000,14.000000,0.000000 -XuiHtmlControl_H2P_Small - - - - -HInventory -230.000000 -24.000000 -386.000000,110.000046,0.000000 -LabelContainerSceneLeftSmall - - - - -HText -230.000000 -24.000000 -387.000000,44.000046,0.000000 -LabelContainerSceneCentreSmall - - - - -XuiImageFireworks -260.000000 -280.000000 -372.000000,8.000050,0.000000 -ImHowToPlayFireworksSmall - - - - -XuiHtmlControlFireworks -282.000000 -240.000000 -74.000000,14.000000,0.000000 -XuiHtmlControl_H2P_Small -false - - - - -FiInventory -230.000000 -28.000000 -386.000000,140.000046,0.000000 -LabelContainerSceneLeftSmall - - - - -FiText -230.000000 -24.000000 -386.000000,18.000046,0.000000 -LabelContainerSceneLeftSmall - - - + + 640.000000 + 360.000000 + + + + SceneHowToPlay + 640.000000 + 360.000000 + CScene_HowToPlay + XuiBlankScene + XuiSliderVolume + + + + XuiHtmlControlTheEnd + 280.000000 + 240.000000 + 82.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageTheEnd + 248.000000 + 146.000000 + 382.000000,54.000000,0.000000 + ImHowToPlayTheEndSmall + + + + + XuiHtmlControlNetherPortal + 280.000000 + 240.000000 + 82.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageNetherPortal + 248.000000 + 146.000000 + 382.000000,54.000000,0.000000 + ImHowToPlayNetherPortalSmall + + + + + XuiHtmlControlDispenser + 280.000000 + 240.000000 + 76.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageDispenser + 262.000000 + 280.000000 + 371.000000,3.000000,0.000000 + ImHowToPlayDispenserSmall + + + + + DInventory + 230.000000 + 17.000000 + 388.000000,137.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + DText + 160.000000 + 23.000000 + 422.000000,18.000000,0.000000 + 2 + LabelContainerSceneCentreSmall + + + + + XuiImageHUD + 364.000000 + 84.000000 + 157.000000,204.000000,0.000000 + ImHowToPlayHUDSmall + + + + + XuiHtmlControlHUD + 540.000000 + 152.000000 + 82.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiHtmlControlBasics + 540.000000 + 240.000000 + 82.000000,12.000046,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageInventory + 262.000000 + 280.000000 + 372.000000,6.000000,0.000000 + ImHowToPlayInventorySmall + + + + + XuiHtmlControlInventory + 280.000000 + 240.000000 + 76.000046,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + IInventory + 214.000000 + 18.000000 + 389.000000,138.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiImageChest + 258.000000 + 260.000000 + 375.000000,15.000000,0.000000 + ImHowToPlayChestSmall + + + + + XuiHtmlControlChest + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + SCChest + 230.000000 + 23.000000 + 388.000000,23.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + SCInventory + 230.000000 + 19.000000 + 388.000000,128.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiImageLargeChest + 213.000000 + 270.000000 + 398.000000,6.000000,0.000000 + ImHowToPlayLargeChestSmall + + + + + XuiHtmlControlLargeChest + 280.000000 + 240.000000 + 97.000038,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + LCChest + 189.000000 + 17.000000 + 415.000000,12.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + LCInventory + 189.000000 + 14.000000 + 415.000000,158.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiHtmlControlFurnace + 280.000000 + 240.000000 + 75.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageFurnace + 262.000000 + 290.000000 + 371.000000,0.000000,0.000000 + ImHowToPlayFurnaceSmall + + + + + FChest + 219.000000 + 21.000000 + 385.000000,11.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + FIngredient + 114.000000 + 18.000000 + 381.000000,44.000000,0.000000 + LabelContainerSceneRightSmall + + + + + FInventory + 219.000000 + 18.000000 + 385.000000,143.000000,0.000000 + 12 + LabelContainerSceneLeftSmall + + + + + FFuel + 114.000000 + 18.000000 + 381.000000,113.000000,0.000000 + LabelContainerSceneRightSmall + + + + + XuiHtmlControlCrafting + 280.000000 + 240.000000 + 82.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageCrafting + 252.000000 + 170.000000 + 376.000000,56.000000,0.000000 + ImHowToPlayCraftingSmall + + + + + CInventory + 128.000000 + 14.000000 + 493.000000,140.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CGroup + 200.000000 + 18.000000 + 403.000000,90.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CItem + 101.000000 + 14.000000 + 385.000000,140.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + XuiHtmlControlCraftingTable + 280.000000 + 240.000000 + 82.000000,12.000031,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageCraftingTable + 245.000000 + 142.000000 + 376.000000,60.000000,0.000000 + ImHowToPlayCraftingTableSmall + + + + + CTInventory3x3 + 128.000000 + 14.000000 + 488.000000,128.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CTGroup + 160.000000 + 14.000000 + 421.222229,86.777779,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + CTItem + 95.000000 + 14.000000 + 386.000000,128.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + XuiHtmlControlMultiplayer + 520.000000 + 244.000000 + 85.000008,24.000038,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlSocialMedia + 520.000000 + 244.000000 + 87.000008,23.000023,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlWhatsNew + 520.000000 + 244.000000 + 87.000008,23.000023,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlBanList + 520.000000 + 244.000000 + 87.000008,23.000023,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlCreative + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageCreative + 258.000000 + 194.000000 + 375.000000,15.000000,0.000000 + ImHowToPlayCreativeSmall + + + + + CIGroup + 160.000000 + 14.000000 + 425.000000,46.000000,0.000000 + XuiLabelDarkCentredHowtoSmall + + + + + XuiHtmlControlHostOptions + 520.000000 + 244.000000 + 87.000008,23.000023,0.000000 + XuiHtmlControl_H2P + + + + + XuiHtmlControlBreeding + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageBreeding + 262.000000 + 280.000000 + 375.000000,6.000000,0.000000 + ImHowToPlayBreedingSmall + + + + + XuiHtmlControlFarmingAnimals + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageFarmingAnimals + 262.000000 + 280.000000 + 375.000000,6.000000,0.000000 + ImHowToPlayFarmingAnimalsSmall + + + + + XuiHtmlControlBrewing + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageBrewing + 260.000000 + 290.000000 + 375.000000,2.000000,0.000000 + ImHowToPlayBrewingSmall + + + + + BBrew + 210.000000 + 18.000000 + 399.000000,12.000000,0.000000 + 8 + LabelContainerSceneCentreSmall + + + + + BInventory + 210.000000 + 18.000000 + 388.000000,142.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + XuiImageEnchantment + 262.000000 + 280.000000 + 375.000000,6.000000,0.000000 + ImHowToPlayEnchantmentSmall + + + + + XuiHtmlControlEnchantment + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + EInventory + 210.000000 + 18.000000 + 388.000000,138.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + EEnchant + 210.000000 + 18.000000 + 388.000000,14.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + XuiHtmlControlAnvil + 280.000000 + 240.000000 + 75.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageAnvil + 260.000000 + 290.000000 + 372.000000,6.000000,0.000000 + ImHowToPlayAnvilSmall + + + + + ACost + 156.000000 + 18.000000 + 461.000000,120.999992,0.000000 + 8 + XuiLabelAffordableSmall + + + + + AInventory + 156.000000 + 18.000000 + 384.000000,148.000000,0.000000 + 8 + LabelContainerSceneLeftSmall + + + + + ARepairAndName + 156.000000 + 18.000000 + 448.000000,18.999992,0.000000 + 8 + LabelContainerSceneCentreSmall + + + + + XuiHtmlControlTrading + 280.000000 + 240.000000 + 75.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageTrading + 260.000000 + 174.000000 + 372.000000,56.000000,0.000000 + ImHowToPlayTradingSmall + + + + + TVillagerOffers + 260.000000 + 18.000000 + 372.000000,71.000000,0.000000 + 8 + XuiLabelDarkCentred8 + + + + + TNeededForTrade + 88.000000 + 24.000000 + 379.000000,138.000000,0.000000 + 8 + XuiLabelDarkCentred8 + + + + + TOffer1Label + 56.000000 + 11.000000 + 411.000000,171.000000,0.000000 + 8 + XuiLabelDarkLeftWrapSmall8 + + + + + TInventory + 142.000000 + 11.000000 + 477.000000,138.000000,0.000000 + 8 + XuiLabelDarkCentred8 + + + + + XuiImageEnderchest + 262.000000 + 280.000000 + 375.000000,6.000000,0.000000 + ImHowToPlayEnderchestSmall + + + + + XuiHtmlControlEnderchest + 280.000000 + 240.000000 + 80.000000,12.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiHtmlControlHorses + 282.000000 + 239.000000 + 74.000114,13.000046,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageHorses + 248.000000 + 146.000000 + 372.000092,58.000046,0.000000 + ImHowToPlayHorsesSmall + + + + + XuiHtmlControlBeacon + 204.000000 + 240.000000 + 76.999985,14.000046,0.000000 + XuiHtmlControl_H2P_Small + + + + + XuiImageBeacon + 336.000000 + 290.000000 + 296.000000,2.000048,0.000000 + ImHowToPlayBeaconSmall + + + + + BeSecond + 144.000000 + 34.000000 + 470.000000,16.000046,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + BeFirst + 144.000000 + 34.000000 + 312.000000,16.000046,0.000000 + XuiLabelDarkCentredWrapSmall + + + + + XuiImageDropper + 262.000000 + 280.000000 + 372.000000,8.000046,0.000000 + ImHowToPlayDispenserSmall + + + + + XuiHtmlControlDropper + 282.000000 + 240.000000 + 74.000000,14.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + DrInventory + 230.000000 + 24.000000 + 386.000000,139.000046,0.000000 + LabelContainerSceneLeftSmall + + + + + DrText + 160.000000 + 24.000000 + 454.000000,18.000048,0.000000 + LabelContainerSceneLeftSmall + + + + + XuiImageHopper + 260.000000 + 220.000000 + 372.000000,36.000000,0.000000 + ImHowToPlayHopperSmall + + + + + XuiHtmlControlHopper + 282.000000 + 240.000000 + 74.000000,14.000000,0.000000 + XuiHtmlControl_H2P_Small + + + + + HInventory + 230.000000 + 24.000000 + 386.000000,110.000046,0.000000 + LabelContainerSceneLeftSmall + + + + + HText + 230.000000 + 24.000000 + 387.000000,44.000046,0.000000 + LabelContainerSceneCentreSmall + + + + + XuiImageFireworks + 260.000000 + 280.000000 + 372.000000,8.000050,0.000000 + ImHowToPlayFireworksSmall + + + + + XuiHtmlControlFireworks + 282.000000 + 240.000000 + 74.000000,14.000000,0.000000 + XuiHtmlControl_H2P_Small + false + + + + + FiInventory + 230.000000 + 28.000000 + 386.000000,140.000046,0.000000 + LabelContainerSceneLeftSmall + + + + + FiText + 230.000000 + 24.000000 + 386.000000,18.000046,0.000000 + LabelContainerSceneLeftSmall + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_hud.xui b/Minecraft.Client/Common/Media/xuiscene_hud.xui index f358a086..124660c1 100644 --- a/Minecraft.Client/Common/Media/xuiscene_hud.xui +++ b/Minecraft.Client/Common/Media/xuiscene_hud.xui @@ -1,948 +1,944 @@ - -1280.000000 -720.000000 - - - -HUDScene -1280.000000 -720.000000 -CXuiSceneHud -XuiBlankScene - - - -Crosshair -15.000000 -15.000000 -616.000000,336.000000,0.000000 -3.000000,3.000000,3.000000 -HudCrosshair - - - - -HudHolder -548.000000 -150.000000 -366.000031,480.000000,0.000000 - - - -HudGroup -548.000000 -150.000000 - - - -HudScaleGroup -182.000000 -54.000000 -0.000038,3.000057,0.000000 -3.000000,3.000000,3.000000 - - - -Hotbar -182.000000 -24.000000 -0.000000,26.000000,0.000000 - - - -Box -182.000000 -22.000000 -0.000000,1.000000,0.000000 -15 -HUDHotBarBack - - - - -Inventory1 -24.000000 -24.000000 --0.999939,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory2 -24.000000 -24.000000 -19.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory3 -24.000000 -24.000000 -39.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory4 -24.000000 -24.000000 -59.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory5 -24.000000 -24.000000 -79.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory6 -24.000000 -24.000000 -99.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory7 -24.000000 -24.000000 -119.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory8 -24.000000 -24.000000 -139.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory9 -24.000000 -24.000000 -159.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - - -ExperienceProgress -182.000000 -5.000000 -0.000031,20.000031,0.000000 -ExperienceProgress -200 - - - - -HorseJumpProgress -182.000000 -5.000000 -0.000031,20.000031,0.000000 -HorseJumpProgress -200 - - - - -Armour -81.000000 -9.000000 - - - -Armour0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudArmour - - - - -Armour1 -9.000000 -9.000000 -8.000031,0.000061,0.000000 -HudArmour - - - - -Armour2 -9.000000 -9.000000 -16.000029,0.000061,0.000000 -HudArmour - - - - -Armour3 -9.000000 -9.000000 -24.000027,0.000061,0.000000 -HudArmour - - - - -Armour4 -9.000000 -9.000000 -32.000027,0.000061,0.000000 -HudArmour - - - - -Armour5 -9.000000 -9.000000 -40.000027,0.000061,0.000000 -HudArmour - - - - -Armour6 -9.000000 -9.000000 -48.000023,0.000061,0.000000 -HudArmour - - - - -Armour7 -9.000000 -9.000000 -56.000023,0.000061,0.000000 -HudArmour - - - - -Armour8 -9.000000 -9.000000 -64.000023,0.000061,0.000000 -HudArmour - - - - -Armour9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudArmour - - - - - -HealthAbsorb -81.000000 -9.000000 - - - -Health0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -Health -81.000000 -9.000000 -0.000000,10.000031,0.000000 - - - -Health0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -HorseHealth -81.000000 -19.000000 -101.000000,0.000000,0.000000 - - - -Health9 -9.000000 -9.000000 -0.000031,10.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -8.000000,10.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -16.000000,10.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -24.000000,10.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -32.000000,10.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -40.000000,10.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -48.000000,10.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -56.000000,10.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -64.000000,10.000061,0.000000 -HudHealth - - - - -Health0 -9.000000 -9.000000 -72.000031,10.000061,0.000000 -HudHealth - - - - -Health19 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health18 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health17 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health16 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health15 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health14 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health13 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health12 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health11 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health10 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -Food -81.000000 -9.000000 -101.000031,10.000031,0.000000 - - - -Food9 -9.000000 -9.000000 -0.000000,0.000061,0.000000 -HudFood - - - - -Food8 -9.000000 -9.000000 -7.999992,0.000061,0.000000 -HudFood - - - - -Food7 -9.000000 -9.000000 -15.999992,0.000061,0.000000 -HudFood - - - - -Food6 -9.000000 -9.000000 -23.999992,0.000061,0.000000 -HudFood - - - - -Food5 -9.000000 -9.000000 -31.999996,0.000061,0.000000 -HudFood - - - - -Food4 -9.000000 -9.000000 -39.999996,0.000061,0.000000 -HudFood - - - - -Food3 -9.000000 -9.000000 -47.999996,0.000061,0.000000 -HudFood - - - - -Food2 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudFood - - - - -Food1 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudFood - - - - -Food0 -9.000000 -9.000000 -72.000000,0.000061,0.000000 -HudFood - - - - - -Air -81.000000 -9.000000 -101.000031,0.000000,0.000000 - - - -Air9 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudAir - - - - -Air8 -9.000000 -9.000000 -8.000031,0.000061,0.000000 -HudAir - - - - -Air7 -9.000000 -9.000000 -16.000031,0.000061,0.000000 -HudAir - - - - -Air6 -9.000000 -9.000000 -24.000031,0.000061,0.000000 -HudAir - - - - -Air5 -9.000000 -9.000000 -32.000031,0.000061,0.000000 -HudAir - - - - -Air4 -9.000000 -9.000000 -40.000031,0.000061,0.000000 -HudAir - - - - -Air3 -9.000000 -9.000000 -48.000031,0.000061,0.000000 -HudAir - - - - -Air2 -9.000000 -9.000000 -56.000031,0.000061,0.000000 -HudAir - - - - -Air1 -9.000000 -9.000000 -64.000031,0.000061,0.000000 -HudAir - - - - -Air0 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudAir - - - - - -XPLevel -20.000000 -9.000000 -81.000000,10.000000,0.000000 -HudXPLevel - - - - - -Normal - -stop - - -ScaleSmall - -stop - - -ScaleLarge - -stop - - - - - - -HudScaleGroup -Scale -Position - - -0 -3.000000,3.000000,3.000000 -0.000038,3.000057,0.000000 - - - -0 -2.000000,2.000000,2.000000 -90.999992,46.000057,0.000000 - - - -0 -4.000000,4.000000,4.000000 --90.999962,-43.999943,0.000000 - - - - - - - - -Normal - -stop - - -ScaleSmall - -stop - - -ScaleLarge - -stop - - - -Crosshair -Scale -Position - - -0 -3.000000,3.000000,3.000000 -616.000000,336.000000,0.000000 - - - -0 -2.000000,2.000000,2.000000 -624.000000,344.000000,0.000000 - - - -0 -4.000000,4.000000,1.000000 -610.000000,330.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + HUDScene + 1280.000000 + 720.000000 + CXuiSceneHud + XuiBlankScene + + + + + Normal + + stop + + + ScaleSmall + + stop + + + ScaleLarge + + stop + + + + Crosshair + + + none + 1 + 0 + + + + none + 64 + 68 + + + + none + 69 + 70 + + + + + + Crosshair + 15.000000 + 15.000000 + 616.000000,336.000000,0.000000 + 3.000000,3.000000,3.000000 + HudCrosshair + + + + + HudHolder + 548.000000 + 150.000000 + 366.000031,480.000000,0.000000 + + + + HudGroup + 548.000000 + 150.000000 + + + + HudScaleGroup + + + none + 1 + 3 + + + + none + 64 + 65 + + + + none + 66 + 67 + + + + + + HudScaleGroup + 182.000000 + 54.000000 + 0.000038,3.000057,0.000000 + 3.000000,3.000000,3.000000 + + + + + Normal + + stop + + + ScaleSmall + + stop + + + ScaleLarge + + stop + + + + + + Hotbar + 182.000000 + 24.000000 + 0.000000,26.000000,0.000000 + + + + Box + 182.000000 + 22.000000 + 0.000000,1.000000,0.000000 + 15 + HUDHotBarBack + + + + + Inventory1 + 24.000000 + 24.000000 + -0.999939,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory2 + 24.000000 + 24.000000 + 19.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory3 + 24.000000 + 24.000000 + 39.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory4 + 24.000000 + 24.000000 + 59.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory5 + 24.000000 + 24.000000 + 79.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory6 + 24.000000 + 24.000000 + 99.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory7 + 24.000000 + 24.000000 + 119.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory8 + 24.000000 + 24.000000 + 139.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory9 + 24.000000 + 24.000000 + 159.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + + ExperienceProgress + 182.000000 + 5.000000 + 0.000031,20.000031,0.000000 + ExperienceProgress + 200 + + + + + HorseJumpProgress + 182.000000 + 5.000000 + 0.000031,20.000031,0.000000 + HorseJumpProgress + 200 + + + + + Armour + 81.000000 + 9.000000 + + + + Armour0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudArmour + + + + + Armour1 + 9.000000 + 9.000000 + 8.000031,0.000061,0.000000 + HudArmour + + + + + Armour2 + 9.000000 + 9.000000 + 16.000029,0.000061,0.000000 + HudArmour + + + + + Armour3 + 9.000000 + 9.000000 + 24.000027,0.000061,0.000000 + HudArmour + + + + + Armour4 + 9.000000 + 9.000000 + 32.000027,0.000061,0.000000 + HudArmour + + + + + Armour5 + 9.000000 + 9.000000 + 40.000027,0.000061,0.000000 + HudArmour + + + + + Armour6 + 9.000000 + 9.000000 + 48.000023,0.000061,0.000000 + HudArmour + + + + + Armour7 + 9.000000 + 9.000000 + 56.000023,0.000061,0.000000 + HudArmour + + + + + Armour8 + 9.000000 + 9.000000 + 64.000023,0.000061,0.000000 + HudArmour + + + + + Armour9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudArmour + + + + + + HealthAbsorb + 81.000000 + 9.000000 + + + + Health0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + Health + 81.000000 + 9.000000 + 0.000000,10.000031,0.000000 + + + + Health0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + HorseHealth + 81.000000 + 19.000000 + 101.000000,0.000000,0.000000 + + + + Health9 + 9.000000 + 9.000000 + 0.000031,10.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 8.000000,10.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 16.000000,10.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 24.000000,10.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 32.000000,10.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 40.000000,10.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 48.000000,10.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 56.000000,10.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 64.000000,10.000061,0.000000 + HudHealth + + + + + Health0 + 9.000000 + 9.000000 + 72.000031,10.000061,0.000000 + HudHealth + + + + + Health19 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health18 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health17 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health16 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health15 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health14 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health13 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health12 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health11 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health10 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + Food + 81.000000 + 9.000000 + 101.000031,10.000031,0.000000 + + + + Food9 + 9.000000 + 9.000000 + 0.000000,0.000061,0.000000 + HudFood + + + + + Food8 + 9.000000 + 9.000000 + 7.999992,0.000061,0.000000 + HudFood + + + + + Food7 + 9.000000 + 9.000000 + 15.999992,0.000061,0.000000 + HudFood + + + + + Food6 + 9.000000 + 9.000000 + 23.999992,0.000061,0.000000 + HudFood + + + + + Food5 + 9.000000 + 9.000000 + 31.999996,0.000061,0.000000 + HudFood + + + + + Food4 + 9.000000 + 9.000000 + 39.999996,0.000061,0.000000 + HudFood + + + + + Food3 + 9.000000 + 9.000000 + 47.999996,0.000061,0.000000 + HudFood + + + + + Food2 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudFood + + + + + Food1 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudFood + + + + + Food0 + 9.000000 + 9.000000 + 72.000000,0.000061,0.000000 + HudFood + + + + + + Air + 81.000000 + 9.000000 + 101.000031,0.000000,0.000000 + + + + Air9 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudAir + + + + + Air8 + 9.000000 + 9.000000 + 8.000031,0.000061,0.000000 + HudAir + + + + + Air7 + 9.000000 + 9.000000 + 16.000031,0.000061,0.000000 + HudAir + + + + + Air6 + 9.000000 + 9.000000 + 24.000031,0.000061,0.000000 + HudAir + + + + + Air5 + 9.000000 + 9.000000 + 32.000031,0.000061,0.000000 + HudAir + + + + + Air4 + 9.000000 + 9.000000 + 40.000031,0.000061,0.000000 + HudAir + + + + + Air3 + 9.000000 + 9.000000 + 48.000031,0.000061,0.000000 + HudAir + + + + + Air2 + 9.000000 + 9.000000 + 56.000031,0.000061,0.000000 + HudAir + + + + + Air1 + 9.000000 + 9.000000 + 64.000031,0.000061,0.000000 + HudAir + + + + + Air0 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudAir + + + + + + XPLevel + 20.000000 + 9.000000 + 81.000000,10.000000,0.000000 + HudXPLevel + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_hud_480.xui b/Minecraft.Client/Common/Media/xuiscene_hud_480.xui index c4903a5a..398e005d 100644 --- a/Minecraft.Client/Common/Media/xuiscene_hud_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_hud_480.xui @@ -1,948 +1,944 @@ - -640.000000 -480.000000 - - - -HUDScene -640.000000 -480.000000 -CXuiSceneHud -XuiBlankScene - - - -Crosshair -15.000000 -15.000000 -306.000031,226.000015,0.000000 -2.000000,2.000000,1.000000 -HudCrosshair - - - - -HudHolder -273.000000 -81.000000 -183.500015,336.000000,0.000000 - - - -HudGroup -273.000000 -81.000000 - - - -HudScaleGroup -182.000000 -54.000000 --45.000000,-17.999977,0.000000 -2.000000,2.000000,1.000000 - - - -Hotbar -182.000000 -24.000000 -0.000000,26.000000,0.000000 - - - -Box -182.000000 -22.000000 -0.000000,1.000000,0.000000 -15 -HUDHotBarBack - - - - -Inventory1 -24.000000 -24.000000 --0.999939,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory2 -24.000000 -24.000000 -19.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory3 -24.000000 -24.000000 -39.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory4 -24.000000 -24.000000 -59.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory5 -24.000000 -24.000000 -79.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory6 -24.000000 -24.000000 -99.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory7 -24.000000 -24.000000 -119.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory8 -24.000000 -24.000000 -139.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory9 -24.000000 -24.000000 -159.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - - -ExperienceProgress -182.000000 -5.000000 -0.000031,20.000031,0.000000 -ExperienceProgress -200 - - - - -HorseJumpProgress -182.000000 -5.000000 -0.000031,20.000031,0.000000 -HorseJumpProgress -200 - - - - -Armour -81.000000 -9.000000 - - - -Armour0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudArmour - - - - -Armour1 -9.000000 -9.000000 -8.000031,0.000061,0.000000 -HudArmour - - - - -Armour2 -9.000000 -9.000000 -16.000029,0.000061,0.000000 -HudArmour - - - - -Armour3 -9.000000 -9.000000 -24.000027,0.000061,0.000000 -HudArmour - - - - -Armour4 -9.000000 -9.000000 -32.000027,0.000061,0.000000 -HudArmour - - - - -Armour5 -9.000000 -9.000000 -40.000027,0.000061,0.000000 -HudArmour - - - - -Armour6 -9.000000 -9.000000 -48.000023,0.000061,0.000000 -HudArmour - - - - -Armour7 -9.000000 -9.000000 -56.000023,0.000061,0.000000 -HudArmour - - - - -Armour8 -9.000000 -9.000000 -64.000023,0.000061,0.000000 -HudArmour - - - - -Armour9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudArmour - - - - - -HealthAbsorb -81.000000 -9.000000 - - - -Health0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -Health -81.000000 -9.000000 -0.000000,10.000031,0.000000 - - - -Health0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -HorseHealth -81.000000 -19.000000 -101.000000,0.000000,0.000000 - - - -Health9 -9.000000 -9.000000 -0.000031,10.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -8.000000,10.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -16.000000,10.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -24.000000,10.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -32.000000,10.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -40.000000,10.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -48.000000,10.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -56.000000,10.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -64.000000,10.000061,0.000000 -HudHealth - - - - -Health0 -9.000000 -9.000000 -72.000031,10.000061,0.000000 -HudHealth - - - - -Health19 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health18 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health17 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health16 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health15 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health14 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health13 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health12 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health11 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health10 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -Food -81.000000 -9.000000 -101.000031,10.000031,0.000000 - - - -Food9 -9.000000 -9.000000 -0.000000,0.000061,0.000000 -HudFood - - - - -Food8 -9.000000 -9.000000 -7.999992,0.000061,0.000000 -HudFood - - - - -Food7 -9.000000 -9.000000 -15.999992,0.000061,0.000000 -HudFood - - - - -Food6 -9.000000 -9.000000 -23.999992,0.000061,0.000000 -HudFood - - - - -Food5 -9.000000 -9.000000 -31.999996,0.000061,0.000000 -HudFood - - - - -Food4 -9.000000 -9.000000 -39.999996,0.000061,0.000000 -HudFood - - - - -Food3 -9.000000 -9.000000 -47.999996,0.000061,0.000000 -HudFood - - - - -Food2 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudFood - - - - -Food1 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudFood - - - - -Food0 -9.000000 -9.000000 -72.000000,0.000061,0.000000 -HudFood - - - - - -Air -81.000000 -9.000000 -101.000031,0.000000,0.000000 - - - -Air9 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudAir - - - - -Air8 -9.000000 -9.000000 -8.000031,0.000061,0.000000 -HudAir - - - - -Air7 -9.000000 -9.000000 -16.000031,0.000061,0.000000 -HudAir - - - - -Air6 -9.000000 -9.000000 -24.000031,0.000061,0.000000 -HudAir - - - - -Air5 -9.000000 -9.000000 -32.000031,0.000061,0.000000 -HudAir - - - - -Air4 -9.000000 -9.000000 -40.000031,0.000061,0.000000 -HudAir - - - - -Air3 -9.000000 -9.000000 -48.000031,0.000061,0.000000 -HudAir - - - - -Air2 -9.000000 -9.000000 -56.000031,0.000061,0.000000 -HudAir - - - - -Air1 -9.000000 -9.000000 -64.000031,0.000061,0.000000 -HudAir - - - - -Air0 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudAir - - - - - -XPLevel -20.000000 -9.000000 -81.000000,10.000000,0.000000 -HudXPLevel - - - - - -Normal - -stop - - -ScaleSmall - -stop - - -ScaleLarge - -stop - - - - - - -HudScaleGroup -Scale -Position - - -0 -2.000000,2.000000,1.000000 --45.000000,-17.999977,0.000000 - - - -0 -1.500000,1.500000,1.000000 -0.000011,8.000023,0.000000 - - - -0 -2.500000,2.500000,1.000000 --90.999985,-41.999977,0.000000 - - - - - - - - -Normal - -stop - - -ScaleSmall - -stop - - -ScaleLarge - -stop - - - -Crosshair -Scale -Position - - -0 -2.000000,2.000000,1.000000 -306.000031,226.000015,0.000000 - - - -0 -1.000000,1.000000,1.000000 -312.000000,232.000000,0.000000 - - - -0 -3.000000,3.000000,1.000000 -298.000000,218.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + HUDScene + 640.000000 + 480.000000 + CXuiSceneHud + XuiBlankScene + + + + + Normal + + stop + + + ScaleSmall + + stop + + + ScaleLarge + + stop + + + + Crosshair + + + none + 1 + 0 + + + + none + 68 + 69 + + + + none + 70 + 71 + + + + + + Crosshair + 15.000000 + 15.000000 + 306.000031,226.000015,0.000000 + 2.000000,2.000000,1.000000 + HudCrosshair + + + + + HudHolder + 273.000000 + 81.000000 + 183.500015,336.000000,0.000000 + + + + HudGroup + 273.000000 + 81.000000 + + + + HudScaleGroup + + + none + 1 + 3 + + + + none + 64 + 65 + + + + none + 66 + 67 + + + + + + HudScaleGroup + 182.000000 + 54.000000 + -45.000000,-17.999977,0.000000 + 2.000000,2.000000,1.000000 + + + + + Normal + + stop + + + ScaleSmall + + stop + + + ScaleLarge + + stop + + + + + + Hotbar + 182.000000 + 24.000000 + 0.000000,26.000000,0.000000 + + + + Box + 182.000000 + 22.000000 + 0.000000,1.000000,0.000000 + 15 + HUDHotBarBack + + + + + Inventory1 + 24.000000 + 24.000000 + -0.999939,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory2 + 24.000000 + 24.000000 + 19.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory3 + 24.000000 + 24.000000 + 39.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory4 + 24.000000 + 24.000000 + 59.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory5 + 24.000000 + 24.000000 + 79.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory6 + 24.000000 + 24.000000 + 99.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory7 + 24.000000 + 24.000000 + 119.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory8 + 24.000000 + 24.000000 + 139.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory9 + 24.000000 + 24.000000 + 159.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + + ExperienceProgress + 182.000000 + 5.000000 + 0.000031,20.000031,0.000000 + ExperienceProgress + 200 + + + + + HorseJumpProgress + 182.000000 + 5.000000 + 0.000031,20.000031,0.000000 + HorseJumpProgress + 200 + + + + + Armour + 81.000000 + 9.000000 + + + + Armour0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudArmour + + + + + Armour1 + 9.000000 + 9.000000 + 8.000031,0.000061,0.000000 + HudArmour + + + + + Armour2 + 9.000000 + 9.000000 + 16.000029,0.000061,0.000000 + HudArmour + + + + + Armour3 + 9.000000 + 9.000000 + 24.000027,0.000061,0.000000 + HudArmour + + + + + Armour4 + 9.000000 + 9.000000 + 32.000027,0.000061,0.000000 + HudArmour + + + + + Armour5 + 9.000000 + 9.000000 + 40.000027,0.000061,0.000000 + HudArmour + + + + + Armour6 + 9.000000 + 9.000000 + 48.000023,0.000061,0.000000 + HudArmour + + + + + Armour7 + 9.000000 + 9.000000 + 56.000023,0.000061,0.000000 + HudArmour + + + + + Armour8 + 9.000000 + 9.000000 + 64.000023,0.000061,0.000000 + HudArmour + + + + + Armour9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudArmour + + + + + + HealthAbsorb + 81.000000 + 9.000000 + + + + Health0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + Health + 81.000000 + 9.000000 + 0.000000,10.000031,0.000000 + + + + Health0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + HorseHealth + 81.000000 + 19.000000 + 101.000000,0.000000,0.000000 + + + + Health9 + 9.000000 + 9.000000 + 0.000031,10.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 8.000000,10.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 16.000000,10.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 24.000000,10.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 32.000000,10.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 40.000000,10.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 48.000000,10.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 56.000000,10.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 64.000000,10.000061,0.000000 + HudHealth + + + + + Health0 + 9.000000 + 9.000000 + 72.000031,10.000061,0.000000 + HudHealth + + + + + Health19 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health18 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health17 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health16 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health15 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health14 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health13 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health12 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health11 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health10 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + Food + 81.000000 + 9.000000 + 101.000031,10.000031,0.000000 + + + + Food9 + 9.000000 + 9.000000 + 0.000000,0.000061,0.000000 + HudFood + + + + + Food8 + 9.000000 + 9.000000 + 7.999992,0.000061,0.000000 + HudFood + + + + + Food7 + 9.000000 + 9.000000 + 15.999992,0.000061,0.000000 + HudFood + + + + + Food6 + 9.000000 + 9.000000 + 23.999992,0.000061,0.000000 + HudFood + + + + + Food5 + 9.000000 + 9.000000 + 31.999996,0.000061,0.000000 + HudFood + + + + + Food4 + 9.000000 + 9.000000 + 39.999996,0.000061,0.000000 + HudFood + + + + + Food3 + 9.000000 + 9.000000 + 47.999996,0.000061,0.000000 + HudFood + + + + + Food2 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudFood + + + + + Food1 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudFood + + + + + Food0 + 9.000000 + 9.000000 + 72.000000,0.000061,0.000000 + HudFood + + + + + + Air + 81.000000 + 9.000000 + 101.000031,0.000000,0.000000 + + + + Air9 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudAir + + + + + Air8 + 9.000000 + 9.000000 + 8.000031,0.000061,0.000000 + HudAir + + + + + Air7 + 9.000000 + 9.000000 + 16.000031,0.000061,0.000000 + HudAir + + + + + Air6 + 9.000000 + 9.000000 + 24.000031,0.000061,0.000000 + HudAir + + + + + Air5 + 9.000000 + 9.000000 + 32.000031,0.000061,0.000000 + HudAir + + + + + Air4 + 9.000000 + 9.000000 + 40.000031,0.000061,0.000000 + HudAir + + + + + Air3 + 9.000000 + 9.000000 + 48.000031,0.000061,0.000000 + HudAir + + + + + Air2 + 9.000000 + 9.000000 + 56.000031,0.000061,0.000000 + HudAir + + + + + Air1 + 9.000000 + 9.000000 + 64.000031,0.000061,0.000000 + HudAir + + + + + Air0 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudAir + + + + + + XPLevel + 20.000000 + 9.000000 + 81.000000,10.000000,0.000000 + HudXPLevel + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_hud_small.xui b/Minecraft.Client/Common/Media/xuiscene_hud_small.xui index b86761ce..10a5d2df 100644 --- a/Minecraft.Client/Common/Media/xuiscene_hud_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_hud_small.xui @@ -1,967 +1,962 @@ - -640.000000 -360.000000 - - - -HUDScene -640.000000 -360.000000 -CXuiSceneHud -XuiBlankScene - - - -Crosshair -15.000000 -15.000000 -304.000000,164.000000,0.000000 -2.000000,2.000000,1.000000 -HudCrosshair - - - - -HudHolder -273.000000 -81.000000 -182.000000,240.000000,0.000000 - - - -HudGroup -273.000000 -81.000000 - - - -HudScaleGroup -182.000000 -54.000000 -0.000015,8.000008,0.000000 -1.520000,1.520000,1.020000 - - - -Hotbar -182.000000 -24.000000 -0.000000,30.000000,0.000000 - - - -Box -182.000000 -22.000000 --0.000000,1.000000,0.000000 -15 -HUDHotBarBack - - - - -Inventory1 -24.000000 -24.000000 --0.999939,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory2 -24.000000 -24.000000 -19.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory3 -24.000000 -24.000000 -39.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory4 -24.000000 -24.000000 -59.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory5 -24.000000 -24.000000 -79.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory6 -24.000000 -24.000000 -99.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory7 -24.000000 -24.000000 -119.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory8 -24.000000 -24.000000 -139.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - -Inventory9 -24.000000 -24.000000 -159.000061,0.000061,0.000000 -CXuiCtrlSlotItem -ItemHUDHotbar - - - - - -ExperienceProgress -182.000000 -5.000000 -0.000031,20.000031,0.000000 -ExperienceProgress -200 - - - - -HorseJumpProgress -182.000000 -5.000000 -0.000031,20.000031,0.000000 -HorseJumpProgress -200 - - - - -Armour -81.000000 -9.000000 - - - -Armour0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudArmour - - - - -Armour1 -9.000000 -9.000000 -8.000031,0.000061,0.000000 -HudArmour - - - - -Armour2 -9.000000 -9.000000 -16.000029,0.000061,0.000000 -HudArmour - - - - -Armour3 -9.000000 -9.000000 -24.000027,0.000061,0.000000 -HudArmour - - - - -Armour4 -9.000000 -9.000000 -32.000027,0.000061,0.000000 -HudArmour - - - - -Armour5 -9.000000 -9.000000 -40.000027,0.000061,0.000000 -HudArmour - - - - -Armour6 -9.000000 -9.000000 -48.000023,0.000061,0.000000 -HudArmour - - - - -Armour7 -9.000000 -9.000000 -56.000023,0.000061,0.000000 -HudArmour - - - - -Armour8 -9.000000 -9.000000 -64.000023,0.000061,0.000000 -HudArmour - - - - -Armour9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudArmour - - - - - -HealthAbsorb -81.000000 -9.000000 - - - -Health0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -Health -81.000000 -9.000000 -0.000000,10.000031,0.000000 - - - -Health0 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health9 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -HorseHealth -81.000000 -19.000000 -101.000000,0.000000,0.000000 - - - -Health9 -9.000000 -9.000000 -0.000031,10.000061,0.000000 -HudHealth - - - - -Health8 -9.000000 -9.000000 -8.000000,10.000061,0.000000 -HudHealth - - - - -Health7 -9.000000 -9.000000 -16.000000,10.000061,0.000000 -HudHealth - - - - -Health6 -9.000000 -9.000000 -24.000000,10.000061,0.000000 -HudHealth - - - - -Health5 -9.000000 -9.000000 -32.000000,10.000061,0.000000 -HudHealth - - - - -Health4 -9.000000 -9.000000 -40.000000,10.000061,0.000000 -HudHealth - - - - -Health3 -9.000000 -9.000000 -48.000000,10.000061,0.000000 -HudHealth - - - - -Health2 -9.000000 -9.000000 -56.000000,10.000061,0.000000 -HudHealth - - - - -Health1 -9.000000 -9.000000 -64.000000,10.000061,0.000000 -HudHealth - - - - -Health0 -9.000000 -9.000000 -72.000031,10.000061,0.000000 -HudHealth - - - - -Health19 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudHealth - - - - -Health18 -9.000000 -9.000000 -8.000000,0.000061,0.000000 -HudHealth - - - - -Health17 -9.000000 -9.000000 -16.000000,0.000061,0.000000 -HudHealth - - - - -Health16 -9.000000 -9.000000 -24.000000,0.000061,0.000000 -HudHealth - - - - -Health15 -9.000000 -9.000000 -32.000000,0.000061,0.000000 -HudHealth - - - - -Health14 -9.000000 -9.000000 -40.000000,0.000061,0.000000 -HudHealth - - - - -Health13 -9.000000 -9.000000 -48.000000,0.000061,0.000000 -HudHealth - - - - -Health12 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudHealth - - - - -Health11 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudHealth - - - - -Health10 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudHealth - - - - - -Food -81.000000 -9.000000 -101.000031,10.000031,0.000000 - - - -Food9 -9.000000 -9.000000 -0.000000,0.000061,0.000000 -HudFood - - - - -Food8 -9.000000 -9.000000 -7.999992,0.000061,0.000000 -HudFood - - - - -Food7 -9.000000 -9.000000 -15.999992,0.000061,0.000000 -HudFood - - - - -Food6 -9.000000 -9.000000 -23.999992,0.000061,0.000000 -HudFood - - - - -Food5 -9.000000 -9.000000 -31.999996,0.000061,0.000000 -HudFood - - - - -Food4 -9.000000 -9.000000 -39.999996,0.000061,0.000000 -HudFood - - - - -Food3 -9.000000 -9.000000 -47.999996,0.000061,0.000000 -HudFood - - - - -Food2 -9.000000 -9.000000 -56.000000,0.000061,0.000000 -HudFood - - - - -Food1 -9.000000 -9.000000 -64.000000,0.000061,0.000000 -HudFood - - - - -Food0 -9.000000 -9.000000 -72.000000,0.000061,0.000000 -HudFood - - - - - -Air -81.000000 -9.000000 -101.000031,0.000000,0.000000 - - - -Air9 -9.000000 -9.000000 -0.000031,0.000061,0.000000 -HudAir - - - - -Air8 -9.000000 -9.000000 -8.000031,0.000061,0.000000 -HudAir - - - - -Air7 -9.000000 -9.000000 -16.000031,0.000061,0.000000 -HudAir - - - - -Air6 -9.000000 -9.000000 -24.000031,0.000061,0.000000 -HudAir - - - - -Air5 -9.000000 -9.000000 -32.000031,0.000061,0.000000 -HudAir - - - - -Air4 -9.000000 -9.000000 -40.000031,0.000061,0.000000 -HudAir - - - - -Air3 -9.000000 -9.000000 -48.000031,0.000061,0.000000 -HudAir - - - - -Air2 -9.000000 -9.000000 -56.000031,0.000061,0.000000 -HudAir - - - - -Air1 -9.000000 -9.000000 -64.000031,0.000061,0.000000 -HudAir - - - - -Air0 -9.000000 -9.000000 -72.000031,0.000061,0.000000 -HudAir - - - - - -XPLevel -20.000000 -9.000000 -81.000000,10.000000,0.000000 -HudXPLevel - - - - - -Normal - -stop - - -ScaleSmall - -stop - - -ScaleLarge - -stop - - - -Hotbar -Position - - -0 -0.000000,30.000000,0.000000 - - - -0 -0.000000,30.000000,0.000000 - - - -0 -0.000000,27.000000,0.000000 - - - - - - -HudScaleGroup -Scale -Position - - -0 -1.520000,1.520000,1.020000 -0.000015,8.000008,0.000000 - - - -0 -1.000000,1.000000,1.000000 -46.000015,2.000008,0.000000 - - - -0 -2.000000,2.000000,3.000000 --45.999969,-13.999992,0.000000 - - - - - - - - -Normal - -stop - - -ScaleSmall - -stop - - -ScaleLarge - -stop - - - -Crosshair -Scale -Position - - -0 -2.000000,2.000000,1.000000 -304.000000,164.000000,0.000000 - - - -0 -1.000000,1.000000,1.000000 -312.000000,172.000000,0.000000 - - - -0 -3.000000,3.000000,1.000000 -296.000000,156.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + HUDScene + 640.000000 + 360.000000 + CXuiSceneHud + XuiBlankScene + + + + + Normal + + stop + + + ScaleSmall + + stop + + + ScaleLarge + + stop + + + + Crosshair + + + none + 1 + 0 + + + + none + 66 + 70 + + + + none + 71 + 72 + + + + + + Crosshair + 15.000000 + 15.000000 + 304.000000,164.000000,0.000000 + 2.000000,2.000000,1.000000 + HudCrosshair + + + + + HudHolder + 273.000000 + 81.000000 + 182.000000,240.000000,0.000000 + + + + HudGroup + 273.000000 + 81.000000 + + + + HudScaleGroup + + + none + 4 + 3 + + + + none + 66 + 67 + + + + none + 68 + 69 + + + + + + HudScaleGroup + 182.000000 + 54.000000 + 0.000015,8.000008,0.000000 + 1.520000,1.520000,1.020000 + + + + + Normal + + stop + + + ScaleSmall + + stop + + + ScaleLarge + + stop + + + + Hotbar + + + none + 5 + + + + none + 5 + + + + none + 65 + + + + + + Hotbar + 182.000000 + 24.000000 + 0.000000,30.000000,0.000000 + + + + Box + 182.000000 + 22.000000 + -0.000000,1.000000,0.000000 + 15 + HUDHotBarBack + + + + + Inventory1 + 24.000000 + 24.000000 + -0.999939,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory2 + 24.000000 + 24.000000 + 19.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory3 + 24.000000 + 24.000000 + 39.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory4 + 24.000000 + 24.000000 + 59.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory5 + 24.000000 + 24.000000 + 79.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory6 + 24.000000 + 24.000000 + 99.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory7 + 24.000000 + 24.000000 + 119.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory8 + 24.000000 + 24.000000 + 139.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + Inventory9 + 24.000000 + 24.000000 + 159.000061,0.000061,0.000000 + CXuiCtrlSlotItem + ItemHUDHotbar + + + + + + ExperienceProgress + 182.000000 + 5.000000 + 0.000031,20.000031,0.000000 + ExperienceProgress + 200 + + + + + HorseJumpProgress + 182.000000 + 5.000000 + 0.000031,20.000031,0.000000 + HorseJumpProgress + 200 + + + + + Armour + 81.000000 + 9.000000 + + + + Armour0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudArmour + + + + + Armour1 + 9.000000 + 9.000000 + 8.000031,0.000061,0.000000 + HudArmour + + + + + Armour2 + 9.000000 + 9.000000 + 16.000029,0.000061,0.000000 + HudArmour + + + + + Armour3 + 9.000000 + 9.000000 + 24.000027,0.000061,0.000000 + HudArmour + + + + + Armour4 + 9.000000 + 9.000000 + 32.000027,0.000061,0.000000 + HudArmour + + + + + Armour5 + 9.000000 + 9.000000 + 40.000027,0.000061,0.000000 + HudArmour + + + + + Armour6 + 9.000000 + 9.000000 + 48.000023,0.000061,0.000000 + HudArmour + + + + + Armour7 + 9.000000 + 9.000000 + 56.000023,0.000061,0.000000 + HudArmour + + + + + Armour8 + 9.000000 + 9.000000 + 64.000023,0.000061,0.000000 + HudArmour + + + + + Armour9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudArmour + + + + + + HealthAbsorb + 81.000000 + 9.000000 + + + + Health0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + Health + 81.000000 + 9.000000 + 0.000000,10.000031,0.000000 + + + + Health0 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health9 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + HorseHealth + 81.000000 + 19.000000 + 101.000000,0.000000,0.000000 + + + + Health9 + 9.000000 + 9.000000 + 0.000031,10.000061,0.000000 + HudHealth + + + + + Health8 + 9.000000 + 9.000000 + 8.000000,10.000061,0.000000 + HudHealth + + + + + Health7 + 9.000000 + 9.000000 + 16.000000,10.000061,0.000000 + HudHealth + + + + + Health6 + 9.000000 + 9.000000 + 24.000000,10.000061,0.000000 + HudHealth + + + + + Health5 + 9.000000 + 9.000000 + 32.000000,10.000061,0.000000 + HudHealth + + + + + Health4 + 9.000000 + 9.000000 + 40.000000,10.000061,0.000000 + HudHealth + + + + + Health3 + 9.000000 + 9.000000 + 48.000000,10.000061,0.000000 + HudHealth + + + + + Health2 + 9.000000 + 9.000000 + 56.000000,10.000061,0.000000 + HudHealth + + + + + Health1 + 9.000000 + 9.000000 + 64.000000,10.000061,0.000000 + HudHealth + + + + + Health0 + 9.000000 + 9.000000 + 72.000031,10.000061,0.000000 + HudHealth + + + + + Health19 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudHealth + + + + + Health18 + 9.000000 + 9.000000 + 8.000000,0.000061,0.000000 + HudHealth + + + + + Health17 + 9.000000 + 9.000000 + 16.000000,0.000061,0.000000 + HudHealth + + + + + Health16 + 9.000000 + 9.000000 + 24.000000,0.000061,0.000000 + HudHealth + + + + + Health15 + 9.000000 + 9.000000 + 32.000000,0.000061,0.000000 + HudHealth + + + + + Health14 + 9.000000 + 9.000000 + 40.000000,0.000061,0.000000 + HudHealth + + + + + Health13 + 9.000000 + 9.000000 + 48.000000,0.000061,0.000000 + HudHealth + + + + + Health12 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudHealth + + + + + Health11 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudHealth + + + + + Health10 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudHealth + + + + + + Food + 81.000000 + 9.000000 + 101.000031,10.000031,0.000000 + + + + Food9 + 9.000000 + 9.000000 + 0.000000,0.000061,0.000000 + HudFood + + + + + Food8 + 9.000000 + 9.000000 + 7.999992,0.000061,0.000000 + HudFood + + + + + Food7 + 9.000000 + 9.000000 + 15.999992,0.000061,0.000000 + HudFood + + + + + Food6 + 9.000000 + 9.000000 + 23.999992,0.000061,0.000000 + HudFood + + + + + Food5 + 9.000000 + 9.000000 + 31.999996,0.000061,0.000000 + HudFood + + + + + Food4 + 9.000000 + 9.000000 + 39.999996,0.000061,0.000000 + HudFood + + + + + Food3 + 9.000000 + 9.000000 + 47.999996,0.000061,0.000000 + HudFood + + + + + Food2 + 9.000000 + 9.000000 + 56.000000,0.000061,0.000000 + HudFood + + + + + Food1 + 9.000000 + 9.000000 + 64.000000,0.000061,0.000000 + HudFood + + + + + Food0 + 9.000000 + 9.000000 + 72.000000,0.000061,0.000000 + HudFood + + + + + + Air + 81.000000 + 9.000000 + 101.000031,0.000000,0.000000 + + + + Air9 + 9.000000 + 9.000000 + 0.000031,0.000061,0.000000 + HudAir + + + + + Air8 + 9.000000 + 9.000000 + 8.000031,0.000061,0.000000 + HudAir + + + + + Air7 + 9.000000 + 9.000000 + 16.000031,0.000061,0.000000 + HudAir + + + + + Air6 + 9.000000 + 9.000000 + 24.000031,0.000061,0.000000 + HudAir + + + + + Air5 + 9.000000 + 9.000000 + 32.000031,0.000061,0.000000 + HudAir + + + + + Air4 + 9.000000 + 9.000000 + 40.000031,0.000061,0.000000 + HudAir + + + + + Air3 + 9.000000 + 9.000000 + 48.000031,0.000061,0.000000 + HudAir + + + + + Air2 + 9.000000 + 9.000000 + 56.000031,0.000061,0.000000 + HudAir + + + + + Air1 + 9.000000 + 9.000000 + 64.000031,0.000061,0.000000 + HudAir + + + + + Air0 + 9.000000 + 9.000000 + 72.000031,0.000061,0.000000 + HudAir + + + + + + XPLevel + 20.000000 + 9.000000 + 81.000000,10.000000,0.000000 + HudXPLevel + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingame_host_options.xui b/Minecraft.Client/Common/Media/xuiscene_ingame_host_options.xui index 0555a0b9..dacaf87e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingame_host_options.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingame_host_options.xui @@ -1,155 +1,155 @@ - -1280.000000 -720.000000 - - - -InGameHostOptions -454.666687 -435.000000 -412.666718,140.000031,0.000000 -CScene_InGameHostOptions -XuiScene -GameOptions\CheckboxFireSpreads -2 - - - -GameOptions -450.000000 -411.000000 -0.000000,16.000000,0.000000 -2 -XuiBlankScene - - - -CheckboxNaturalRegen -402.000000 -34.000000 -22.000000,274.000000,0.000000 -2 -XuiCheckbox -CheckboxTileDrops -ButtonTeleportToPlayer -ButtonTeleportToPlayer - - - - -CheckboxTileDrops -402.000000 -34.000000 -22.000000,240.000000,0.000000 -2 -XuiCheckbox -CheckboxMobLoot -CheckboxNaturalRegen - - - - -CheckboxMobLoot -402.000000 -34.000000 -22.000000,204.000000,0.000000 -2 -XuiCheckbox -CheckboxMobGriefing -CheckboxTileDrops - - - - -CheckboxMobGriefing -402.000000 -34.000000 -22.000000,170.000000,0.000000 -2 -XuiCheckbox -CheckboxMobSpawning -CheckboxMobLoot - - - - -CheckboxMobSpawning -402.000000 -34.000000 -22.000000,136.000000,0.000000 -2 -XuiCheckbox -CheckboxKeepInventory -CheckboxMobGriefing - - - - -CheckboxKeepInventory -402.000000 -34.000000 -22.000000,102.000000,0.000000 -2 -XuiCheckbox -CheckboxDaylightCycle -CheckboxMobSpawning - - - - -CheckboxDaylightCycle -402.000000 -34.000000 -22.000000,68.000000,0.000000 -2 -XuiCheckbox -CheckboxTNT -CheckboxKeepInventory - - - - -CheckboxTNT -402.000000 -34.000000 -22.000000,34.000000,0.000000 -2 -XuiCheckbox -CheckboxFireSpreads -CheckboxDaylightCycle - - - - -CheckboxFireSpreads -402.000000 -34.000000 -22.000000,1.000000,0.000000 -2 -XuiCheckbox -CheckboxTNT - - - - -ButtonTeleportToPlayer -412.000000 -40.000000 -21.000000,311.000000,0.000000 -CheckboxNaturalRegen -ButtonTeleportPlayerToMe - - - - -ButtonTeleportPlayerToMe -412.000000 -40.000000 -21.000000,360.000000,0.000000 -ButtonTeleportToPlayer - - - - + + 1280.000000 + 720.000000 + + + + InGameHostOptions + 454.666687 + 435.000000 + 412.666718,140.000031,0.000000 + CScene_InGameHostOptions + XuiScene + GameOptions\CheckboxFireSpreads + 2 + + + + GameOptions + 450.000000 + 411.000000 + 0.000000,16.000000,0.000000 + 2 + XuiBlankScene + + + + CheckboxNaturalRegen + 402.000000 + 34.000000 + 22.000000,274.000000,0.000000 + 2 + XuiCheckbox + CheckboxTileDrops + ButtonTeleportToPlayer + ButtonTeleportToPlayer + + + + + CheckboxTileDrops + 402.000000 + 34.000000 + 22.000000,240.000000,0.000000 + 2 + XuiCheckbox + CheckboxMobLoot + CheckboxNaturalRegen + + + + + CheckboxMobLoot + 402.000000 + 34.000000 + 22.000000,204.000000,0.000000 + 2 + XuiCheckbox + CheckboxMobGriefing + CheckboxTileDrops + + + + + CheckboxMobGriefing + 402.000000 + 34.000000 + 22.000000,170.000000,0.000000 + 2 + XuiCheckbox + CheckboxMobSpawning + CheckboxMobLoot + + + + + CheckboxMobSpawning + 402.000000 + 34.000000 + 22.000000,136.000000,0.000000 + 2 + XuiCheckbox + CheckboxKeepInventory + CheckboxMobGriefing + + + + + CheckboxKeepInventory + 402.000000 + 34.000000 + 22.000000,102.000000,0.000000 + 2 + XuiCheckbox + CheckboxDaylightCycle + CheckboxMobSpawning + + + + + CheckboxDaylightCycle + 402.000000 + 34.000000 + 22.000000,68.000000,0.000000 + 2 + XuiCheckbox + CheckboxTNT + CheckboxKeepInventory + + + + + CheckboxTNT + 402.000000 + 34.000000 + 22.000000,34.000000,0.000000 + 2 + XuiCheckbox + CheckboxFireSpreads + CheckboxDaylightCycle + + + + + CheckboxFireSpreads + 402.000000 + 34.000000 + 22.000000,1.000000,0.000000 + 2 + XuiCheckbox + CheckboxTNT + + + + + ButtonTeleportToPlayer + 412.000000 + 40.000000 + 21.000000,311.000000,0.000000 + CheckboxNaturalRegen + ButtonTeleportPlayerToMe + + + + + ButtonTeleportPlayerToMe + 412.000000 + 40.000000 + 21.000000,360.000000,0.000000 + ButtonTeleportToPlayer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_480.xui b/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_480.xui index 130658ed..527f8407 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_480.xui @@ -1,154 +1,154 @@ - -640.000000 -480.000000 - - - -InGameHostOptions -440.000000 -330.000000 -100.000038,75.000000,0.000000 -CScene_InGameHostOptions -GraphicPanel -GameOptions\CheckboxFireSpreads - - - -GameOptions -440.000000 -330.000000 -2 -XuiBlankScene - - - -CheckboxNaturalRegen -402.000000 -24.000000 -15.000016,206.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTileDrops -ButtonTeleportToPlayer - - - - -CheckboxTileDrops -402.000000 -24.000000 -15.000016,182.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxMobLoot -CheckboxNaturalRegen - - - - -CheckboxMobLoot -402.000000 -24.000000 -15.000016,158.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxMobGriefing -CheckboxTileDrops - - - - -CheckboxMobGriefing -402.000000 -24.000000 -15.000016,134.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxMobSpawning -CheckboxMobLoot - - - - -CheckboxMobSpawning -402.000000 -24.000000 -15.000016,110.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxKeepInventory -CheckboxMobGriefing - - - - -CheckboxKeepInventory -402.000000 -24.000000 -15.000016,86.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxDaylightCycle -CheckboxMobSpawning - - - - -CheckboxDaylightCycle -402.000000 -24.000000 -15.000016,62.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTNT -CheckboxKeepInventory - - - - -CheckboxTNT -402.000000 -24.000000 -15.000016,38.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxFireSpreads -CheckboxDaylightCycle - - - - -CheckboxFireSpreads -402.000000 -24.000000 -15.000016,14.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTNT - - - - -ButtonTeleportToPlayer -410.000000 -36.000000 -15.000020,232.000000,0.000000 -XuiMainMenuButton_L_Thin -CheckboxNaturalRegen -ButtonTeleportPlayerToMe - - - - -ButtonTeleportPlayerToMe -410.000000 -36.000000 -15.000020,276.000000,0.000000 -XuiMainMenuButton_L_Thin -ButtonTeleportToPlayer - - - - + + 640.000000 + 480.000000 + + + + InGameHostOptions + 440.000000 + 330.000000 + 100.000038,75.000000,0.000000 + CScene_InGameHostOptions + GraphicPanel + GameOptions\CheckboxFireSpreads + + + + GameOptions + 440.000000 + 330.000000 + 2 + XuiBlankScene + + + + CheckboxNaturalRegen + 402.000000 + 24.000000 + 15.000016,206.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTileDrops + ButtonTeleportToPlayer + + + + + CheckboxTileDrops + 402.000000 + 24.000000 + 15.000016,182.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxMobLoot + CheckboxNaturalRegen + + + + + CheckboxMobLoot + 402.000000 + 24.000000 + 15.000016,158.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxMobGriefing + CheckboxTileDrops + + + + + CheckboxMobGriefing + 402.000000 + 24.000000 + 15.000016,134.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxMobSpawning + CheckboxMobLoot + + + + + CheckboxMobSpawning + 402.000000 + 24.000000 + 15.000016,110.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxKeepInventory + CheckboxMobGriefing + + + + + CheckboxKeepInventory + 402.000000 + 24.000000 + 15.000016,86.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxDaylightCycle + CheckboxMobSpawning + + + + + CheckboxDaylightCycle + 402.000000 + 24.000000 + 15.000016,62.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTNT + CheckboxKeepInventory + + + + + CheckboxTNT + 402.000000 + 24.000000 + 15.000016,38.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxFireSpreads + CheckboxDaylightCycle + + + + + CheckboxFireSpreads + 402.000000 + 24.000000 + 15.000016,14.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTNT + + + + + ButtonTeleportToPlayer + 410.000000 + 36.000000 + 15.000020,232.000000,0.000000 + XuiMainMenuButton_L_Thin + CheckboxNaturalRegen + ButtonTeleportPlayerToMe + + + + + ButtonTeleportPlayerToMe + 410.000000 + 36.000000 + 15.000020,276.000000,0.000000 + XuiMainMenuButton_L_Thin + ButtonTeleportToPlayer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_small.xui b/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_small.xui index fc6a75e7..2d762932 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingame_host_options_small.xui @@ -1,154 +1,154 @@ - -640.000000 -360.000000 - - - -InGameHostOptions -440.000000 -330.000000 -100.000038,0.000000,0.000000 -CScene_InGameHostOptions -GraphicPanel -GameOptions\CheckboxFireSpreads - - - -GameOptions -440.000000 -330.000000 -2 -XuiBlankScene - - - -CheckboxNaturalRegen -402.000000 -24.000000 -15.000016,206.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTileDrops -ButtonTeleportToPlayer - - - - -CheckboxTileDrops -402.000000 -24.000000 -15.000016,182.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxMobLoot -CheckboxNaturalRegen - - - - -CheckboxMobLoot -402.000000 -24.000000 -15.000016,158.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxMobGriefing -CheckboxTileDrops - - - - -CheckboxMobGriefing -402.000000 -24.000000 -15.000016,134.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxMobSpawning -CheckboxMobLoot - - - - -CheckboxMobSpawning -402.000000 -24.000000 -15.000016,110.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxKeepInventory -CheckboxMobGriefing - - - - -CheckboxKeepInventory -402.000000 -24.000000 -15.000016,86.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxDaylightCycle -CheckboxMobSpawning - - - - -CheckboxDaylightCycle -402.000000 -24.000000 -15.000016,62.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTNT -CheckboxKeepInventory - - - - -CheckboxTNT -402.000000 -24.000000 -15.000016,38.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxFireSpreads -CheckboxDaylightCycle - - - - -CheckboxFireSpreads -402.000000 -24.000000 -15.000016,14.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTNT - - - - -ButtonTeleportToPlayer -410.000000 -36.000000 -15.000020,232.000000,0.000000 -XuiMainMenuButton_L_Thin -CheckboxNaturalRegen -ButtonTeleportPlayerToMe - - - - -ButtonTeleportPlayerToMe -410.000000 -36.000000 -15.000020,276.000000,0.000000 -XuiMainMenuButton_L_Thin -ButtonTeleportToPlayer - - - - + + 640.000000 + 360.000000 + + + + InGameHostOptions + 440.000000 + 330.000000 + 100.000038,0.000000,0.000000 + CScene_InGameHostOptions + GraphicPanel + GameOptions\CheckboxFireSpreads + + + + GameOptions + 440.000000 + 330.000000 + 2 + XuiBlankScene + + + + CheckboxNaturalRegen + 402.000000 + 24.000000 + 15.000016,206.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTileDrops + ButtonTeleportToPlayer + + + + + CheckboxTileDrops + 402.000000 + 24.000000 + 15.000016,182.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxMobLoot + CheckboxNaturalRegen + + + + + CheckboxMobLoot + 402.000000 + 24.000000 + 15.000016,158.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxMobGriefing + CheckboxTileDrops + + + + + CheckboxMobGriefing + 402.000000 + 24.000000 + 15.000016,134.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxMobSpawning + CheckboxMobLoot + + + + + CheckboxMobSpawning + 402.000000 + 24.000000 + 15.000016,110.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxKeepInventory + CheckboxMobGriefing + + + + + CheckboxKeepInventory + 402.000000 + 24.000000 + 15.000016,86.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxDaylightCycle + CheckboxMobSpawning + + + + + CheckboxDaylightCycle + 402.000000 + 24.000000 + 15.000016,62.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTNT + CheckboxKeepInventory + + + + + CheckboxTNT + 402.000000 + 24.000000 + 15.000016,38.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxFireSpreads + CheckboxDaylightCycle + + + + + CheckboxFireSpreads + 402.000000 + 24.000000 + 15.000016,14.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTNT + + + + + ButtonTeleportToPlayer + 410.000000 + 36.000000 + 15.000020,232.000000,0.000000 + XuiMainMenuButton_L_Thin + CheckboxNaturalRegen + ButtonTeleportPlayerToMe + + + + + ButtonTeleportPlayerToMe + 410.000000 + 36.000000 + 15.000020,276.000000,0.000000 + XuiMainMenuButton_L_Thin + ButtonTeleportToPlayer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingame_player_options.xui b/Minecraft.Client/Common/Media/xuiscene_ingame_player_options.xui index 83767a9f..8c4c7d78 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingame_player_options.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingame_player_options.xui @@ -1,163 +1,163 @@ - -1280.000000 -720.000000 - - - -InGamePlayerOptions -450.000000 -470.000000 -414.000000,125.000000,0.000000 -CScene_InGamePlayerOptions -XuiScene -CheckboxBuildAndMine - - - -CheckboxHostInvisible -402.000000 -34.000000 -20.000000,362.000000,0.000000 -2 -XuiCheckbox -CheckboxHostHunger -ButtonKick - - - - -CheckboxHostHunger -402.000000 -34.000000 -20.000000,328.000000,0.000000 -2 -XuiCheckbox -CheckboxHostFly -CheckboxHostInvisible - - - - -CheckboxHostFly -402.000000 -34.000000 -20.000000,294.000000,0.000000 -2 -XuiCheckbox -CheckboxTeleport -CheckboxHostHunger - - - - -ButtonKick -412.000000 -40.000000 -20.000013,410.000000,0.000000 -CheckboxHostInvisible - - - - -CheckboxTeleport -402.000000 -34.000000 -20.000000,258.000000,0.000000 -2 -XuiCheckbox -CheckboxOp -CheckboxHostFly - - - - -CheckboxOp -402.000000 -34.000000 -20.000000,224.000000,0.000000 -2 -XuiCheckbox -CheckboxAttackAnimals -CheckboxTeleport - - - - -CheckboxAttackAnimals -402.000000 -34.000000 -20.000000,190.000000,0.000000 -2 -XuiCheckbox -CheckboxAttackPlayers -CheckboxOp - - - - -CheckboxAttackPlayers -402.000000 -34.000000 -20.000000,156.000000,0.000000 -2 -XuiCheckbox -CheckboxUseContainers -CheckboxAttackAnimals - - - - -CheckboxUseContainers -402.000000 -34.000000 -20.000000,122.000000,0.000000 -2 -XuiCheckbox -CheckboxUseDoorsAndSwitches -CheckboxAttackPlayers - - - - -CheckboxUseDoorsAndSwitches -402.000000 -34.000000 -20.000000,88.000000,0.000000 -2 -XuiCheckbox -CheckboxBuildAndMine -CheckboxUseContainers - - - - -CheckboxBuildAndMine -402.000000 -34.000000 -20.000000,54.000000,0.000000 -2 -XuiCheckbox -CheckboxUseDoorsAndSwitches - - - - -Gamertag -362.000000 -40.000000 -56.000000,14.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -Icon -40.000000 -40.000000 -16.000000,14.000000,0.000000 -PlayerColourIcon - - - + + 1280.000000 + 720.000000 + + + + InGamePlayerOptions + 450.000000 + 470.000000 + 414.000000,125.000000,0.000000 + CScene_InGamePlayerOptions + XuiScene + CheckboxBuildAndMine + + + + CheckboxHostInvisible + 402.000000 + 34.000000 + 20.000000,362.000000,0.000000 + 2 + XuiCheckbox + CheckboxHostHunger + ButtonKick + + + + + CheckboxHostHunger + 402.000000 + 34.000000 + 20.000000,328.000000,0.000000 + 2 + XuiCheckbox + CheckboxHostFly + CheckboxHostInvisible + + + + + CheckboxHostFly + 402.000000 + 34.000000 + 20.000000,294.000000,0.000000 + 2 + XuiCheckbox + CheckboxTeleport + CheckboxHostHunger + + + + + ButtonKick + 412.000000 + 40.000000 + 20.000013,410.000000,0.000000 + CheckboxHostInvisible + + + + + CheckboxTeleport + 402.000000 + 34.000000 + 20.000000,258.000000,0.000000 + 2 + XuiCheckbox + CheckboxOp + CheckboxHostFly + + + + + CheckboxOp + 402.000000 + 34.000000 + 20.000000,224.000000,0.000000 + 2 + XuiCheckbox + CheckboxAttackAnimals + CheckboxTeleport + + + + + CheckboxAttackAnimals + 402.000000 + 34.000000 + 20.000000,190.000000,0.000000 + 2 + XuiCheckbox + CheckboxAttackPlayers + CheckboxOp + + + + + CheckboxAttackPlayers + 402.000000 + 34.000000 + 20.000000,156.000000,0.000000 + 2 + XuiCheckbox + CheckboxUseContainers + CheckboxAttackAnimals + + + + + CheckboxUseContainers + 402.000000 + 34.000000 + 20.000000,122.000000,0.000000 + 2 + XuiCheckbox + CheckboxUseDoorsAndSwitches + CheckboxAttackPlayers + + + + + CheckboxUseDoorsAndSwitches + 402.000000 + 34.000000 + 20.000000,88.000000,0.000000 + 2 + XuiCheckbox + CheckboxBuildAndMine + CheckboxUseContainers + + + + + CheckboxBuildAndMine + 402.000000 + 34.000000 + 20.000000,54.000000,0.000000 + 2 + XuiCheckbox + CheckboxUseDoorsAndSwitches + + + + + Gamertag + 362.000000 + 40.000000 + 56.000000,14.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + Icon + 40.000000 + 40.000000 + 16.000000,14.000000,0.000000 + PlayerColourIcon + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_480.xui b/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_480.xui index afb11d7f..ce0b0290 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_480.xui @@ -1,164 +1,164 @@ - -640.000000 -480.000000 - - - -InGamePlayerOptions -450.000000 -335.000000 -95.000061,72.500015,0.000000 -CScene_InGamePlayerOptions -GraphicPanel -CheckboxBuildAndMine - - - -CheckboxHostInvisible -402.000000 -22.000000 -20.000000,258.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxHostHunger -ButtonKick - - - - -CheckboxHostHunger -402.000000 -22.000000 -20.000000,236.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxHostFly -CheckboxHostInvisible - - - - -CheckboxHostFly -402.000000 -22.000000 -20.000000,214.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTeleport -CheckboxHostHunger - - - - -ButtonKick -408.000000 -36.000000 -20.000013,284.000000,0.000000 -XuiMainMenuButton_L_Thin -CheckboxHostInvisible - - - - -CheckboxTeleport -402.000000 -22.000000 -20.000000,191.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxOp -CheckboxHostFly - - - - -CheckboxOp -402.000000 -22.000000 -20.000000,169.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxAttackAnimals -CheckboxTeleport - - - - -CheckboxAttackAnimals -402.000000 -22.000000 -20.000000,147.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxAttackPlayers -CheckboxOp - - - - -CheckboxAttackPlayers -402.000000 -22.000000 -20.000000,125.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxUseContainers -CheckboxAttackAnimals - - - - -CheckboxUseContainers -402.000000 -22.000000 -20.000000,103.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxUseDoorsAndSwitches -CheckboxAttackPlayers - - - - -CheckboxUseDoorsAndSwitches -402.000000 -22.000000 -20.000000,81.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxBuildAndMine -CheckboxUseContainers - - - - -CheckboxBuildAndMine -402.000000 -22.000000 -20.000000,59.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxUseDoorsAndSwitches - - - - -Gamertag -362.000000 -40.000000 -56.000000,14.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -Icon -40.000000 -40.000000 -16.000000,14.000000,0.000000 -PlayerColourIcon - - - + + 640.000000 + 480.000000 + + + + InGamePlayerOptions + 450.000000 + 335.000000 + 95.000061,72.500015,0.000000 + CScene_InGamePlayerOptions + GraphicPanel + CheckboxBuildAndMine + + + + CheckboxHostInvisible + 402.000000 + 22.000000 + 20.000000,258.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxHostHunger + ButtonKick + + + + + CheckboxHostHunger + 402.000000 + 22.000000 + 20.000000,236.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxHostFly + CheckboxHostInvisible + + + + + CheckboxHostFly + 402.000000 + 22.000000 + 20.000000,214.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTeleport + CheckboxHostHunger + + + + + ButtonKick + 408.000000 + 36.000000 + 20.000013,284.000000,0.000000 + XuiMainMenuButton_L_Thin + CheckboxHostInvisible + + + + + CheckboxTeleport + 402.000000 + 22.000000 + 20.000000,191.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxOp + CheckboxHostFly + + + + + CheckboxOp + 402.000000 + 22.000000 + 20.000000,169.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxAttackAnimals + CheckboxTeleport + + + + + CheckboxAttackAnimals + 402.000000 + 22.000000 + 20.000000,147.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxAttackPlayers + CheckboxOp + + + + + CheckboxAttackPlayers + 402.000000 + 22.000000 + 20.000000,125.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxUseContainers + CheckboxAttackAnimals + + + + + CheckboxUseContainers + 402.000000 + 22.000000 + 20.000000,103.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxUseDoorsAndSwitches + CheckboxAttackPlayers + + + + + CheckboxUseDoorsAndSwitches + 402.000000 + 22.000000 + 20.000000,81.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxBuildAndMine + CheckboxUseContainers + + + + + CheckboxBuildAndMine + 402.000000 + 22.000000 + 20.000000,59.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxUseDoorsAndSwitches + + + + + Gamertag + 362.000000 + 40.000000 + 56.000000,14.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + Icon + 40.000000 + 40.000000 + 16.000000,14.000000,0.000000 + PlayerColourIcon + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_small.xui b/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_small.xui index 8a35121f..de238a1b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingame_player_options_small.xui @@ -1,164 +1,164 @@ - -640.000000 -360.000000 - - - -InGamePlayerOptions -450.000000 -335.000000 -95.000061,-7.000000,0.000000 -CScene_InGamePlayerOptions -GraphicPanel -CheckboxBuildAndMine - - - -CheckboxHostInvisible -402.000000 -22.000000 -20.000000,258.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxHostHunger -ButtonKick - - - - -CheckboxHostHunger -402.000000 -22.000000 -20.000000,236.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxHostFly -CheckboxHostInvisible - - - - -CheckboxHostFly -402.000000 -22.000000 -20.000000,214.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxTeleport -CheckboxHostHunger - - - - -ButtonKick -410.000000 -36.000000 -20.000000,284.000000,0.000000 -XuiMainMenuButton_L_Thin -CheckboxHostInvisible - - - - -CheckboxTeleport -402.000000 -22.000000 -20.000000,191.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxOp -CheckboxHostFly - - - - -CheckboxOp -402.000000 -22.000000 -20.000000,169.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxAttackAnimals -CheckboxTeleport - - - - -CheckboxAttackAnimals -402.000000 -22.000000 -20.000000,147.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxAttackPlayers -CheckboxOp - - - - -CheckboxAttackPlayers -402.000000 -22.000000 -20.000000,125.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxUseContainers -CheckboxAttackAnimals - - - - -CheckboxUseContainers -402.000000 -22.000000 -20.000000,103.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxUseDoorsAndSwitches -CheckboxAttackPlayers - - - - -CheckboxUseDoorsAndSwitches -402.000000 -22.000000 -20.000000,81.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxBuildAndMine -CheckboxUseContainers - - - - -CheckboxBuildAndMine -402.000000 -22.000000 -20.000000,59.000000,0.000000 -2 -XuiCheckboxSmall -CheckboxUseDoorsAndSwitches - - - - -Gamertag -362.000000 -40.000000 -56.000000,14.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -Icon -40.000000 -40.000000 -16.000000,14.000000,0.000000 -PlayerColourIcon - - - + + 640.000000 + 360.000000 + + + + InGamePlayerOptions + 450.000000 + 335.000000 + 95.000061,-7.000000,0.000000 + CScene_InGamePlayerOptions + GraphicPanel + CheckboxBuildAndMine + + + + CheckboxHostInvisible + 402.000000 + 22.000000 + 20.000000,258.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxHostHunger + ButtonKick + + + + + CheckboxHostHunger + 402.000000 + 22.000000 + 20.000000,236.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxHostFly + CheckboxHostInvisible + + + + + CheckboxHostFly + 402.000000 + 22.000000 + 20.000000,214.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxTeleport + CheckboxHostHunger + + + + + ButtonKick + 410.000000 + 36.000000 + 20.000000,284.000000,0.000000 + XuiMainMenuButton_L_Thin + CheckboxHostInvisible + + + + + CheckboxTeleport + 402.000000 + 22.000000 + 20.000000,191.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxOp + CheckboxHostFly + + + + + CheckboxOp + 402.000000 + 22.000000 + 20.000000,169.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxAttackAnimals + CheckboxTeleport + + + + + CheckboxAttackAnimals + 402.000000 + 22.000000 + 20.000000,147.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxAttackPlayers + CheckboxOp + + + + + CheckboxAttackPlayers + 402.000000 + 22.000000 + 20.000000,125.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxUseContainers + CheckboxAttackAnimals + + + + + CheckboxUseContainers + 402.000000 + 22.000000 + 20.000000,103.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxUseDoorsAndSwitches + CheckboxAttackPlayers + + + + + CheckboxUseDoorsAndSwitches + 402.000000 + 22.000000 + 20.000000,81.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxBuildAndMine + CheckboxUseContainers + + + + + CheckboxBuildAndMine + 402.000000 + 22.000000 + 20.000000,59.000000,0.000000 + 2 + XuiCheckboxSmall + CheckboxUseDoorsAndSwitches + + + + + Gamertag + 362.000000 + 40.000000 + 56.000000,14.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + Icon + 40.000000 + 40.000000 + 16.000000,14.000000,0.000000 + PlayerColourIcon + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingameinfo.xui b/Minecraft.Client/Common/Media/xuiscene_ingameinfo.xui index 967713a7..3707ba0d 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingameinfo.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingameinfo.xui @@ -1,78 +1,78 @@ - -1280.000000 -720.000000 - - - -InGameInfo -1280.000000 -720.000000 -CScene_InGameInfo -XuiBlankScene -GamePlayers - - - -GamePlayers -500.000000 -336.000000 -390.000000,192.000046,0.000000 -CXuiCtrlPassThroughList -XuiPlayerList -GameOptionsButton - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - - -Title -400.000000 -412.000000,202.000046,0.000000 -XuiLabelDarkLeftWrap18 - - - - -GameOptionsButton -500.000000 -60.000000 -390.000000,122.000000,0.000000 -XuiMainMenuButton_L -GamePlayers - - - + + 1280.000000 + 720.000000 + + + + InGameInfo + 1280.000000 + 720.000000 + CScene_InGameInfo + XuiBlankScene + GamePlayers + + + + GamePlayers + 500.000000 + 336.000000 + 390.000000,192.000046,0.000000 + CXuiCtrlPassThroughList + XuiPlayerList + GameOptionsButton + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + + Title + 400.000000 + 412.000000,202.000046,0.000000 + XuiLabelDarkLeftWrap18 + + + + + GameOptionsButton + 500.000000 + 60.000000 + 390.000000,122.000000,0.000000 + XuiMainMenuButton_L + GamePlayers + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingameinfo_480.xui b/Minecraft.Client/Common/Media/xuiscene_ingameinfo_480.xui index 29d60027..b5b70c70 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingameinfo_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingameinfo_480.xui @@ -1,79 +1,79 @@ - -640.000000 -480.000000 - - - -InGameInfo -640.000000 -480.000000 -CScene_InGameInfo -XuiBlankScene -GameOptionsButton - - - -GamePlayers -340.000000 -272.000000 -150.000031,130.000015,0.000000 -CXuiCtrlPassThroughList -XuiPlayerListSmall -GameOptionsButton - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - - -Title -300.000000 -22.000000 -170.000000,144.000000,0.000000 -XuiLabelDark - - - - -GameOptionsButton -340.000000 -36.000000 -150.000000,89.000000,0.000000 -XuiMainMenuButton_L_Thin -GamePlayers - - - + + 640.000000 + 480.000000 + + + + InGameInfo + 640.000000 + 480.000000 + CScene_InGameInfo + XuiBlankScene + GameOptionsButton + + + + GamePlayers + 340.000000 + 272.000000 + 150.000031,130.000015,0.000000 + CXuiCtrlPassThroughList + XuiPlayerListSmall + GameOptionsButton + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + + Title + 300.000000 + 22.000000 + 170.000000,144.000000,0.000000 + XuiLabelDark + + + + + GameOptionsButton + 340.000000 + 36.000000 + 150.000000,89.000000,0.000000 + XuiMainMenuButton_L_Thin + GamePlayers + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_ingameinfo_small.xui b/Minecraft.Client/Common/Media/xuiscene_ingameinfo_small.xui index 70ba7594..fb742bea 100644 --- a/Minecraft.Client/Common/Media/xuiscene_ingameinfo_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_ingameinfo_small.xui @@ -1,90 +1,90 @@ - -640.000000 -360.000000 - - - -InGameInfo -640.000000 -360.000000 -CScene_InGameInfo -XuiBlankScene -GameOptionsButton - - - -GamePlayers -400.000000 -236.000000 -120.000023,52.000011,0.000000 -CXuiCtrlPassThroughList -XuiPlayerListSmall -GameOptionsButton - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - - -Title -358.000000 -26.000000 -140.000000,61.999969,0.000000 -XuiLabelDarkLeftWrap16 - - - - -GameOptionsButton -400.000000 -36.000000 -120.000000,11.000000,0.000000 -XuiMainMenuButton_L_Thin -GamePlayers - - - + + 640.000000 + 360.000000 + + + + InGameInfo + 640.000000 + 360.000000 + CScene_InGameInfo + XuiBlankScene + GameOptionsButton + + + + GamePlayers + 400.000000 + 236.000000 + 120.000023,52.000011,0.000000 + CXuiCtrlPassThroughList + XuiPlayerListSmall + GameOptionsButton + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + + Title + 358.000000 + 26.000000 + 140.000000,61.999969,0.000000 + XuiLabelDarkLeftWrap16 + + + + + GameOptionsButton + 400.000000 + 36.000000 + 120.000000,11.000000,0.000000 + XuiMainMenuButton_L_Thin + GamePlayers + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_intro.xui b/Minecraft.Client/Common/Media/xuiscene_intro.xui index e18cf47c..a59e7cb5 100644 --- a/Minecraft.Client/Common/Media/xuiscene_intro.xui +++ b/Minecraft.Client/Common/Media/xuiscene_intro.xui @@ -1,382 +1,75 @@ - -1280.000000 -720.000000 - - - -SceneIntro -1280.000000 -720.000000 -CScene_Intro -XuiBlackScene - - - -1280.000000 -960.000000 - - -0xff0f0f80 - - - - -0xffffffff - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,278.000000,0.000000,0,278.000000,0.000000,278.000000,0.000000,278.000000,174.000000,0,278.000000,174.000000,278.000000,174.000000,0.000000,174.000000,0,0.000000,174.000000,0.000000,174.000000,0.000000,0.000000,0, - - - - -Logo4J -1280.000000 -720.000000 -0.000000 -false -Graphics\Logos\4JStudios_logo.png -48 - - - - -LogoMojang -1280.000000 -720.000000 -0.000000 -false -true -Graphics\Logos\mojang.png -48 - - - - -LogoMicrosoft -1280.000000 -720.000000 -0.000000 -false -true -Graphics\Logos\MS_Studios_MC.png -48 - - - - -LogoXLA -1280.000000 -720.000000 -0.000000 -true -Graphics\Logos\XBLA_MC.png -48 - - - - -LogoESRB -1280.000000 -720.000000 -0.000000 -false -Graphics\Logos\ESRB_10_Large.png - - - - - -Normal - - - -EndNormal - -stop - - -ESRBFade - - - -ESRBFadeEnd - -stop - - -StartFade - - - -EndFade - -stop - - - -LogoMojang -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -LogoMicrosoft -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -LogoXLA -Opacity -Show - - -0 -0.000000 -true - - - -0 -0.000000 -true - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -Logo4J -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -LogoESRB -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - - - - - -StartFade - - - -EndFade - -stop - - - + + 1280.000000 + 720.000000 + + + + SceneIntro + 1280.000000 + 720.000000 + CScene_Intro + XuiBlackScene + + + + + + + stop + XuiImage + + + + + stop + + + + + stop + + + + + stop + + + + + stop + + + + + + + + + + + + + + + + + + + + LogoXLA + + + + + 1280.000000 + 960.000000 + false + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_intro_480.xui b/Minecraft.Client/Common/Media/xuiscene_intro_480.xui index 36c18b7f..3de2c67a 100644 --- a/Minecraft.Client/Common/Media/xuiscene_intro_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_intro_480.xui @@ -1,389 +1,113 @@ - -640.000000 -480.000000 - - - -SceneIntro -640.000000 -480.000000 -CScene_Intro -XuiBlankScene - - - -640.000000 -480.000000 - - -0xff0f0f80 - - - - -0xffffffff - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,278.000000,0.000000,0,278.000000,0.000000,278.000000,0.000000,278.000000,174.000000,0,278.000000,174.000000,278.000000,174.000000,0.000000,174.000000,0,0.000000,174.000000,0.000000,174.000000,0.000000,0.000000,0, - - - - -Logo4J -640.000000 -480.000000 -0.000000 -false -16 -Graphics\Logos\4JStudios_logo.png -48 - - - - -LogoMojang -640.000000 -480.000000 -0.000000 -false -true -16 -Graphics\Logos\mojang.png -48 - - - - -LogoMicrosoft -640.000000 -480.000000 -0.000000 -false -true -16 -Graphics\Logos\MS_Studios_MC.png -48 - - - - -LogoXLA -640.000000 -480.000000 -0.000000 -true -16 -Graphics\Logos\XBLA_MC.png -48 - - - - -LogoESRB -1280.000000 -720.000000 --89.599922,8.600021,0.000000 -0.640000,0.640000,1.000000 -0.000000 -false -16 -Graphics\Logos\ESRB_10_Large.png - - - - - -Normal - - - -EndNormal - -stop - - -ESRBFade - - - -ESRBFadeEnd - -stop - - -StartFade - - - -EndFade - -stop - - - -LogoMojang -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -LogoMicrosoft -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -LogoXLA -Opacity -Show - - -0 -0.000000 -true - - - -0 -0.000000 -true - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -Logo4J -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - -LogoESRB -Opacity -Show - - -0 -0.000000 -false - - - -0 -0.000000 -false - - - -0 -0.000000 -true - - - -0 -1.000000 -true - - - -0 -1.000000 -true - - - -0 -0.000000 -false - - - - - - - -StartFade - - - -EndFade - -stop - - - + + 640.000000 + 480.000000 + + + + SceneIntro + 640.000000 + 480.000000 + CScene_Intro + XuiBlankScene + + + + + + + stop + + + + + stop + + + LogoMojang + + stop + + + + + + + + + stop + Graphics\Logos\mojang.png + + + + + stop + Graphics\Logos\4JStudios_logo.png + + + + + stop + + + + + + + + + LogoESRB + + + Graphics\Logos\MS_Studios_MC.png + + + + Logo4J + + stop + LogoXLA + + + + + + + + + + + + + stop + XuiImage + + + + + gotostop + + + + + stop + + + + + + + + + + 640.000000 + 480.000000 + false + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_inventory.xui b/Minecraft.Client/Common/Media/xuiscene_inventory.xui index ae0e92ea..3103592d 100644 --- a/Minecraft.Client/Common/Media/xuiscene_inventory.xui +++ b/Minecraft.Client/Common/Media/xuiscene_inventory.xui @@ -1,1431 +1,1423 @@ - -1280.000000 -720.000000 - - - -XuiSceneInventory -1280.000000 -720.000000 -CXuiSceneInventory -XuiBlankScene -Pointer - - - -EffectsGroup -260.000000 -435.000000 -859.999878,94.000000,0.000000 - - - -Effect10 -260.000000 -58.000000 -0.000000,5.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect9 -260.000000 -58.000000 -0.000000,5.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect8 -260.000000 -58.000000 -0.000000,5.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect7 -260.000000 -58.000000 -0.000000,5.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect6 -260.000000 -58.000000 -0.000000,67.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect5 -260.000000 -58.000000 -0.000000,129.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect4 -260.000000 -58.000000 -0.000000,191.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect3 -260.000000 -58.000000 -0.000000,253.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect2 -260.000000 -58.000000 -0.000000,315.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - -Effect1 -260.000000 -58.000000 -0.000000,377.000000,0.000000 -CXuiCtrlMobEffect -MobEffect - - - - - -Group -431.000000 -435.000000 -424.000000,94.000000,0.000000 -15 -XuiScene -Pointer - - - -ArmourBackground -42.000000 -168.000000 -125.000000,26.000000,0.000000 -InventoryArmourBackground - - - - -Armor -71.000000 -172.000000 -125.000023,26.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridArmour - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - - -Character -126.000000 -168.000000 -180.000000,26.000000,0.000000 -3 -CharacterPanel -..\Images\img1.png - - - - -Inventory -382.000000 -150.000000 -25.000000,230.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -381.000000 -50.000000 -25.000000,370.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -375.000000 -32.000000 -25.000000,200.000000,0.000000 -LabelContainerSceneLeft - - - - -Pointer -42.000000 -42.000000 --185.000000,-84.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -424.000000,94.000000,0.000000 - - - -0 -424.000000,94.000000,0.000000 - - - -2 -100 --100 -50 -424.000000,94.000000,0.000000 - - - -0 -160.000000,94.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,94.000000,0.000000 - - - -0 -424.000000,94.000000,0.000000 - - - -EffectsGroup -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneInventory + 1280.000000 + 720.000000 + CXuiSceneInventory + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 8 + + + + none + 8 + + + + easein + 8 + + + + none + 17 + + + + easein + 17 + + + + none + 8 + + + + EffectsGroup + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 0 + + + + none + 0 + + + + none + 0 + + + + none + 1065353216 + + + + + + EffectsGroup + 260.000000 + 435.000000 + 859.999878,94.000000,0.000000 + + + + Effect10 + 260.000000 + 58.000000 + 0.000000,5.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect9 + 260.000000 + 58.000000 + 0.000000,5.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect8 + 260.000000 + 58.000000 + 0.000000,5.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect7 + 260.000000 + 58.000000 + 0.000000,5.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect6 + 260.000000 + 58.000000 + 0.000000,67.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect5 + 260.000000 + 58.000000 + 0.000000,129.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect4 + 260.000000 + 58.000000 + 0.000000,191.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect3 + 260.000000 + 58.000000 + 0.000000,253.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect2 + 260.000000 + 58.000000 + 0.000000,315.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + Effect1 + 260.000000 + 58.000000 + 0.000000,377.000000,0.000000 + CXuiCtrlMobEffect + MobEffect + + + + + + Group + 431.000000 + 435.000000 + 424.000000,94.000000,0.000000 + 15 + XuiScene + Pointer + + + + ArmourBackground + 42.000000 + 168.000000 + 125.000000,26.000000,0.000000 + InventoryArmourBackground + + + + + Armor + 71.000000 + 172.000000 + 125.000023,26.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridArmour + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + + Character + 126.000000 + 168.000000 + 180.000000,26.000000,0.000000 + 3 + CharacterPanel + ..\Images\img1.png + + + + + Inventory + 382.000000 + 150.000000 + 25.000000,230.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 381.000000 + 50.000000 + 25.000000,370.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 375.000000 + 32.000000 + 25.000000,200.000000,0.000000 + LabelContainerSceneLeft + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-84.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_inventory_480.xui b/Minecraft.Client/Common/Media/xuiscene_inventory_480.xui index 0e03c19c..e33a340f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_inventory_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_inventory_480.xui @@ -1,1856 +1,1848 @@ - -640.000000 -480.000000 - - - -XuiSceneInventory -640.000000 -480.000000 -CXuiSceneInventory -XuiBlankScene -Pointer - - - -EffectsGroup -160.000000 -280.000000 -454.999878,105.000000,0.000000 - - - -Effect10 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect9 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect8 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect7 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect6 -160.000000 -36.000000 -0.000000,44.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect5 -160.000000 -36.000000 -0.000000,84.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect4 -160.000000 -36.000000 -0.000000,124.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect3 -160.000000 -36.000000 -0.000000,164.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect2 -160.000000 -36.000000 -0.000000,204.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect1 -160.000000 -36.000000 -0.000000,244.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - - -Group -260.000000 -290.000000 -190.000015,96.000000,0.000000 -15 -GraphicPanel -Pointer - - - -ArmourBackground -26.000000 -104.000000 -74.000000,18.000000,0.000000 -InventoryArmourBackgroundSmall - - - - -Armor -26.000000 -104.000000 -74.000000,18.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridArmour26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - - -Character -78.000000 -104.000000 -108.000000,18.000000,0.000000 -3 -CharacterPanel -..\Images\img1.png - - - - -Inventory -234.000000 -80.000000 -12.000000,160.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -235.000000 -12.000000,250.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -230.000000 -22.000000 -12.000000,139.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000015,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,96.000000,0.000000 - - - -0 -32.000000,96.000000,0.000000 - - - -2 -100 --100 -50 -32.000000,96.000000,0.000000 - - - -0 -190.000000,96.000000,0.000000 - - - -EffectsGroup -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneInventory + 640.000000 + 480.000000 + CXuiSceneInventory + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 8 + + + + none + 16 + + + + easein + 16 + + + + none + 17 + + + + easein + 17 + + + + none + 16 + + + + EffectsGroup + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 0 + + + + none + 0 + + + + none + 0 + + + + none + 1065353216 + + + + + + EffectsGroup + 160.000000 + 280.000000 + 454.999878,105.000000,0.000000 + + + + Effect10 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect9 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect8 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect7 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect6 + 160.000000 + 36.000000 + 0.000000,44.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect5 + 160.000000 + 36.000000 + 0.000000,84.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect4 + 160.000000 + 36.000000 + 0.000000,124.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect3 + 160.000000 + 36.000000 + 0.000000,164.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect2 + 160.000000 + 36.000000 + 0.000000,204.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect1 + 160.000000 + 36.000000 + 0.000000,244.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + + Group + 260.000000 + 290.000000 + 190.000015,96.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + ArmourBackground + 26.000000 + 104.000000 + 74.000000,18.000000,0.000000 + InventoryArmourBackgroundSmall + + + + + Armor + 26.000000 + 104.000000 + 74.000000,18.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridArmour26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + + Character + 78.000000 + 104.000000 + 108.000000,18.000000,0.000000 + 3 + CharacterPanel + ..\Images\img1.png + + + + + Inventory + 234.000000 + 80.000000 + 12.000000,160.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 235.000000 + 12.000000,250.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 230.000000 + 22.000000 + 12.000000,139.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_inventory_creative.xui b/Minecraft.Client/Common/Media/xuiscene_inventory_creative.xui index 6b653f78..8cba54ff 100644 --- a/Minecraft.Client/Common/Media/xuiscene_inventory_creative.xui +++ b/Minecraft.Client/Common/Media/xuiscene_inventory_creative.xui @@ -1,7462 +1,7455 @@ - -1280.000000 -720.000000 - - - -XuiSceneInventory -1280.000000 -720.000000 -CXuiSceneInventoryCreative -XuiBlankScene -Pointer - - - -Group -643.000000 -490.000000 -319.000000,115.000000,0.000000 -15 -XuiBlankScene -Pointer - - - -MainPanel -643.000000 -490.000000 -CreativeInventory - - - - -UseRow -486.000000 -54.000000 -52.000000,411.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical54 - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - - -Container -542.000000 -270.000000 -24.000000,121.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical54 - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - -control_ListItem -54.000000 -54.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton54 -22594 -4 - - - - - -Group_Tab_Images -643.000000 -78.000000 - - - -TabImage1 -83.000000 -78.000000 -0.000000,-2.000000,0.000000 -CreativeInventoryTabLeft - - - - -TabImage2 -83.000000 -78.000000 -80.000000,-2.000000,0.000000 -CreativeInventoryTabMiddle - - - - -TabImage3 -83.000000 -78.000000 -160.000000,-2.000000,0.000000 -CreativeInventoryTabMiddle - - - - -TabImage4 -83.000000 -78.000000 -240.000000,-2.000000,0.000000 -CreativeInventoryTabMiddle - - - - -TabImage5 -83.000000 -78.000000 -320.000000,-2.000000,0.000000 -CreativeInventoryTabMiddle - - - - -TabImage6 -83.000000 -78.000000 -400.000000,-2.000000,0.000000 -CreativeInventoryTabMiddle - - - - -TabImage7 -83.000000 -78.000000 -480.000000,-2.000000,0.000000 -CreativeInventoryTabMiddle - - - - -TabImage8 -83.000000 -78.000000 -560.000000,-2.000000,0.000000 -CreativeInventoryTabRight - - - - - -Group_Tab_Icons -1280.000000 -200.000000 --320.000000,-92.000000,0.000000 - - - -Icon_1 -48.000000 -48.000000 -337.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -48.000000 -48.000000 -417.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -48.000000 -48.000000 -497.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -48.000000 -48.000000 -577.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -48.000000 -48.000000 -657.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -48.000000 -48.000000 -737.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -48.000000 -48.000000 -817.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_8 -48.000000 -48.000000 -897.000000,108.000000,0.000000 -false -CraftingCategoryIcon - - - - - -InventoryText -540.000000 -32.000000 -51.000000,85.000000,0.000000 -false -XuiLabelDarkCentred - - - - -XuiSlider -34.000000 -270.000000 -582.000000,120.000000,0.000000 -true -XuiSliderVertical -true - - - - -ScrollUp -32.000000 -22.000000 -583.000000,100.000000,0.000000 -XuiScrollEndUp - - - - -ScrollDown -32.000000 -22.000000 -583.000000,391.000000,0.000000 -XuiScrollEnd - - - - -Pointer -42.000000 -42.000000 --504.000000,86.059990,0.000000 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -319.000000,115.000000,0.000000 - - - -0 -319.000000,115.000000,0.000000 - - - -2 -100 --100 -50 -319.000000,115.000000,0.000000 - - - -0 -100.000000,115.000000,0.000000 - - - -2 -100 --100 -50 -100.000000,115.000000,0.000000 - - - -0 -319.000000,115.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneInventory + 1280.000000 + 720.000000 + CXuiSceneInventoryCreative + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 28 + + + + easein + 28 + + + + none + 0 + + + + + + Group + 643.000000 + 490.000000 + 319.000000,115.000000,0.000000 + 15 + XuiBlankScene + Pointer + + + + MainPanel + 643.000000 + 490.000000 + CreativeInventory + + + + + UseRow + 486.000000 + 54.000000 + 52.000000,411.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical54 + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + + Container + 542.000000 + 270.000000 + 24.000000,121.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical54 + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + control_ListItem + 54.000000 + 54.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton54 + 22594 + 4 + + + + + + Group_Tab_Images + 643.000000 + 78.000000 + + + + TabImage1 + 83.000000 + 78.000000 + 0.000000,-2.000000,0.000000 + CreativeInventoryTabLeft + + + + + TabImage2 + 83.000000 + 78.000000 + 80.000000,-2.000000,0.000000 + CreativeInventoryTabMiddle + + + + + TabImage3 + 83.000000 + 78.000000 + 160.000000,-2.000000,0.000000 + CreativeInventoryTabMiddle + + + + + TabImage4 + 83.000000 + 78.000000 + 240.000000,-2.000000,0.000000 + CreativeInventoryTabMiddle + + + + + TabImage5 + 83.000000 + 78.000000 + 320.000000,-2.000000,0.000000 + CreativeInventoryTabMiddle + + + + + TabImage6 + 83.000000 + 78.000000 + 400.000000,-2.000000,0.000000 + CreativeInventoryTabMiddle + + + + + TabImage7 + 83.000000 + 78.000000 + 480.000000,-2.000000,0.000000 + CreativeInventoryTabMiddle + + + + + TabImage8 + 83.000000 + 78.000000 + 560.000000,-2.000000,0.000000 + CreativeInventoryTabRight + + + + + + Group_Tab_Icons + 1280.000000 + 200.000000 + -320.000000,-92.000000,0.000000 + + + + Icon_1 + 48.000000 + 48.000000 + 337.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 48.000000 + 48.000000 + 417.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 48.000000 + 48.000000 + 497.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 48.000000 + 48.000000 + 577.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 48.000000 + 48.000000 + 657.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 48.000000 + 48.000000 + 737.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 48.000000 + 48.000000 + 817.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_8 + 48.000000 + 48.000000 + 897.000000,108.000000,0.000000 + false + CraftingCategoryIcon + + + + + + InventoryText + 540.000000 + 32.000000 + 51.000000,85.000000,0.000000 + false + XuiLabelDarkCentred + + + + + XuiSlider + 34.000000 + 270.000000 + 582.000000,120.000000,0.000000 + true + XuiSliderVertical + true + + + + + ScrollUp + 32.000000 + 22.000000 + 583.000000,100.000000,0.000000 + XuiScrollEndUp + + + + + ScrollDown + 32.000000 + 22.000000 + 583.000000,391.000000,0.000000 + XuiScrollEnd + + + + + Pointer + 42.000000 + 42.000000 + -504.000000,86.059990,0.000000 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_inventory_creative_480.xui b/Minecraft.Client/Common/Media/xuiscene_inventory_creative_480.xui index 55d2c520..22ab39b0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_inventory_creative_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_inventory_creative_480.xui @@ -1,7020 +1,7013 @@ - -640.000000 -480.000000 - - - -XuiSceneCreativeInventory -640.000000 -480.000000 -CXuiSceneInventoryCreative -XuiBlankScene -Pointer - - - -Group -418.000000 -294.000000 -111.000000,80.000000,0.000000 -15 -XuiBlankScene -Pointer - - - -MainPanel -418.000000 -294.000000 -CreativeInventorySmall - - - - -UseRow -292.000000 -32.000000 -47.000000,246.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -Container -322.000000 -162.000000 -32.000008,75.000015,0.000000 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -Group_Tab_Images -412.000000 -60.000000 -3.999992,-5.999985,0.000000 - - - -TabImage1 -54.000000 -56.000000 --4.000000,4.000000,0.000000 -CreativeInventoryTabLeftSmall - - - - -TabImage2 -54.000000 -56.000000 -48.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage3 -54.000000 -56.000000 -100.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage4 -54.000000 -56.000000 -152.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage5 -54.000000 -56.000000 -204.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage6 -54.000000 -56.000000 -256.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage7 -54.000000 -56.000000 -308.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage8 -54.000000 -56.000000 -360.000000,4.000000,0.000000 -CreativeInventoryTabRightSmall - - - - - -Group_Tab_Icons -412.000000 -60.000000 -3.999992,-5.999985,0.000000 - - - -Icon_1 -32.000000 -32.000000 -8.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -32.000000 -32.000000 -60.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -32.000000 -32.000000 -112.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -32.000000 -32.000000 -164.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -32.000000 -32.000000 -216.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -32.000000 -32.000000 -268.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -32.000000 -32.000000 -320.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_8 -32.000000 -32.000000 -372.000000,18.000000,0.000000 -false -CraftingCategoryIcon - - - - - -InventoryText -360.000000 -22.000000 -29.000000,55.000000,0.000000 -false -XuiLabelDarkCentredSmall - - - - -ScrollDown -32.000000 -22.000000 -368.000000,238.000000,0.000000 -XuiScrollEnd - - - - -ScrollUp -32.000000 -22.000000 -368.000000,56.000000,0.000000 -XuiScrollEndUp - - - - -XuiSlider -32.000000 -162.000000 -368.000000,76.000000,0.000000 -XuiSliderVerticalSmall -true - - - - -Pointer -26.000000 -26.000000 --161.000000,60.000015,0.000000 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -111.000000,80.000000,0.000000 - - - -0 -111.000000,80.000000,0.000000 - - - -2 -100 --100 -50 -111.000000,80.000000,0.000000 - - - -0 -31.000000,80.000000,0.000000 - - - -2 -100 --100 -50 -31.000000,80.000000,0.000000 - - - -0 -111.000000,80.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneCreativeInventory + 640.000000 + 480.000000 + CXuiSceneInventoryCreative + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 28 + + + + easein + 28 + + + + none + 0 + + + + + + Group + 418.000000 + 294.000000 + 111.000000,80.000000,0.000000 + 15 + XuiBlankScene + Pointer + + + + MainPanel + 418.000000 + 294.000000 + CreativeInventorySmall + + + + + UseRow + 292.000000 + 32.000000 + 47.000000,246.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + + Container + 322.000000 + 162.000000 + 32.000008,75.000015,0.000000 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + + Group_Tab_Images + 412.000000 + 60.000000 + 3.999992,-5.999985,0.000000 + + + + TabImage1 + 54.000000 + 56.000000 + -4.000000,4.000000,0.000000 + CreativeInventoryTabLeftSmall + + + + + TabImage2 + 54.000000 + 56.000000 + 48.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage3 + 54.000000 + 56.000000 + 100.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage4 + 54.000000 + 56.000000 + 152.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage5 + 54.000000 + 56.000000 + 204.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage6 + 54.000000 + 56.000000 + 256.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage7 + 54.000000 + 56.000000 + 308.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage8 + 54.000000 + 56.000000 + 360.000000,4.000000,0.000000 + CreativeInventoryTabRightSmall + + + + + + Group_Tab_Icons + 412.000000 + 60.000000 + 3.999992,-5.999985,0.000000 + + + + Icon_1 + 32.000000 + 32.000000 + 8.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 32.000000 + 32.000000 + 60.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 32.000000 + 32.000000 + 112.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 32.000000 + 32.000000 + 164.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 32.000000 + 32.000000 + 216.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 32.000000 + 32.000000 + 268.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 32.000000 + 32.000000 + 320.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_8 + 32.000000 + 32.000000 + 372.000000,18.000000,0.000000 + false + CraftingCategoryIcon + + + + + + InventoryText + 360.000000 + 22.000000 + 29.000000,55.000000,0.000000 + false + XuiLabelDarkCentredSmall + + + + + ScrollDown + 32.000000 + 22.000000 + 368.000000,238.000000,0.000000 + XuiScrollEnd + + + + + ScrollUp + 32.000000 + 22.000000 + 368.000000,56.000000,0.000000 + XuiScrollEndUp + + + + + XuiSlider + 32.000000 + 162.000000 + 368.000000,76.000000,0.000000 + XuiSliderVerticalSmall + true + + + + + Pointer + 26.000000 + 26.000000 + -161.000000,60.000015,0.000000 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_inventory_creative_small.xui b/Minecraft.Client/Common/Media/xuiscene_inventory_creative_small.xui index 32858942..ac69c578 100644 --- a/Minecraft.Client/Common/Media/xuiscene_inventory_creative_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_inventory_creative_small.xui @@ -1,6166 +1,6159 @@ - -640.000000 -360.000000 - - - -XuiSceneCreativeInventory -640.000000 -360.000000 -CXuiSceneInventoryCreative -XuiBlankScene -Pointer - - - -Group -418.000000 -294.000000 -111.000000,0.000000,0.000000 -15 -XuiBlankScene -Pointer - - - -MainPanel -418.000000 -294.000000 -CreativeInventorySmall - - - - -UseRow -292.000000 -32.000000 -47.000000,247.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -Container -322.000000 -162.000000 -32.000008,76.000000,0.000000 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -Group_Tab_Images -412.000000 -60.000000 -3.999992,-5.999998,0.000000 - - - -TabImage1 -54.000000 -56.000000 --4.000000,4.000000,0.000000 -CreativeInventoryTabLeftSmall - - - - -TabImage2 -54.000000 -56.000000 -48.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage3 -54.000000 -56.000000 -100.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage4 -54.000000 -56.000000 -152.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage5 -54.000000 -56.000000 -204.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage6 -54.000000 -56.000000 -256.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage7 -54.000000 -56.000000 -308.000000,4.000000,0.000000 -CreativeInventoryTabMiddleSmall - - - - -TabImage8 -54.000000 -56.000000 -360.000000,4.000000,0.000000 -CreativeInventoryTabRightSmall - - - - - -Group_Tab_Icons -412.000000 -60.000000 -3.999992,-5.999998,0.000000 - - - -Icon_1 -32.000000 -32.000000 -8.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_2 -32.000000 -32.000000 -60.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_3 -32.000000 -32.000000 -112.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_4 -32.000000 -32.000000 -164.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_5 -32.000000 -32.000000 -216.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_6 -32.000000 -32.000000 -268.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_7 -32.000000 -32.000000 -320.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - -Icon_8 -32.000000 -32.000000 -372.000000,20.000000,0.000000 -false -CraftingCategoryIcon - - - - - -InventoryText -360.000000 -22.000000 -29.000000,56.000000,0.000000 -false -XuiLabelDarkCentredSmall - - - - -ScrollDown -32.000000 -22.000000 -368.000000,238.000000,0.000000 -XuiScrollEnd - - - - -ScrollUp -32.000000 -22.000000 -368.000000,56.000000,0.000000 -XuiScrollEndUp - - - - -XuiSlider -32.000000 -162.000000 -368.000000,76.000000,0.000000 -XuiSliderVerticalSmall -true - - - - -Pointer -26.000000 -26.000000 --161.000000,6.000002,0.000000 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -111.000000,0.000000,0.000000 - - - -0 -111.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -111.000000,0.000000,0.000000 - - - -0 -31.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -31.000000,0.000000,0.000000 - - - -0 -111.000000,0.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneCreativeInventory + 640.000000 + 360.000000 + CXuiSceneInventoryCreative + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 28 + + + + easein + 28 + + + + none + 0 + + + + + + Group + 418.000000 + 294.000000 + 111.000000,0.000000,0.000000 + 15 + XuiBlankScene + Pointer + + + + MainPanel + 418.000000 + 294.000000 + CreativeInventorySmall + + + + + UseRow + 292.000000 + 32.000000 + 47.000000,247.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + Container + 322.000000 + 162.000000 + 32.000008,76.000000,0.000000 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + Group_Tab_Images + 412.000000 + 60.000000 + 3.999992,-5.999998,0.000000 + + + + TabImage1 + 54.000000 + 56.000000 + -4.000000,4.000000,0.000000 + CreativeInventoryTabLeftSmall + + + + + TabImage2 + 54.000000 + 56.000000 + 48.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage3 + 54.000000 + 56.000000 + 100.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage4 + 54.000000 + 56.000000 + 152.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage5 + 54.000000 + 56.000000 + 204.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage6 + 54.000000 + 56.000000 + 256.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage7 + 54.000000 + 56.000000 + 308.000000,4.000000,0.000000 + CreativeInventoryTabMiddleSmall + + + + + TabImage8 + 54.000000 + 56.000000 + 360.000000,4.000000,0.000000 + CreativeInventoryTabRightSmall + + + + + + Group_Tab_Icons + 412.000000 + 60.000000 + 3.999992,-5.999998,0.000000 + + + + Icon_1 + 32.000000 + 32.000000 + 8.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_2 + 32.000000 + 32.000000 + 60.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_3 + 32.000000 + 32.000000 + 112.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_4 + 32.000000 + 32.000000 + 164.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_5 + 32.000000 + 32.000000 + 216.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_6 + 32.000000 + 32.000000 + 268.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_7 + 32.000000 + 32.000000 + 320.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + Icon_8 + 32.000000 + 32.000000 + 372.000000,20.000000,0.000000 + false + CraftingCategoryIcon + + + + + + InventoryText + 360.000000 + 22.000000 + 29.000000,56.000000,0.000000 + false + XuiLabelDarkCentredSmall + + + + + ScrollDown + 32.000000 + 22.000000 + 368.000000,238.000000,0.000000 + XuiScrollEnd + + + + + ScrollUp + 32.000000 + 22.000000 + 368.000000,56.000000,0.000000 + XuiScrollEndUp + + + + + XuiSlider + 32.000000 + 162.000000 + 368.000000,76.000000,0.000000 + XuiSliderVerticalSmall + true + + + + + Pointer + 26.000000 + 26.000000 + -161.000000,6.000002,0.000000 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_inventory_small.xui b/Minecraft.Client/Common/Media/xuiscene_inventory_small.xui index 3d36995b..804598ef 100644 --- a/Minecraft.Client/Common/Media/xuiscene_inventory_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_inventory_small.xui @@ -1,1643 +1,1635 @@ - -640.000000 -360.000000 - - - -XuiSceneInventory -640.000000 -360.000000 -CXuiSceneInventory -XuiBlankScene -Pointer - - - -EffectsGroup -160.000000 -280.000000 -454.999878,0.000000,0.000000 - - - -Effect10 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect9 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect8 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect7 -160.000000 -36.000000 -0.000000,4.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect6 -160.000000 -36.000000 -0.000000,44.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect5 -160.000000 -36.000000 -0.000000,84.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect4 -160.000000 -36.000000 -0.000000,124.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect3 -160.000000 -36.000000 -0.000000,164.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect2 -160.000000 -36.000000 -0.000000,204.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - -Effect1 -160.000000 -36.000000 -0.000000,244.000000,0.000000 -CXuiCtrlMobEffect -MobEffect_Small - - - - - -Group -260.000000 -280.000000 -190.000000,0.000000,0.000000 -15 -GraphicPanel -Pointer - - - -ArmourBackground -26.000000 -104.000000 -74.000000,17.000000,0.000000 -InventoryArmourBackgroundSmall - - - - -Armor -27.377594 -106.259193 -74.000000,17.000000,0.000000 -3 -CXuiCtrlSlotList -ItemGridArmour26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButtonArmour26 -..\Images\img1.png -22594 -4 - - - - - -Character -78.000000 -104.000000 -108.000000,17.000000,0.000000 -3 -CharacterPanel -..\Images\img1.png - - - - -Inventory -234.000000 -80.000000 -12.000000,151.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -235.000000 -12.000000,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -230.000000 -22.000000 -12.000000,130.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,0.000000,0.000000 - - - -0 -104.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -104.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -EffectsGroup -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneInventory + 640.000000 + 360.000000 + CXuiSceneInventory + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 8 + + + + none + 8 + + + + easein + 8 + + + + none + 18 + + + + easein + 18 + + + + none + 8 + + + + EffectsGroup + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 0 + + + + none + 0 + + + + none + 0 + + + + none + 1065353216 + + + + + + EffectsGroup + 160.000000 + 280.000000 + 454.999878,0.000000,0.000000 + + + + Effect10 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect9 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect8 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect7 + 160.000000 + 36.000000 + 0.000000,4.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect6 + 160.000000 + 36.000000 + 0.000000,44.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect5 + 160.000000 + 36.000000 + 0.000000,84.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect4 + 160.000000 + 36.000000 + 0.000000,124.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect3 + 160.000000 + 36.000000 + 0.000000,164.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect2 + 160.000000 + 36.000000 + 0.000000,204.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + Effect1 + 160.000000 + 36.000000 + 0.000000,244.000000,0.000000 + CXuiCtrlMobEffect + MobEffect_Small + + + + + + Group + 260.000000 + 280.000000 + 190.000000,0.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + ArmourBackground + 26.000000 + 104.000000 + 74.000000,17.000000,0.000000 + InventoryArmourBackgroundSmall + + + + + Armor + 27.377594 + 106.259193 + 74.000000,17.000000,0.000000 + 3 + CXuiCtrlSlotList + ItemGridArmour26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButtonArmour26 + ..\Images\img1.png + 22594 + 4 + + + + + + Character + 78.000000 + 104.000000 + 108.000000,17.000000,0.000000 + 3 + CharacterPanel + ..\Images\img1.png + + + + + Inventory + 234.000000 + 80.000000 + 12.000000,151.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 235.000000 + 12.000000,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 230.000000 + 22.000000 + 12.000000,130.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_leaderboards.xui b/Minecraft.Client/Common/Media/xuiscene_leaderboards.xui index 7d75c5b9..68db023c 100644 --- a/Minecraft.Client/Common/Media/xuiscene_leaderboards.xui +++ b/Minecraft.Client/Common/Media/xuiscene_leaderboards.xui @@ -1,176 +1,176 @@ - -1280.000000 -720.000000 - - - -SceneLeaderboards -1280.000000 -720.000000 -CScene_Leaderboards -XuiMenuScene -XuiListGamers - - - -Background3 -320.000000 -36.000000 -846.000000,54.000000,0.000000 -LeaderboardHeaderPanel - - - - -Background2 -398.000000 -36.000000 -441.000000,54.000000,0.000000 -LeaderboardHeaderPanel - - - - -Background1 -320.000000 -36.000000 -114.000000,54.000000,0.000000 -LeaderboardHeaderPanel - - - - -XuiListGamers -1084.000000 -518.000000 -98.000000,90.000015,0.000000 -4 -CXuiCtrlPassThroughList -XuiListLeaderboard - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiLeaderboardEntry - - - - -control_ListItem -940.000000 -44.000000 -20.000032,71.000000,0.000000 -15 -false -XuiLeaderboardEntry -22594 - - - - -control_ListItem -940.000000 -44.000000 -20.000032,71.000000,0.000000 -15 -false -XuiLeaderboardEntry -22594 - - - - -control_ListItem -940.000000 -44.000000 -20.000032,71.000000,0.000000 -15 -false -XuiLeaderboardEntry -22594 - - - - -control_ListItem -940.000000 -44.000000 -20.000032,71.000000,0.000000 -15 -false -XuiLeaderboardEntry -22594 - - - - - -XuiTextFilter -300.000000 -20.000000 -124.000000,62.000000,0.000000 -LabelLeaderboardTitle - - - - -XuiTextLeaderboard -266.000000 -20.000000 -496.000000,62.000000,0.000000 -LabelLeaderboardTitle - - - - -XuiTextEntries -300.000000 -20.000000 -856.000000,62.000000,0.000000 -LabelLeaderboardTitle - - - - -XuiTextInfo -366.000000 -106.000000 -457.000000,304.000000,0.000000 -LabelLeaderboardWaitingText - - - - -LSIcon -50.000000 -32.000000 -446.000000,54.000000,0.000000 -IconLStickSides - - - - -RBIcon -32.000000 -32.000000 -800.000000,58.000000,0.000000 -IconRBumper - - - - -LBIcon -32.000000 -32.000000 -764.000000,58.000000,0.000000 -IconLBumper - - - + + 1280.000000 + 720.000000 + + + + SceneLeaderboards + 1280.000000 + 720.000000 + CScene_Leaderboards + XuiMenuScene + XuiListGamers + + + + Background3 + 320.000000 + 36.000000 + 846.000000,54.000000,0.000000 + LeaderboardHeaderPanel + + + + + Background2 + 398.000000 + 36.000000 + 441.000000,54.000000,0.000000 + LeaderboardHeaderPanel + + + + + Background1 + 320.000000 + 36.000000 + 114.000000,54.000000,0.000000 + LeaderboardHeaderPanel + + + + + XuiListGamers + 1084.000000 + 518.000000 + 98.000000,90.000015,0.000000 + 4 + CXuiCtrlPassThroughList + XuiListLeaderboard + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiLeaderboardEntry + + + + + control_ListItem + 940.000000 + 44.000000 + 20.000032,71.000000,0.000000 + 15 + false + XuiLeaderboardEntry + 22594 + + + + + control_ListItem + 940.000000 + 44.000000 + 20.000032,71.000000,0.000000 + 15 + false + XuiLeaderboardEntry + 22594 + + + + + control_ListItem + 940.000000 + 44.000000 + 20.000032,71.000000,0.000000 + 15 + false + XuiLeaderboardEntry + 22594 + + + + + control_ListItem + 940.000000 + 44.000000 + 20.000032,71.000000,0.000000 + 15 + false + XuiLeaderboardEntry + 22594 + + + + + + XuiTextFilter + 300.000000 + 20.000000 + 124.000000,62.000000,0.000000 + LabelLeaderboardTitle + + + + + XuiTextLeaderboard + 266.000000 + 20.000000 + 496.000000,62.000000,0.000000 + LabelLeaderboardTitle + + + + + XuiTextEntries + 300.000000 + 20.000000 + 856.000000,62.000000,0.000000 + LabelLeaderboardTitle + + + + + XuiTextInfo + 366.000000 + 106.000000 + 457.000000,304.000000,0.000000 + LabelLeaderboardWaitingText + + + + + LSIcon + 50.000000 + 32.000000 + 446.000000,54.000000,0.000000 + IconLStickSides + + + + + RBIcon + 32.000000 + 32.000000 + 800.000000,58.000000,0.000000 + IconRBumper + + + + + LBIcon + 32.000000 + 32.000000 + 764.000000,58.000000,0.000000 + IconLBumper + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_leaderboards_480.xui b/Minecraft.Client/Common/Media/xuiscene_leaderboards_480.xui index b78b496b..709eca18 100644 --- a/Minecraft.Client/Common/Media/xuiscene_leaderboards_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_leaderboards_480.xui @@ -1,180 +1,180 @@ - -640.000000 -480.000000 - - - -SceneLeaderboards -640.000000 -480.000000 -CScene_Leaderboards -XuiMenuScene -XuiListGamers - - - -Background3 -170.000000 -50.000000 -422.000000,36.000000,0.000000 -LeaderboardHeaderPanel - - - - -Background2 -200.000000 -50.000000 -222.000000,36.000000,0.000000 -LeaderboardHeaderPanel - - - - -Background1 -170.000000 -50.000000 -50.000000,36.000000,0.000000 -LeaderboardHeaderPanel - - - - -XuiListGamers -560.000000 -313.000000 -40.000000,90.000000,0.000000 -4 -CXuiCtrlPassThroughList -XuiListLeaderboardSmall - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiLeaderboardEntry - - - - -control_ListItem -540.000000 -22.000000 -10.000000,52.000000,0.000000 -15 -false -XuiLeaderboardEntrySmall -22594 -0.000000,2.000000,0.000000 - - - - -control_ListItem -540.000000 -22.000000 -10.000000,52.000000,0.000000 -15 -false -XuiLeaderboardEntrySmall -22594 -0.000000,2.000000,0.000000 - - - - -control_ListItem -540.000000 -22.000000 -10.000000,52.000000,0.000000 -15 -false -XuiLeaderboardEntrySmall -22594 -0.000000,2.000000,0.000000 - - - - -control_ListItem -540.000000 -22.000000 -10.000000,52.000000,0.000000 -15 -false -XuiLeaderboardEntrySmall -22594 -0.000000,2.000000,0.000000 - - - - - -XuiTextFilter -154.000000 -40.000000 -58.000000,40.000000,0.000000 -LabelLeaderboardTitleSmall - - - - -XuiTextLeaderboard -120.000000 -40.000000 -252.000000,40.000000,0.000000 -LabelLeaderboardTitleSmall - - - - -XuiTextEntries -154.000000 -40.000000 -432.000000,40.000000,0.000000 -LabelLeaderboardTitleSmall - - - - -XuiTextInfo -366.000000 -106.000000 -137.000000,187.000000,0.000000 -LabelLeaderboardWaitingTextSmall - - - - -LSIcon -28.000000 -20.000000 -224.000000,40.000000,0.000000 -IconLStickSides - - - - -RBIcon -24.000000 -20.000000 -395.000000,40.000000,0.000000 -IconRBumper - - - - -LBIcon -24.000000 -20.000000 -373.000000,40.000000,0.000000 -IconLBumper - - - + + 640.000000 + 480.000000 + + + + SceneLeaderboards + 640.000000 + 480.000000 + CScene_Leaderboards + XuiMenuScene + XuiListGamers + + + + Background3 + 170.000000 + 50.000000 + 422.000000,36.000000,0.000000 + LeaderboardHeaderPanel + + + + + Background2 + 200.000000 + 50.000000 + 222.000000,36.000000,0.000000 + LeaderboardHeaderPanel + + + + + Background1 + 170.000000 + 50.000000 + 50.000000,36.000000,0.000000 + LeaderboardHeaderPanel + + + + + XuiListGamers + 560.000000 + 313.000000 + 40.000000,90.000000,0.000000 + 4 + CXuiCtrlPassThroughList + XuiListLeaderboardSmall + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiLeaderboardEntry + + + + + control_ListItem + 540.000000 + 22.000000 + 10.000000,52.000000,0.000000 + 15 + false + XuiLeaderboardEntrySmall + 22594 + 0.000000,2.000000,0.000000 + + + + + control_ListItem + 540.000000 + 22.000000 + 10.000000,52.000000,0.000000 + 15 + false + XuiLeaderboardEntrySmall + 22594 + 0.000000,2.000000,0.000000 + + + + + control_ListItem + 540.000000 + 22.000000 + 10.000000,52.000000,0.000000 + 15 + false + XuiLeaderboardEntrySmall + 22594 + 0.000000,2.000000,0.000000 + + + + + control_ListItem + 540.000000 + 22.000000 + 10.000000,52.000000,0.000000 + 15 + false + XuiLeaderboardEntrySmall + 22594 + 0.000000,2.000000,0.000000 + + + + + + XuiTextFilter + 154.000000 + 40.000000 + 58.000000,40.000000,0.000000 + LabelLeaderboardTitleSmall + + + + + XuiTextLeaderboard + 120.000000 + 40.000000 + 252.000000,40.000000,0.000000 + LabelLeaderboardTitleSmall + + + + + XuiTextEntries + 154.000000 + 40.000000 + 432.000000,40.000000,0.000000 + LabelLeaderboardTitleSmall + + + + + XuiTextInfo + 366.000000 + 106.000000 + 137.000000,187.000000,0.000000 + LabelLeaderboardWaitingTextSmall + + + + + LSIcon + 28.000000 + 20.000000 + 224.000000,40.000000,0.000000 + IconLStickSides + + + + + RBIcon + 24.000000 + 20.000000 + 395.000000,40.000000,0.000000 + IconRBumper + + + + + LBIcon + 24.000000 + 20.000000 + 373.000000,40.000000,0.000000 + IconLBumper + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_load_settings.xui b/Minecraft.Client/Common/Media/xuiscene_load_settings.xui index eb901669..7e139ec9 100644 --- a/Minecraft.Client/Common/Media/xuiscene_load_settings.xui +++ b/Minecraft.Client/Common/Media/xuiscene_load_settings.xui @@ -1,510 +1,508 @@ - -1280.000000 -720.000000 - - - -LoadGameSettings -770.000000 -450.000000 -255.000092,140.000000,0.000000 -CScene_LoadGameSettings -XuiBlankScene -MainScene\XuiLoadSettings - - - -TexturePackDetails -334.000000 -462.000000 -260.000000,14.000000,0.000000 -LeaderboardHeaderPanel - - - -ComparisonPic -292.000000 -160.000000 -26.000000,291.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - -Icon -64.000000 -64.000000 -26.000000,14.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - -TexturePackName -222.000000 -64.000000 -96.000000,14.000000,0.000000 -XuiLabelLight_FRONT_END_Shd_Wrp - - - - -TexturePackDescription -292.000000 -180.000000 -26.000000,86.000000,0.000000 -XuiHtmlControl - - - - - -MainScene -490.000000 -484.000000 -140.000031,0.000000,0.000000 - - - -Background -490.000000 -484.000000 -15 -XuiScene - - - - -XuiLoadSettings -440.000000 -40.000000 -25.000015,420.000000,0.000000 -XuiMainMenuButton_L -XuiMoreOptions - - - - -XuiMoreOptions -440.000000 -40.000000 -25.000015,370.000000,0.000000 -XuiMainMenuButton_L -CheckboxOnline -XuiLoadSettings -22528 - - - - -CheckboxOnline -402.000000 -34.000000 -25.000015,330.000000,0.000000 -XuiCheckbox -TexturePacksList -XuiMoreOptions - - - - -TexturePacksList -428.000000 -98.000000 -32.000000,226.000000,0.000000 -CXuiCtrl4JList -XuiListTexturePack -XuiSliderDifficulty\XuiSlider -CheckboxOnline -true - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,28.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - - -XuiSliderDifficulty -446.000000 -38.000000 -22.000000,177.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiGameModeToggle -TexturePacksList -FocusSink - - - -XuiSlider -446.000000 -38.000000 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiGameModeToggle -440.000000 -40.000000 -25.000015,129.000000,0.000000 -XuiMainMenuButton_L -XuiSliderDifficulty\XuiSlider -22528 - - - - -XuiGameIcon -64.000000 -64.000000 -25.000000,18.000000,0.000000 -CXuiCtrl4JIcon -ItemIcon - - - - -XuiGameName -363.000000 -26.000000 -97.000000,18.000000,0.000000 -XuiLabelDark14_1Line - - - - -XuiGameSeed -440.000000 -26.000000 -25.000000,92.000000,0.000000 -XuiLabelDark14_1Line - - - - -XuiCreatedMode -363.000000 -26.000000 -97.000000,54.000000,0.000000 -XuiLabelDark14_1Line - - - - - - -Normal - -stop - - -SlideOut - - - -SlideOutEnd - -stop - - -SlideBack - - - -SlideBackEnd - -stop - - - -MainScene -Position - - -0 -140.000031,0.000000,0.000000 - - - -0 -140.000031,0.000000,0.000000 - - - -0 --44.000000,0.000000,0.000000 - - - -0 --44.000000,0.000000,0.000000 - - - -0 -140.000031,0.000000,0.000000 - - - -TexturePackDetails -Position - - -0 -260.000000,14.000000,0.000000 - - - -0 -260.000000,14.000000,0.000000 - - - -0 -434.000000,14.000000,0.000000 - - - -0 -434.000000,14.000000,0.000000 - - - -0 -260.000000,14.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + LoadGameSettings + 770.000000 + 450.000000 + 255.000092,140.000000,0.000000 + CScene_LoadGameSettings + XuiBlankScene + MainScene\XuiLoadSettings + + + + + Normal + + stop + + + SlideOut + + + + SlideOutEnd + + stop + + + SlideBack + + + + SlideBackEnd + + stop + + + + MainScene + + + none + 6 + + + + none + 6 + + + + none + 22 + + + + none + 22 + + + + none + 6 + + + + TexturePackDetails + + + none + 1 + + + + none + 1 + + + + none + 23 + + + + none + 23 + + + + none + 1 + + + + + + TexturePackDetails + 334.000000 + 462.000000 + 260.000000,14.000000,0.000000 + LeaderboardHeaderPanel + + + + ComparisonPic + 292.000000 + 160.000000 + 26.000000,291.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + Icon + 64.000000 + 64.000000 + 26.000000,14.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + TexturePackName + 222.000000 + 64.000000 + 96.000000,14.000000,0.000000 + XuiLabelLight_FRONT_END_Shd_Wrp + + + + + TexturePackDescription + 292.000000 + 180.000000 + 26.000000,86.000000,0.000000 + XuiHtmlControl + + + + + + MainScene + 490.000000 + 484.000000 + 140.000031,0.000000,0.000000 + + + + Background + 490.000000 + 484.000000 + 15 + XuiScene + + + + + XuiLoadSettings + 440.000000 + 40.000000 + 25.000015,420.000000,0.000000 + XuiMainMenuButton_L + XuiMoreOptions + + + + + XuiMoreOptions + 440.000000 + 40.000000 + 25.000015,370.000000,0.000000 + XuiMainMenuButton_L + CheckboxOnline + XuiLoadSettings + 22528 + + + + + CheckboxOnline + 402.000000 + 34.000000 + 25.000015,330.000000,0.000000 + XuiCheckbox + TexturePacksList + XuiMoreOptions + + + + + TexturePacksList + 428.000000 + 98.000000 + 32.000000,226.000000,0.000000 + CXuiCtrl4JList + XuiListTexturePack + XuiSliderDifficulty\XuiSlider + CheckboxOnline + true + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,28.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + + XuiSliderDifficulty + 446.000000 + 38.000000 + 22.000000,177.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiGameModeToggle + TexturePacksList + FocusSink + + + + XuiSlider + 446.000000 + 38.000000 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiGameModeToggle + 440.000000 + 40.000000 + 25.000015,129.000000,0.000000 + XuiMainMenuButton_L + XuiSliderDifficulty\XuiSlider + 22528 + + + + + XuiGameIcon + 64.000000 + 64.000000 + 25.000000,18.000000,0.000000 + CXuiCtrl4JIcon + ItemIcon + + + + + XuiGameName + 363.000000 + 26.000000 + 97.000000,18.000000,0.000000 + XuiLabelDark14_1Line + + + + + XuiGameSeed + 440.000000 + 26.000000 + 25.000000,92.000000,0.000000 + XuiLabelDark14_1Line + + + + + XuiCreatedMode + 363.000000 + 26.000000 + 97.000000,54.000000,0.000000 + XuiLabelDark14_1Line + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_load_settings_480.xui b/Minecraft.Client/Common/Media/xuiscene_load_settings_480.xui index 398a6136..bdbd8bcb 100644 --- a/Minecraft.Client/Common/Media/xuiscene_load_settings_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_load_settings_480.xui @@ -1,516 +1,514 @@ - -640.000000 -480.000000 - - - -LoadGameSettings -597.000000 -375.000000 -21.500046,30.000000,0.000000 -CScene_LoadGameSettings -XuiBlankScene -MainScene\XuiLoadSettings - - - -TexturePackDetails -230.000000 -378.000000 -184.000000,2.000000,0.000000 -LeaderboardHeaderPanel - - - -ComparisonPic -196.000000 -112.000000 -20.000000,254.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - -TexturePackDescription -196.000000 -106.000000 -20.000010,132.000000,0.000000 -XuiHtmlControl_Small - - - - -TexturePackName -196.000000 -43.000000 -20.000000,82.000008,0.000000 -XuiLabelLight_FRONT_END_Shd_Wrp_Small - - - - -Icon -64.000000 -64.000000 -90.000000,10.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - - -MainScene -380.000000 -401.000000 -108.500015,-12.999970,0.000000 - - - -Background -380.000000 -401.000000 -15 -XuiScene - - - - -XuiLoadSettings -344.000000 -36.000000 -18.000000,342.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiMoreOptions -22528 - - - - -XuiMoreOptions -344.000000 -36.000000 -18.000000,297.000000,0.000000 -XuiMainMenuButton_L_Thin -CheckboxOnline -XuiLoadSettings -22528 - - - - -CheckboxOnline -304.000000 -26.000000 -20.000000,272.000000,0.000000 -XuiCheckboxSmall -TexturePacksList -XuiMoreOptions - - - - -TexturePacksList -344.000000 -74.000000 -18.000000,194.000000,0.000000 -CXuiCtrl4JList -XuiListTexturePackSmall -XuiSliderDifficulty\XuiSlider -CheckboxOnline -true - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -40.000000 -40.000000 -10.000000,10.000000,0.000000 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -10.000000,10.000000,0.000000 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,22.000000,0.000000 -5 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - - -XuiSliderDifficulty -350.000000 -38.000000 -15.000000,142.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiGameModeToggle -TexturePacksList -FocusSink - - - -XuiSlider -350.000000 -38.000000 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiGameModeToggle -344.000000 -36.000000 -18.000000,99.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiSliderDifficulty\XuiSlider -22528 - - - - -XuiGameSeed -350.000000 -26.000000 -18.000000,64.000000,0.000000 -XuiLabelDark14_1Line - - - - -XuiGameIcon -42.000000 -42.000000 -18.000000,18.000000,0.000000 -CXuiCtrl4JIcon -ItemIcon - - - - -XuiGameName -300.000000 -23.000000 -66.000000,15.000000,0.000000 -XuiLabelDark14_1Line - - - - -XuiCreatedMode -300.000000 -19.000000 -66.000000,39.000000,0.000000 -XuiLabelDark14_1Line - - - - - - -Normal - -stop - - -SlideOut - - - -SlideOutEnd - -stop - - -SlideBack - - - -SlideBackEnd - - - - -MainScene -Position - - -0 -108.500015,-12.999970,0.000000 - - - -0 -108.500008,-12.999985,0.000000 - - - -0 -0.000000,-12.999985,0.000000 - - - -0 -0.000000,-12.999985,0.000000 - - - -0 -108.500015,-12.999985,0.000000 - - - -TexturePackDetails -Position - - -0 -184.000000,2.000000,0.000000 - - - -0 -184.000000,2.000000,0.000000 - - - -0 -366.000000,2.000000,0.000000 - - - -0 -366.000000,2.000000,0.000000 - - - -0 -183.500015,2.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + LoadGameSettings + 597.000000 + 375.000000 + 21.500046,30.000000,0.000000 + CScene_LoadGameSettings + XuiBlankScene + MainScene\XuiLoadSettings + + + + + Normal + + stop + + + SlideOut + + + + SlideOutEnd + + stop + + + SlideBack + + + + SlideBackEnd + + + + + MainScene + + + none + 6 + + + + none + 22 + + + + none + 23 + + + + none + 23 + + + + none + 24 + + + + TexturePackDetails + + + none + 1 + + + + none + 1 + + + + none + 25 + + + + none + 25 + + + + none + 26 + + + + + + TexturePackDetails + 230.000000 + 378.000000 + 184.000000,2.000000,0.000000 + LeaderboardHeaderPanel + + + + ComparisonPic + 196.000000 + 112.000000 + 20.000000,254.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + TexturePackDescription + 196.000000 + 106.000000 + 20.000010,132.000000,0.000000 + XuiHtmlControl_Small + + + + + TexturePackName + 196.000000 + 43.000000 + 20.000000,82.000008,0.000000 + XuiLabelLight_FRONT_END_Shd_Wrp_Small + + + + + Icon + 64.000000 + 64.000000 + 90.000000,10.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + + MainScene + 380.000000 + 401.000000 + 108.500015,-12.999970,0.000000 + + + + Background + 380.000000 + 401.000000 + 15 + XuiScene + + + + + XuiLoadSettings + 344.000000 + 36.000000 + 18.000000,342.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiMoreOptions + 22528 + + + + + XuiMoreOptions + 344.000000 + 36.000000 + 18.000000,297.000000,0.000000 + XuiMainMenuButton_L_Thin + CheckboxOnline + XuiLoadSettings + 22528 + + + + + CheckboxOnline + 304.000000 + 26.000000 + 20.000000,272.000000,0.000000 + XuiCheckboxSmall + TexturePacksList + XuiMoreOptions + + + + + TexturePacksList + 344.000000 + 74.000000 + 18.000000,194.000000,0.000000 + CXuiCtrl4JList + XuiListTexturePackSmall + XuiSliderDifficulty\XuiSlider + CheckboxOnline + true + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 10.000000,10.000000,0.000000 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 10.000000,10.000000,0.000000 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,22.000000,0.000000 + 5 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + + XuiSliderDifficulty + 350.000000 + 38.000000 + 15.000000,142.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiGameModeToggle + TexturePacksList + FocusSink + + + + XuiSlider + 350.000000 + 38.000000 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiGameModeToggle + 344.000000 + 36.000000 + 18.000000,99.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiSliderDifficulty\XuiSlider + 22528 + + + + + XuiGameSeed + 350.000000 + 26.000000 + 18.000000,64.000000,0.000000 + XuiLabelDark14_1Line + + + + + XuiGameIcon + 42.000000 + 42.000000 + 18.000000,18.000000,0.000000 + CXuiCtrl4JIcon + ItemIcon + + + + + XuiGameName + 300.000000 + 23.000000 + 66.000000,15.000000,0.000000 + XuiLabelDark14_1Line + + + + + XuiCreatedMode + 300.000000 + 19.000000 + 66.000000,39.000000,0.000000 + XuiLabelDark14_1Line + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_main.xui b/Minecraft.Client/Common/Media/xuiscene_main.xui index 971bd483..ce10e9a0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_main.xui +++ b/Minecraft.Client/Common/Media/xuiscene_main.xui @@ -1,956 +1,124 @@ - -1280.000000 -720.000000 - - - -SceneMain -1280.000000 -720.000000 -CScene_Main -XuiMenuScene -XuiButton1 - - - -XuiButton1 -450.000000 -40.000000 -415.000000,250.000000,0.000000 -XuiMainMenuButton_L -XuiButton6 -XuiButton2 - - - - -XuiButton2 -450.000000 -40.000000 -415.000000,299.999969,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 - - - - -XuiButton3 -450.000000 -40.000000 -415.000000,349.999939,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 - - - - -XuiButton4 -450.000000 -40.000000 -415.000000,399.999939,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 - - - - -XuiButton5 -450.000000 -40.000000 -415.000000,449.999939,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 - - - - -XuiButton6 -450.000000 -40.000000 -415.000000,500.000000,0.000000 -XuiMainMenuButton_L -XuiButton5 -XuiButton1 - - - - -XuiSplash -500.000000 -50.000000 -605.000061,210.000000,0.000000 -0.000000,0.000000,-0.173648,0.984808 -TitleString - - - - -XuiSplashMCFont -500.000000 -50.000000 -612.000061,126.000000,0.000000 -CXuiCtrlSplashPulser -XuiLabel - - - - -Timer -182.000000 -168.000000 -549.000000,312.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 1280.000000 + 720.000000 + + + + SceneMain + 1280.000000 + 720.000000 + CScene_Main + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 450.000000 + 40.000000 + 415.000000,250.000000,0.000000 + XuiMainMenuButton_L + XuiButton6 + XuiButton2 + + + + + XuiButton2 + 450.000000 + 40.000000 + 415.000000,299.999969,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + + + + + XuiButton3 + 450.000000 + 40.000000 + 415.000000,349.999939,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + + + + + XuiButton4 + 450.000000 + 40.000000 + 415.000000,399.999939,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + + + + + XuiButton5 + 450.000000 + 40.000000 + 415.000000,449.999939,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + + + + + XuiButton6 + 450.000000 + 40.000000 + 415.000000,500.000000,0.000000 + XuiMainMenuButton_L + XuiButton5 + XuiButton1 + + + + + XuiSplash + 500.000000 + 50.000000 + 605.000061,210.000000,0.000000 + 0.000000,0.000000,-0.173648,0.984808 + TitleString + + + + + XuiSplashMCFont + 500.000000 + 50.000000 + 612.000061,126.000000,0.000000 + CXuiCtrlSplashPulser + XuiLabel + + + + + Timer + 182.000000 + 168.000000 + 549.000000,312.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_main_480.xui b/Minecraft.Client/Common/Media/xuiscene_main_480.xui index ca811d02..8be9b0bf 100644 --- a/Minecraft.Client/Common/Media/xuiscene_main_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_main_480.xui @@ -1,956 +1,124 @@ - -640.000000 -480.000000 - - - -SceneMain -640.000000 -480.000000 -CScene_Main -XuiMenuScene -XuiButton1 - - - -XuiButton1 -300.000000 -36.000000 -170.000031,140.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton6 -XuiButton2 - - - - -XuiButton2 -300.000000 -36.000000 -170.000031,179.999969,0.000000 -XuiMainMenuButton_L_Thin -XuiButton1 -XuiButton3 - - - - -XuiButton3 -300.000000 -36.000000 -170.000031,219.999939,0.000000 -XuiMainMenuButton_L_Thin -XuiButton2 -XuiButton4 - - - - -XuiButton4 -300.000000 -36.000000 -170.000031,259.999939,0.000000 -XuiMainMenuButton_L_Thin -XuiButton3 -XuiButton5 - - - - -XuiButton5 -300.000000 -36.000000 -170.000031,299.999939,0.000000 -XuiMainMenuButton_L_Thin -XuiButton4 -XuiButton6 - - - - -XuiButton6 -300.000000 -36.000000 -170.000031,340.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton5 -XuiButton1 - - - - -XuiSplash -250.000000 -25.000000 -331.000061,110.000000,0.000000 -0.000000,0.000000,-0.113203,0.993572 -TitleStringSmall - - - - -XuiSplashMCFont -250.000000 -25.000000 -331.000061,74.000000,0.000000 -CXuiCtrlSplashPulser - - - - -Timer -184.000000 -170.000000 -274.000000,216.000000,0.000000 -0.500000,0.500000,1.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 640.000000 + 480.000000 + + + + SceneMain + 640.000000 + 480.000000 + CScene_Main + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 300.000000 + 36.000000 + 170.000031,140.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton6 + XuiButton2 + + + + + XuiButton2 + 300.000000 + 36.000000 + 170.000031,179.999969,0.000000 + XuiMainMenuButton_L_Thin + XuiButton1 + XuiButton3 + + + + + XuiButton3 + 300.000000 + 36.000000 + 170.000031,219.999939,0.000000 + XuiMainMenuButton_L_Thin + XuiButton2 + XuiButton4 + + + + + XuiButton4 + 300.000000 + 36.000000 + 170.000031,259.999939,0.000000 + XuiMainMenuButton_L_Thin + XuiButton3 + XuiButton5 + + + + + XuiButton5 + 300.000000 + 36.000000 + 170.000031,299.999939,0.000000 + XuiMainMenuButton_L_Thin + XuiButton4 + XuiButton6 + + + + + XuiButton6 + 300.000000 + 36.000000 + 170.000031,340.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton5 + XuiButton1 + + + + + XuiSplash + 250.000000 + 25.000000 + 331.000061,110.000000,0.000000 + 0.000000,0.000000,-0.113203,0.993572 + TitleStringSmall + + + + + XuiSplashMCFont + 250.000000 + 25.000000 + 331.000061,74.000000,0.000000 + CXuiCtrlSplashPulser + + + + + Timer + 184.000000 + 170.000000 + 274.000000,216.000000,0.000000 + 0.500000,0.500000,1.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_create.xui b/Minecraft.Client/Common/Media/xuiscene_multi_create.xui index d067ade8..45a6acd3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_create.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_create.xui @@ -1,474 +1,472 @@ - -1280.000000 -720.000000 - - - -MultiGameCreate -810.000000 -532.000000 -235.000092,110.000000,0.000000 -CScene_MultiGameCreate -XuiBlankScene -MainScene\XuiEditWorldName - - - -TexturePackDetails -334.000000 -410.000000 -238.000046,64.000000,0.000000 -LeaderboardHeaderPanel - - - -ComparisonPic -292.000000 -160.000000 -26.000000,236.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - -Icon -64.000000 -64.000000 -26.000000,14.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - -TexturePackName -222.000000 -64.000000 -96.000000,14.000000,0.000000 -XuiLabelLight_FRONT_END_Shd_Wrp - - - - -TexturePackDescription -292.000000 -126.000000 -26.000000,86.000000,0.000000 -XuiHtmlControl - - - - - -MainScene -490.000000 -433.000000 -159.000000,49.000000,0.000000 - - - -Background -490.000000 -433.000000 -0.833344,0.000000,0.000000 -15 -XuiScene - - - - -XuiNewWorld -440.000000 -40.000000 -25.000015,369.000000,0.000000 -XuiMainMenuButton_L -XuiMoreOptions -22528 - - - - -XuiMoreOptions -440.000000 -40.000000 -25.000015,319.000000,0.000000 -XuiMainMenuButton_L -CheckboxOnline -XuiNewWorld -22528 - - - - -CheckboxOnline -402.000000 -34.000000 -25.000015,285.000000,0.000000 -XuiCheckbox -TexturePacksList -XuiMoreOptions - - - - -XuiSliderDifficulty -446.000000 -38.000000 -22.000017,144.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiGameModeToggle -TexturePacksList -FocusSink - - - -XuiSlider -446.000000 -38.000000 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -TexturePacksList -428.000000 -96.000000 -32.000000,189.000000,0.000000 -CXuiCtrl4JList -XuiListTexturePack -XuiSliderDifficulty\XuiSlider -CheckboxOnline -true - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,28.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,28.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -34.000000,30.000000,0.000000 -37 -false -XuiListTexturePackButton -1 - - - - - -XuiGameModeToggle -440.000000 -40.000000 -25.000015,96.999992,0.000000 -XuiMainMenuButton_L -XuiEditWorldName -XuiSliderDifficulty\XuiSlider -22528 - - - - -XuiEditWorldName -434.000000 -32.000000 -28.000000,52.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiGameModeToggle - - - - -XuiLabelWorldName -440.000000 -26.000008 -25.000000,24.000000,0.000000 -XuiLabelDark - - - - - - -Normal - -stop - - -SlideOut - - - -SlideOutEnd - -stop - - -SlideBack - - - -SlideBackEnd - -stop - - - -MainScene -Position - - -0 -159.000000,49.000000,0.000000 - - - -0 -159.000000,49.000000,0.000000 - - - -0 -0.000000,49.000000,0.000000 - - - -0 -0.000000,49.000000,0.000000 - - - -0 -159.000000,49.000000,0.000000 - - - -TexturePackDetails -Position - - -0 -238.000046,64.000000,0.000000 - - - -0 -287.000000,65.000000,0.000000 - - - -0 -477.000000,65.000000,0.000000 - - - -0 -477.000000,65.000000,0.000000 - - - -0 -287.000000,65.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + MultiGameCreate + 810.000000 + 532.000000 + 235.000092,110.000000,0.000000 + CScene_MultiGameCreate + XuiBlankScene + MainScene\XuiEditWorldName + + + + + Normal + + stop + + + SlideOut + + + + SlideOutEnd + + stop + + + SlideBack + + + + SlideBackEnd + + stop + + + + MainScene + + + none + 6 + + + + none + 6 + + + + none + 21 + + + + none + 21 + + + + none + 6 + + + + TexturePackDetails + + + none + 1 + + + + none + 22 + + + + none + 23 + + + + none + 23 + + + + none + 22 + + + + + + TexturePackDetails + 334.000000 + 410.000000 + 238.000046,64.000000,0.000000 + LeaderboardHeaderPanel + + + + ComparisonPic + 292.000000 + 160.000000 + 26.000000,236.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + Icon + 64.000000 + 64.000000 + 26.000000,14.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + TexturePackName + 222.000000 + 64.000000 + 96.000000,14.000000,0.000000 + XuiLabelLight_FRONT_END_Shd_Wrp + + + + + TexturePackDescription + 292.000000 + 126.000000 + 26.000000,86.000000,0.000000 + XuiHtmlControl + + + + + + MainScene + 490.000000 + 433.000000 + 159.000000,49.000000,0.000000 + + + + Background + 490.000000 + 433.000000 + 0.833344,0.000000,0.000000 + 15 + XuiScene + + + + + XuiNewWorld + 440.000000 + 40.000000 + 25.000015,369.000000,0.000000 + XuiMainMenuButton_L + XuiMoreOptions + 22528 + + + + + XuiMoreOptions + 440.000000 + 40.000000 + 25.000015,319.000000,0.000000 + XuiMainMenuButton_L + CheckboxOnline + XuiNewWorld + 22528 + + + + + CheckboxOnline + 402.000000 + 34.000000 + 25.000015,285.000000,0.000000 + XuiCheckbox + TexturePacksList + XuiMoreOptions + + + + + XuiSliderDifficulty + 446.000000 + 38.000000 + 22.000017,144.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiGameModeToggle + TexturePacksList + FocusSink + + + + XuiSlider + 446.000000 + 38.000000 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + TexturePacksList + 428.000000 + 96.000000 + 32.000000,189.000000,0.000000 + CXuiCtrl4JList + XuiListTexturePack + XuiSliderDifficulty\XuiSlider + CheckboxOnline + true + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,28.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,28.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 34.000000,30.000000,0.000000 + 37 + false + XuiListTexturePackButton + 1 + + + + + + XuiGameModeToggle + 440.000000 + 40.000000 + 25.000015,96.999992,0.000000 + XuiMainMenuButton_L + XuiEditWorldName + XuiSliderDifficulty\XuiSlider + 22528 + + + + + XuiEditWorldName + 434.000000 + 32.000000 + 28.000000,52.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiGameModeToggle + + + + + XuiLabelWorldName + 440.000000 + 26.000008 + 25.000000,24.000000,0.000000 + XuiLabelDark + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_create_480.xui b/Minecraft.Client/Common/Media/xuiscene_multi_create_480.xui index f8153db5..41930129 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_create_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_create_480.xui @@ -1,514 +1,512 @@ - -640.000000 -480.000000 - - - -MultiGameCreate -557.000000 -410.000000 -41.500046,20.000023,0.000000 -CScene_MultiGameCreate -XuiBlankScene -MainScene\XuiEditWorldName - - - -TexturePackDetails -230.000000 -334.000000 -163.500046,40.000000,0.000000 -LeaderboardHeaderPanel - - - -ComparisonPic -196.000000 -112.000000 -20.000000,212.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - -TexturePackDescription -196.000000 -80.000000 -20.000000,122.000000,0.000000 -XuiHtmlControl - - - - -TexturePackName -196.000000 -43.000000 -20.000000,74.000008,0.000000 -XuiLabelLight_FRONT_END_Shd_Wrp_Small - - - - -Icon -64.000000 -64.000000 -88.000000,6.000000,0.000000 -CXuiCtrl4JIcon -XuiVisualImagePresenter - - - - - -MainScene -340.000000 -355.000000 -108.500015,27.500019,0.000000 - - - -Background -340.000000 -353.000000 -15 -XuiScene - - - - -XuiNewWorld -304.000000 -36.000000 -18.000000,292.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiMoreOptions -22528 - - - - -XuiMoreOptions -304.000000 -36.000000 -18.000000,250.000000,0.000000 -XuiMainMenuButton_L_Thin -CheckboxOnline -XuiNewWorld -22528 - - - - -CheckboxOnline -304.000000 -26.000000 -18.000000,228.000000,0.000000 -XuiCheckboxSmall -TexturePacksList -XuiMoreOptions - - - - -XuiSliderDifficulty -310.000000 -38.000000 -15.000000,112.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiGameModeToggle -TexturePacksList -FocusSink - - - -XuiSlider -310.000000 -38.000000 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -TexturePacksList -304.000000 -74.000000 -18.000000,150.000000,0.000000 -CXuiCtrl4JList -XuiListTexturePackSmall -XuiSliderDifficulty\XuiSlider -CheckboxOnline -true - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -60.000000 -10.000000,10.000000,0.000000 -5 -false -XuiListTexturePackButton -1 - - - - -control_ListItem -40.000000 -40.000000 -10.000000,10.000000,0.000000 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -10.000000,10.000000,0.000000 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,22.000000,0.000000 -5 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - -control_ListItem -40.000000 -40.000000 -35.000000,24.000000,0.000000 -37 -false -XuiListTexturePackButtonSmall -1 - - - - - -XuiGameModeToggle -304.000000 -36.000000 -18.000000,70.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiEditWorldName -XuiSliderDifficulty\XuiSlider -22528 - - - - -XuiEditWorldName -298.000000 -21.000000,32.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiGameModeToggle - - - - -XuiLabelWorldName -303.444427 -28.000000 -18.000000,14.000000,0.000000 -XuiLabelDarkLeftWrapSmall10 - - - - - - -Normal - -stop - - -SlideOut - - - -SlideOutEnd - -stop - - -SlideBack - - - -SlideBackEnd - -stop - - - -MainScene -Position - - -0 -108.500015,27.500019,0.000000 - - - -0 -108.500015,27.500019,0.000000 - - - -0 -0.000000,27.500019,0.000000 - - - -0 -0.000000,27.500019,0.000000 - - - -0 -108.500015,27.500019,0.000000 - - - -TexturePackDetails -Position - - -0 -163.500046,40.000000,0.000000 - - - -0 -163.500046,40.000000,0.000000 - - - -0 -327.000000,40.000000,0.000000 - - - -0 -327.000000,40.000000,0.000000 - - - -0 -163.500046,40.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + MultiGameCreate + 557.000000 + 410.000000 + 41.500046,20.000023,0.000000 + CScene_MultiGameCreate + XuiBlankScene + MainScene\XuiEditWorldName + + + + + Normal + + stop + + + SlideOut + + + + SlideOutEnd + + stop + + + SlideBack + + + + SlideBackEnd + + stop + + + + MainScene + + + none + 6 + + + + none + 6 + + + + none + 20 + + + + none + 20 + + + + none + 6 + + + + TexturePackDetails + + + none + 1 + + + + none + 1 + + + + none + 21 + + + + none + 21 + + + + none + 1 + + + + + + TexturePackDetails + 230.000000 + 334.000000 + 163.500046,40.000000,0.000000 + LeaderboardHeaderPanel + + + + ComparisonPic + 196.000000 + 112.000000 + 20.000000,212.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + TexturePackDescription + 196.000000 + 80.000000 + 20.000000,122.000000,0.000000 + XuiHtmlControl + + + + + TexturePackName + 196.000000 + 43.000000 + 20.000000,74.000008,0.000000 + XuiLabelLight_FRONT_END_Shd_Wrp_Small + + + + + Icon + 64.000000 + 64.000000 + 88.000000,6.000000,0.000000 + CXuiCtrl4JIcon + XuiVisualImagePresenter + + + + + + MainScene + 340.000000 + 355.000000 + 108.500015,27.500019,0.000000 + + + + Background + 340.000000 + 353.000000 + 15 + XuiScene + + + + + XuiNewWorld + 304.000000 + 36.000000 + 18.000000,292.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiMoreOptions + 22528 + + + + + XuiMoreOptions + 304.000000 + 36.000000 + 18.000000,250.000000,0.000000 + XuiMainMenuButton_L_Thin + CheckboxOnline + XuiNewWorld + 22528 + + + + + CheckboxOnline + 304.000000 + 26.000000 + 18.000000,228.000000,0.000000 + XuiCheckboxSmall + TexturePacksList + XuiMoreOptions + + + + + XuiSliderDifficulty + 310.000000 + 38.000000 + 15.000000,112.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiGameModeToggle + TexturePacksList + FocusSink + + + + XuiSlider + 310.000000 + 38.000000 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + TexturePacksList + 304.000000 + 74.000000 + 18.000000,150.000000,0.000000 + CXuiCtrl4JList + XuiListTexturePackSmall + XuiSliderDifficulty\XuiSlider + CheckboxOnline + true + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 60.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiListTexturePackButton + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 10.000000,10.000000,0.000000 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 10.000000,10.000000,0.000000 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,22.000000,0.000000 + 5 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + control_ListItem + 40.000000 + 40.000000 + 35.000000,24.000000,0.000000 + 37 + false + XuiListTexturePackButtonSmall + 1 + + + + + + XuiGameModeToggle + 304.000000 + 36.000000 + 18.000000,70.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiEditWorldName + XuiSliderDifficulty\XuiSlider + 22528 + + + + + XuiEditWorldName + 298.000000 + 21.000000,32.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiGameModeToggle + + + + + XuiLabelWorldName + 303.444427 + 28.000000 + 18.000000,14.000000,0.000000 + XuiLabelDarkLeftWrapSmall10 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo.xui b/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo.xui index 12d11829..8b71db5b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo.xui @@ -1,285 +1,285 @@ - -1280.000000 -720.000000 - - - -MultiGameInfo -1280.000000 -720.000000 -CScene_MultiGameInfo -XuiBlankScene -JoinGame - - - -GamePlayers -450.000000 -342.000000 -228.000046,250.000000,0.000000 -XuiPlayerList_NoIcon -JoinGame - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - - -JoinGame -450.000000 -40.000000 -414.000000,200.000000,0.000000 -XuiMainMenuButton_L -GamePlayers -22528 - - - - -GameSettings -364.000000 -342.000000 -688.000061,250.000000,0.000000 -GraphicPanel - - - -LabelDifficulty -326.000000 -32.000000 -20.000000,12.000000,0.000000 -XuiLabelDark - - - - -Difficulty -326.000000 -32.000000 -20.000000,12.000000,0.000000 -XuiLabelDarkRight - - - - -LabelGameType -326.000000 -32.000000 -20.000000,44.000000,0.000000 -XuiLabelDark - - - - -GameType -326.000000 -32.000000 -20.000000,44.000000,0.000000 -XuiLabelDarkRight - - - - -LabelGamertagsOn -326.000000 -32.000000 -20.000000,76.000000,0.000000 -XuiLabelDark - - - - -GamertagsOn -326.000000 -32.000000 -20.000000,76.000000,0.000000 -XuiLabelDarkRight - - - - -LabelStructuresOn -326.000000 -32.000000 -20.000000,108.000000,0.000000 -XuiLabelDark - - - - -StructuresOn -326.000000 -32.000000 -20.000000,108.000000,0.000000 -XuiLabelDarkRight - - - - -LabelLevelType -326.000000 -32.000000 -20.000000,140.000000,0.000000 -XuiLabelDark - - - - -LevelType -326.000000 -32.000000 -20.000000,140.000000,0.000000 -XuiLabelDarkRight - - - - -LabelPvP -326.000000 -32.000000 -20.000000,172.000000,0.000000 -XuiLabelDarkLeftWrap16 - - - - -PvP -326.000000 -32.000000 -20.000000,172.000000,0.000000 -XuiLabelDarkRight - - - - -LabelTrust -326.000000 -32.000000 -20.000000,204.000000,0.000000 -XuiLabelDarkLeftWrap16 - - - - -Trust -326.000000 -32.000000 -20.000000,204.000000,0.000000 -XuiLabelDarkRight - - - - -LabelTNTOn -326.000000 -32.000000 -20.000000,236.000000,0.000000 -XuiLabelDarkLeftWrap16 - - - - -TNTOn -326.000000 -32.000000 -20.000000,236.000000,0.000000 -XuiLabelDarkRight - - - - -LabelFireOn -326.000000 -32.000000 -20.000000,268.000000,0.000000 -XuiLabelDarkLeftWrap16 - - - - -FireOn -326.000000 -32.000000 -20.000000,268.000000,0.000000 -XuiLabelDarkRight - - - - + + 1280.000000 + 720.000000 + + + + MultiGameInfo + 1280.000000 + 720.000000 + CScene_MultiGameInfo + XuiBlankScene + JoinGame + + + + GamePlayers + 450.000000 + 342.000000 + 228.000046,250.000000,0.000000 + XuiPlayerList_NoIcon + JoinGame + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + + JoinGame + 450.000000 + 40.000000 + 414.000000,200.000000,0.000000 + XuiMainMenuButton_L + GamePlayers + 22528 + + + + + GameSettings + 364.000000 + 342.000000 + 688.000061,250.000000,0.000000 + GraphicPanel + + + + LabelDifficulty + 326.000000 + 32.000000 + 20.000000,12.000000,0.000000 + XuiLabelDark + + + + + Difficulty + 326.000000 + 32.000000 + 20.000000,12.000000,0.000000 + XuiLabelDarkRight + + + + + LabelGameType + 326.000000 + 32.000000 + 20.000000,44.000000,0.000000 + XuiLabelDark + + + + + GameType + 326.000000 + 32.000000 + 20.000000,44.000000,0.000000 + XuiLabelDarkRight + + + + + LabelGamertagsOn + 326.000000 + 32.000000 + 20.000000,76.000000,0.000000 + XuiLabelDark + + + + + GamertagsOn + 326.000000 + 32.000000 + 20.000000,76.000000,0.000000 + XuiLabelDarkRight + + + + + LabelStructuresOn + 326.000000 + 32.000000 + 20.000000,108.000000,0.000000 + XuiLabelDark + + + + + StructuresOn + 326.000000 + 32.000000 + 20.000000,108.000000,0.000000 + XuiLabelDarkRight + + + + + LabelLevelType + 326.000000 + 32.000000 + 20.000000,140.000000,0.000000 + XuiLabelDark + + + + + LevelType + 326.000000 + 32.000000 + 20.000000,140.000000,0.000000 + XuiLabelDarkRight + + + + + LabelPvP + 326.000000 + 32.000000 + 20.000000,172.000000,0.000000 + XuiLabelDarkLeftWrap16 + + + + + PvP + 326.000000 + 32.000000 + 20.000000,172.000000,0.000000 + XuiLabelDarkRight + + + + + LabelTrust + 326.000000 + 32.000000 + 20.000000,204.000000,0.000000 + XuiLabelDarkLeftWrap16 + + + + + Trust + 326.000000 + 32.000000 + 20.000000,204.000000,0.000000 + XuiLabelDarkRight + + + + + LabelTNTOn + 326.000000 + 32.000000 + 20.000000,236.000000,0.000000 + XuiLabelDarkLeftWrap16 + + + + + TNTOn + 326.000000 + 32.000000 + 20.000000,236.000000,0.000000 + XuiLabelDarkRight + + + + + LabelFireOn + 326.000000 + 32.000000 + 20.000000,268.000000,0.000000 + XuiLabelDarkLeftWrap16 + + + + + FireOn + 326.000000 + 32.000000 + 20.000000,268.000000,0.000000 + XuiLabelDarkRight + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo_480.xui b/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo_480.xui index 550fa806..301b9947 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_gameinfo_480.xui @@ -1,292 +1,292 @@ - -640.000000 -480.000000 - - - -MultiGameInfo -640.000000 -480.000000 -CScene_MultiGameInfo -XuiBlankScene -JoinGame - - - -GamePlayers -300.000000 -240.000000 -44.000004,180.000046,0.000000 -XuiPlayerListSmall_NoIcon -JoinGame - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - - -JoinGame -300.000000 -36.000000 -170.000015,140.000046,0.000000 -XuiMainMenuButton_L_Thin -GamePlayers -22528 - - - - -GameSettings -245.000000 -240.000000 -351.000061,180.000000,0.000000 -GraphicPanel - - - -LabelDifficulty -207.000000 -22.000000 -20.000000,12.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -Difficulty -207.000000 -22.000000 -20.000000,12.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelGameType -207.000000 -22.000000 -20.000000,34.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -GameType -207.000000 -22.000000 -20.000000,34.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelGamertagsOn -207.000000 -22.000000 -20.000000,56.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -GamertagsOn -207.000000 -22.000000 -20.000000,56.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelStructuresOn -207.000000 -22.000000 -20.000000,78.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -StructuresOn -207.000000 -22.000000 -20.000000,78.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelLevelType -207.000000 -22.000000 -20.000000,100.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -LevelType -207.000000 -22.000000 -20.000000,100.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelPvP -207.000000 -22.000000 -20.000000,122.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -PvP -207.000000 -22.000000 -20.000000,122.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelTrust -207.000000 -22.000000 -20.000000,144.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -Trust -207.000000 -22.000000 -20.000000,144.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelTNTOn -207.000000 -22.000000 -20.000000,166.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -TNTOn -207.000000 -22.000000 -20.000000,166.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - -LabelFireOn -207.000000 -22.000000 -20.000000,188.000000,0.000000 -5 -XuiLabelDarkLeftWrapSmall - - - - -FireOn -207.000000 -22.000000 -20.000000,188.000000,0.000000 -5 -XuiLabelDarkSmallRight - - - - + + 640.000000 + 480.000000 + + + + MultiGameInfo + 640.000000 + 480.000000 + CScene_MultiGameInfo + XuiBlankScene + JoinGame + + + + GamePlayers + 300.000000 + 240.000000 + 44.000004,180.000046,0.000000 + XuiPlayerListSmall_NoIcon + JoinGame + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + + JoinGame + 300.000000 + 36.000000 + 170.000015,140.000046,0.000000 + XuiMainMenuButton_L_Thin + GamePlayers + 22528 + + + + + GameSettings + 245.000000 + 240.000000 + 351.000061,180.000000,0.000000 + GraphicPanel + + + + LabelDifficulty + 207.000000 + 22.000000 + 20.000000,12.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + Difficulty + 207.000000 + 22.000000 + 20.000000,12.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelGameType + 207.000000 + 22.000000 + 20.000000,34.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + GameType + 207.000000 + 22.000000 + 20.000000,34.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelGamertagsOn + 207.000000 + 22.000000 + 20.000000,56.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + GamertagsOn + 207.000000 + 22.000000 + 20.000000,56.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelStructuresOn + 207.000000 + 22.000000 + 20.000000,78.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + StructuresOn + 207.000000 + 22.000000 + 20.000000,78.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelLevelType + 207.000000 + 22.000000 + 20.000000,100.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + LevelType + 207.000000 + 22.000000 + 20.000000,100.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelPvP + 207.000000 + 22.000000 + 20.000000,122.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + PvP + 207.000000 + 22.000000 + 20.000000,122.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelTrust + 207.000000 + 22.000000 + 20.000000,144.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + Trust + 207.000000 + 22.000000 + 20.000000,144.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelTNTOn + 207.000000 + 22.000000 + 20.000000,166.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + TNTOn + 207.000000 + 22.000000 + 20.000000,166.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + + LabelFireOn + 207.000000 + 22.000000 + 20.000000,188.000000,0.000000 + 5 + XuiLabelDarkLeftWrapSmall + + + + + FireOn + 207.000000 + 22.000000 + 20.000000,188.000000,0.000000 + 5 + XuiLabelDarkSmallRight + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_joinload.xui b/Minecraft.Client/Common/Media/xuiscene_multi_joinload.xui index 57175046..e2ffce78 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_joinload.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_joinload.xui @@ -1,1851 +1,97 @@ - -1280.000000 -720.000000 - - - -MultiGameJoinLoad -1040.000000 -426.000000 -120.000000,206.000000,0.000000 -CScene_MultiGameJoinLoad -XuiScene -SavesList - - - -GamesList -500.000000 -386.000000 -524.000000,22.000008,0.000000 -CXuiCtrl4JList -XuiListRecessed -SavesList -SavesList - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L_NoIcon - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -Timer -184.000000 -170.000000 -682.000000,170.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -LabelNoGames -342.000000 -56.000000 -580.000000,210.000000,0.000000 -false -XuiLabelDarkCentred - - - - -SavesList -500.000000 -386.000000 -18.000000,22.000008,0.000000 -CXuiCtrl4JList -XuiListRecessed -GamesList -GamesList - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,42.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -SavesTimer -184.000000 -170.000000 -178.000000,170.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 1280.000000 + 720.000000 + + + + MultiGameJoinLoad + 1040.000000 + 426.000000 + 120.000000,206.000000,0.000000 + CScene_MultiGameJoinLoad + XuiScene + SavesList + + + + GamesList + 500.000000 + 386.000000 + 524.000000,22.000008,0.000000 + CXuiCtrl4JList + XuiListRecessed + SavesList + SavesList + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiListButton_L_NoIcon + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + + Timer + 184.000000 + 170.000000 + 682.000000,170.000000,0.000000 + XuiBlankScene + + + + Timer_Square_1 + 42.000000 + 42.000000 + 14.000000,3.000000,0.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_joinload_480.xui b/Minecraft.Client/Common/Media/xuiscene_multi_joinload_480.xui index 3d6472d0..44632329 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_joinload_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_joinload_480.xui @@ -1,1917 +1,126 @@ - -640.000000 -480.000000 - - - -MultiGameJoinLoad -596.000000 -290.000000 -24.000000,124.000000,0.000000 -CScene_MultiGameJoinLoad -XuiScene -SavesList - - - -GamesList -320.000000 -266.000000 -262.000000,14.000000,0.000000 -CXuiCtrl4JList -XuiListRecessedThin -SavesList -SavesList - - - -control_ListItem -469.000000 -86.000000 -16.000000,32.000000,0.000000 -5 -false -XuiButton - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin_NoIcon - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -Timer -72.000000 -72.000000 -388.000000,112.000000,0.000000 -15 -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - -LabelNoGames -200.000000 -78.000000 -322.000000,136.000000,0.000000 -false -XuiLabelDarkCentredWrapSmall - - - - -SavesList -250.000000 -265.000000 -12.000000,14.000000,0.000000 -CXuiCtrl4JList -XuiListRecessedThin -GamesList -GamesList - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin - - - - -control_ListItem -410.000000 -15.000000,30.000000,0.000000 -5 -false -XuiListButton_LThin - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - - -SavesTimer -72.000000 -72.000000 -102.000000,112.000000,0.000000 -15 -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -true -MenuTitleLogo - - + + 640.000000 + 480.000000 + + + + MultiGameJoinLoad + 596.000000 + 290.000000 + 24.000000,124.000000,0.000000 + CScene_MultiGameJoinLoad + XuiScene + SavesList + + + + GamesList + 320.000000 + 266.000000 + 262.000000,14.000000,0.000000 + CXuiCtrl4JList + XuiListRecessedThin + SavesList + SavesList + + + + control_ListItem + 469.000000 + 86.000000 + 16.000000,32.000000,0.000000 + 5 + false + XuiButton + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 410.000000 + 15.000000,30.000000,0.000000 + 5 + false + XuiListButton_LThin_NoIcon + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + + Timer + 72.000000 + 72.000000 + 388.000000,112.000000,0.000000 + 15 + XuiBlankScene + + + + Timer_Square_1 + 21.000000 + 21.000000 + false + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.h b/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.h index c808d117..c5c028ff 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.h +++ b/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.h @@ -32,3 +32,5 @@ #define IDC_LabelGameOptions L"LabelGameOptions" #define IDC_LabelWorldOptions L"LabelWorldOptions" #define IDC_MultiGameLaunchMoreOptions L"MultiGameLaunchMoreOptions" +#define IDC_GenerationOptions L"GenerationOptions" +#define IDC_HostOptions L"HostOptions" diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.xui b/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.xui index ba1edc5e..7ff10f1b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options.xui @@ -1,486 +1,424 @@ - -1280.000000 -720.000000 - - - -MultiGameLaunchMoreOptions -1280.000000 -720.000000 -CScene_MultiGameLaunchMoreOptions -XuiBlankScene -WorldOptionsGroup\WorldOptions\XuiEditSeed - - - -OptionsTab_off -244.000000 -58.000000 -534.000000,108.000008,0.000000 -1 -Graphics\PanelsAndTabs\MoreOptionsTabOff.png -48 - - - - -GameOptionsGroup -700.000000 -430.000000 -290.000061,146.000015,0.000000 -false -true - - - -GameOptionsDescription -260.000000 -418.000000 -486.000000,14.000000,0.000000 -10 -TipPanel - - - - -GameOptions -488.000000 -440.000000 -0.000013,0.000000,0.000000 -10 -XuiScene - - - -CheckboxNaturalRegeneration -402.000000 -34.000000 -24.000015,393.000000,0.000000 -2 -XuiCheckbox -CheckboxTileDrops - - - - -CheckboxTileDrops -402.000000 -34.000000 -24.000015,359.000000,0.000000 -2 -XuiCheckbox -CheckboxMobLoot -CheckboxNaturalRegeneration - - - - -CheckboxMobLoot -402.000000 -34.000000 -24.000015,325.000000,0.000000 -2 -XuiCheckbox -CheckboxMobGriefing -CheckboxTileDrops - - - - -CheckboxMobGriefing -402.000000 -34.000000 -24.000015,291.000000,0.000000 -2 -XuiCheckbox -CheckboxMobSpawning -CheckboxMobLoot - - - - -CheckboxMobSpawning -402.000000 -34.000000 -24.000015,257.000000,0.000000 -2 -XuiCheckbox -CheckboxKeepInventory -CheckboxMobGriefing - - - - -CheckboxKeepInventory -402.000000 -34.000000 -24.000015,223.000015,0.000000 -2 -XuiCheckbox -CheckboxDayLightCycle -CheckboxMobSpawning - - - - -CheckboxDayLightCycle -402.000000 -34.000000 -24.000015,189.000015,0.000000 -2 -XuiCheckbox -CheckboxHostPrivileges -CheckboxKeepInventory - - - - -CheckboxHostPrivileges -402.000000 -34.000000 -24.000015,154.166672,0.000000 -2 -XuiCheckbox -CheckboxPVP -CheckboxDayLightCycle - - - - -CheckboxPVP -402.000000 -34.000000 -24.000015,121.000008,0.000000 -2 -XuiCheckbox -CheckboxAllowFoF -CheckboxHostPrivileges - - - - -CheckboxAllowFoF -402.000000 -34.000000 -24.000015,87.000015,0.000000 -XuiCheckbox -CheckboxInviteOnly -CheckboxPVP - - - - -CheckboxInviteOnly -402.000000 -34.000000 -24.000015,53.000015,0.000000 -XuiCheckbox -CheckboxOnline -CheckboxAllowFoF - - - - -CheckboxOnline -402.000000 -34.000000 -24.000015,19.000015,0.000000 -XuiCheckbox -CheckboxInviteOnly - - - - - - -WorldOptionsGroup -700.000000 -369.000000 -290.000031,146.000000,0.000000 -true - - - -WorldOptionsDescription -260.000000 -352.000000 -486.000031,14.000000,0.000000 -10 -TipPanel - - - - -WorldOptions -488.000000 -370.000000 -0.000029,0.000008,0.000000 -10 -XuiScene - - - -CheckboxFireSpreads -402.000000 -34.000000 -24.000015,318.000000,0.000000 -XuiCheckbox -CheckboxTNT - - - - -CheckboxTNT -402.000000 -34.000000 -24.000015,284.000000,0.000000 -XuiCheckbox -CheckboxTrustSystem -CheckboxFireSpreads - - - - -CheckboxTrustSystem -402.000000 -34.000000 -24.000015,250.000000,0.000000 -XuiCheckbox -CheckboxResetNether -CheckboxTNT - - - - -CheckboxResetNether -402.000000 -34.000000 -24.000015,216.000000,0.000000 -XuiCheckbox -CheckboxBonusChest -CheckboxTrustSystem - - - - -CheckboxBonusChest -402.000000 -34.000000 -24.000015,182.000000,0.000000 -XuiCheckbox -CheckboxFlatWorld -CheckboxResetNether - - - - -CheckboxFlatWorld -402.000000 -34.000000 -24.000015,148.000000,0.000000 -XuiCheckbox -CheckboxStructures -CheckboxBonusChest - - - - -CheckboxStructures -402.000000 -34.000000 -24.000015,114.000000,0.000000 -XuiCheckbox -XuiEditSeed -CheckboxFlatWorld - - - - -XuiLabelRandomSeed -402.000000 -31.000000 -24.000000,82.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -XuiEditSeed -402.000000 -32.000000 -24.000000,44.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -CheckboxStructures - - - - -XuiLabelSeed -402.000000 -26.000000 -24.000000,16.000000,0.000000 -XuiLabelDark - - - - - - -WorldOptionsTab -244.000000 -58.000000 -290.000000,103.000008,0.000000 -1 -Graphics\PanelsAndTabs\WorldOptionsTabOn.png -48 - - - - -GameOptionsTab -244.000000 -58.000000 -534.000000,103.000008,0.000000 -false -1 -Graphics\PanelsAndTabs\GameOptionsTabOn.png -48 - - - - -LabelGameOptions -224.000000 -24.000000 -544.000000,122.000000,0.000000 -XuiLabelDarkCentred -Game Options - - - - -LabelWorldOptions -224.000000 -24.000000 -300.000000,116.000000,0.000000 -XuiLabelDarkCentred -World Options + + 1280.000000 + 720.000000 + + + + MultiGameLaunchMoreOptions + 1280.000000 + 720.000000 + CScene_MultiGameLaunchMoreOptions + XuiBlankScene + WorldOptionsGroup\WorldOptions\XuiEditSeed + + + + + WorldOptions + + stop + + + GameOptions + + stop + + + + GameOptionsGroup + + + none + 0 + + + + none + 1 + + + + + + + + + OptionsTab_off + 244.000000 + 58.000000 + 534.000000,108.000008,0.000000 + 1 + Graphics\PanelsAndTabs\MoreOptionsTabOff.png + 48 + + + + + GameOptionsGroup + 700.000000 + 430.000000 + 290.000061,146.000015,0.000000 + false + true + + + + GameOptionsDescriptionGroup + 260.000000 + 418.000000 + 486.000000,14.000000,0.000000 + 10 + LeaderboardHeaderPanel + + + + GameOptionsDescription + 237.000000 + 309.000000 + 10.000000,14.000000,0.000000 + 10 + XuiHtmlControl + + + + + + GameOptions + 488.000000 + 440.000000 + 0.000013,0.000000,0.000000 + 10 + XuiScene + + + + CheckboxNaturalRegeneration + 402.000000 + 34.000000 + 24.000015,393.000000,0.000000 + 2 + XuiCheckbox + CheckboxTileDrops + + + + + CheckboxTileDrops + 402.000000 + 34.000000 + 24.000015,359.000000,0.000000 + 2 + XuiCheckbox + CheckboxMobLoot + CheckboxNaturalRegeneration + + + + + CheckboxMobLoot + 402.000000 + 34.000000 + 24.000015,325.000000,0.000000 + 2 + XuiCheckbox + CheckboxMobGriefing + CheckboxTileDrops + + + + + CheckboxMobGriefing + 402.000000 + 34.000000 + 24.000015,291.000000,0.000000 + 2 + XuiCheckbox + CheckboxMobSpawning + CheckboxMobLoot + + + + + CheckboxMobSpawning + 402.000000 + 34.000000 + 24.000015,257.000000,0.000000 + 2 + XuiCheckbox + CheckboxKeepInventory + CheckboxMobGriefing + + + + + CheckboxKeepInventory + 402.000000 + 34.000000 + 24.000015,223.000015,0.000000 + 2 + XuiCheckbox + CheckboxDayLightCycle + CheckboxMobSpawning + + + + + CheckboxDayLightCycle + 402.000000 + 34.000000 + 24.000015,189.000015,0.000000 + 2 + XuiCheckbox + CheckboxHostPrivileges + CheckboxKeepInventory + + + + + CheckboxHostPrivileges + 402.000000 + 34.000000 + 24.000015,154.166672,0.000000 + 2 + XuiCheckbox + CheckboxPVP + CheckboxDayLightCycle + + + + + CheckboxPVP + 402.000000 + 34.000000 + 24.000015,121.000008,0.000000 + 2 + XuiCheckbox + CheckboxAllowFoF + CheckboxHostPrivileges + + + + + CheckboxAllowFoF + 402.000000 + 34.000000 + 24.000015,87.000015,0.000000 + XuiCheckbox + CheckboxInviteOnly + CheckboxPVP + + + + + CheckboxInviteOnly + 402.000000 + 34.000000 + 24.000015,53.000015,0.000000 + XuiCheckbox + CheckboxOnline + CheckboxAllowFoF + + + + + CheckboxOnline + 402.000000 + 34.000000 + 24.000015,19.000015,0.000000 + XuiCheckbox + CheckboxInviteOnly + + + + + + + WorldOptionsGroup + 700.000000 + 369.000000 + 290.000031,146.000000,0.000000 + true + + + + WorldOptionsDescriptionGroup + 260.000000 + 352.000000 + 486.000000,14.000000,0.000000 + 10 + LeaderboardHeaderPanel + + + + WorldOptionsDescription + 237.000000 + 309.000000 + 10.000000,14.000000,0.000000 + 10 + XuiHtmlControl + + + + + + WorldOptions + 488.000000 + 370.000000 + 0.000029,0.000008,0.000000 + 10 + XuiScene + + + + CheckboxFireSpreads + 402.000000 + 34.000000 + 24.000015,318.000000,0.000000 + XuiCheckbox + CheckboxTNT + + + + + CheckboxTNT + 402.000000 + 34.000000 + 24.000015,284.000000,0.000000 + XuiCheckbox + CheckboxTrustSystem + CheckboxFireSpreads + + + + + CheckboxTrustSystem + 402.000000 + 34.000000 + 24.000015,250.000000,0.000000 + XuiCheckbox + CheckboxResetNether + CheckboxTNT + + + + + CheckboxResetNether + 402.000000 + 34.000000 + 24.000015,216.000000,0.000000 + XuiCheckbox + CheckboxBonusChest + CheckboxTrustSystem + + + + + CheckboxBonusChest + 402.000000 + 34.000000 + 24.000015,182.000000,0.000000 + XuiCheckbox + CheckboxFlatWorld + CheckboxResetNether + + + + + CheckboxFlatWorld + 402.000000 + 34.000000 + 24.000015,148.000000,0.000000 + XuiCheckbox + CheckboxStructures + CheckboxBonusChest + + + + + CheckboxStructures + 402.000000 + 34.000000 + 24.000015,114.000000,0.000000 + XuiCheckbox + XuiEditSeed + CheckboxFlatWorld + + + + + XuiLabelRandomSeed + 402.000000 + 31.000000 + 24.000000,82.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + XuiEditSeed + 402.000000 + 32.000000 + 24.000000,44.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + CheckboxStructures + + + + + XuiLabelSeed + 402.000000 + 26.000000 + 24.000000,16.000000,0.000000 + XuiLabelDark + + + + + + + WorldOptionsTab + 244.000000 + 58.000000 + 290.000000,103.000008,0.000000 + 1 + Graphics\PanelsAndTabs\WorldOptionsTabOn.png + 48 + + + + + GameOptionsTab + 244.000000 + 58.000000 + 534.000000,103.000008,0.000000 + false + 1 + Graphics\PanelsAndTabs\GameOptionsTabOn.png + 48 + + + + + LabelGameOptions + 224.000000 + 24.000000 + 544.000000,122.000000,0.000000 + XuiLabelDarkCentred + Game Options + + + + + LabelWorldOptions + 224.000000 + 24.000000 + 300.000000,116.000000,0.000000 + XuiLabelDarkCentred + World Options - - - - - -WorldOptions - -stop - - -GameOptions - -stop - - - -GameOptionsGroup -Show - - -0 -false - - - -0 -true - - - -WorldOptionsGroup -Show - - -0 -true - - - -0 -false - - - -OptionsTab_off -Position - - -0 -534.000000,108.000008,0.000000 - - - -0 -290.000000,108.000008,0.000000 - - - -WorldOptionsTab -Show - - -0 -true - - - -0 -false - - - -GameOptionsTab -Show - - -0 -false - - - -0 -true - - - -LabelGameOptions -Position - - -0 -544.000000,122.000000,0.000000 - - - -0 -544.000000,116.000000,0.000000 - - - -LabelWorldOptions -Position - - -0 -300.000000,116.000000,0.000000 - - - -0 -300.000000,122.000000,0.000000 - - - - + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options_480.xui b/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options_480.xui index f964b51a..e40ab629 100644 --- a/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_multi_launch_more_options_480.xui @@ -1,481 +1,415 @@ - -640.000000 -480.000000 - - - -MultiGameLaunchMoreOptions -640.000000 -480.000000 -CScene_MultiGameLaunchMoreOptions -XuiBlankScene -WorldOptionsGroup\WorldOptions\XuiEditSeed - - - -OptionsTab_off -175.000000 -40.000000 -235.000000,44.000000,0.000000 -1 -Graphics\PanelsAndTabs\MoreOptionsTabOff_Small.png -48 - - - - -GameOptionsGroup -510.000000 -328.000000 -60.000000,76.000015,0.000000 -false -true - - - -GameOptionsDescription -182.000000 -312.000000 -347.000000,10.000000,0.000000 -10 -TipPanel - - - - -GameOptions -350.000000 -328.000000 -0.000015,0.000002,0.000000 -GraphicPanel - - - -CheckboxNaturalRegeneration -304.000000 -26.000000 -16.000000,299.000000,0.000000 -XuiCheckboxSmall -CheckboxTileDrops - - - - -CheckboxTileDrops -304.000000 -26.000000 -16.000000,273.000000,0.000000 -XuiCheckboxSmall -CheckboxMobLoot -CheckboxNaturalRegeneration - - - - -CheckboxMobLoot -304.000000 -26.000000 -16.000000,247.000000,0.000000 -XuiCheckboxSmall -CheckboxMobGriefing -CheckboxTileDrops - - - - -CheckboxMobGriefing -304.000000 -26.000000 -16.000000,221.000000,0.000000 -XuiCheckboxSmall -CheckboxMobSpawning -CheckboxMobLoot - - - - -CheckboxMobSpawning -304.000000 -26.000000 -16.000000,195.000000,0.000000 -XuiCheckboxSmall -CheckboxKeepInventory -CheckboxMobGriefing - - - - -CheckboxKeepInventory -304.000000 -26.000000 -16.000000,169.000000,0.000000 -XuiCheckboxSmall -CheckboxDayLightCycle -CheckboxMobSpawning - - - - -CheckboxDayLightCycle -304.000000 -26.000000 -16.000000,143.000000,0.000000 -XuiCheckboxSmall -CheckboxHostPrivileges -CheckboxKeepInventory - - - - -CheckboxHostPrivileges -304.000000 -26.000000 -16.000000,116.999992,0.000000 -XuiCheckboxSmall -CheckboxPVP -CheckboxDayLightCycle - - - - -CheckboxPVP -304.000000 -26.000000 -16.000000,90.999992,0.000000 -XuiCheckboxSmall -CheckboxAllowFoF -CheckboxHostPrivileges - - - - -CheckboxAllowFoF -304.000000 -25.000000 -16.000000,66.000000,0.000000 -XuiCheckboxSmall -CheckboxInviteOnly -CheckboxPVP - - - - -CheckboxInviteOnly -304.000000 -26.000000 -16.000000,39.999992,0.000000 -XuiCheckboxSmall -CheckboxOnline -CheckboxAllowFoF - - - - -CheckboxOnline -304.000000 -26.000000 -16.000000,13.999992,0.000000 -XuiCheckboxSmall -CheckboxInviteOnly - - - - - - -WorldOptionsGroup -510.000000 -305.000000 -60.000000,76.000000,0.000000 -true - - - -WorldOptionsDescription -182.000000 -298.000000 -347.000000,10.000000,0.000000 -10 -TipPanel - - - - -WorldOptions -350.000000 -315.000000 -0.000015,0.000000,0.000000 -10 -GraphicPanel - - - -CheckboxFireSpreads -304.000000 -26.000000 -19.000000,253.000000,0.000000 -XuiCheckboxSmall -CheckboxTNT - - - - -CheckboxTNT -304.000000 -26.000000 -19.000000,227.000000,0.000000 -XuiCheckboxSmall -CheckboxTrustSystem -CheckboxFireSpreads - - - - -CheckboxTrustSystem -304.000000 -26.000000 -19.000000,201.000000,0.000000 -XuiCheckboxSmall -CheckboxResetNether -CheckboxTNT - - - - -CheckboxResetNether -304.000000 -26.000000 -19.000000,175.000000,0.000000 -XuiCheckboxSmall -CheckboxBonusChest -CheckboxTrustSystem - - - - -CheckboxBonusChest -304.000000 -26.000000 -19.000000,149.000000,0.000000 -XuiCheckboxSmall -CheckboxFlatWorld -CheckboxResetNether - - - - -CheckboxFlatWorld -304.000000 -26.000000 -19.000000,123.000000,0.000000 -XuiCheckboxSmall -CheckboxStructures -CheckboxBonusChest - - - - -CheckboxStructures -304.000000 -26.000000 -19.000000,97.000000,0.000000 -XuiCheckboxSmall -XuiEditSeed -CheckboxFlatWorld - - - - -XuiLabelRandomSeed -304.000000 -21.924896 -18.000000,70.000000,0.000000 -XuiLabelDarkLeftWrapSmall8 - - - - -XuiEditSeed -310.000000 -20.000000,36.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -CheckboxStructures - - - - -XuiLabelSeed -303.444427 -28.000000 -18.000000,18.000000,0.000000 -XuiLabelDarkLeftWrapSmall10 - - - - - - -WorldOptionsTab -175.000000 -40.000000 -60.000000,44.000000,0.000000 -1 -Graphics\PanelsAndTabs\WorldOptionsTabOn_Small.png -48 - - - - -GameOptionsTab -175.000000 -40.000000 -235.000000,44.000000,0.000000 -false -1 -Graphics\PanelsAndTabs\GameOptionsTabOn_Small.png -48 - - - - -LabelGameOptions -160.000000 -24.000000 -242.000000,52.000000,0.000000 -XuiLabelDarkCentredSmall -Game Options - - - - -LabelWorldOptions -160.000000 -24.000000 -68.000000,48.000000,0.000000 -XuiLabelDarkCentredSmall -World Options + + 640.000000 + 480.000000 + + + + MultiGameLaunchMoreOptions + 640.000000 + 480.000000 + CScene_MultiGameLaunchMoreOptions + XuiBlankScene + WorldOptionsGroup\WorldOptions\XuiEditSeed + + + + + WorldOptions + + stop + + + GameOptions + + stop + + + + GameOptionsGroup + + + none + 0 + 16777216 + + + + none + 2097184 + 2 + + + + + + + + + OptionsTab_off + 175.000000 + 40.000000 + 235.000000,44.000000,0.000000 + 1 + Graphics\PanelsAndTabs\MoreOptionsTabOff_Small.png + 48 + + + + + GameOptionsGroup + 510.000000 + 328.000000 + 60.000000,76.000015,0.000000 + false + true + + + + GameOptionsDescriptionGroup + 182.000000 + 312.000000 + 347.000000,10.000000,0.000000 + 10 + LeaderboardHeaderPanel + + + + GameOptionsDescription + 160.000000 + 265.000000 + 10.000000,14.000000,0.000000 + 10 + XuiHtmlControl + + + + + + GameOptions + 350.000000 + 328.000000 + 0.000015,0.000002,0.000000 + GraphicPanel + + + + CheckboxNaturalRegeneration + 304.000000 + 26.000000 + 16.000000,299.000000,0.000000 + XuiCheckboxSmall + CheckboxTileDrops + + + + + CheckboxTileDrops + 304.000000 + 26.000000 + 16.000000,273.000000,0.000000 + XuiCheckboxSmall + CheckboxMobLoot + CheckboxNaturalRegeneration + + + + + CheckboxMobLoot + 304.000000 + 26.000000 + 16.000000,247.000000,0.000000 + XuiCheckboxSmall + CheckboxMobGriefing + CheckboxTileDrops + + + + + CheckboxMobGriefing + 304.000000 + 26.000000 + 16.000000,221.000000,0.000000 + XuiCheckboxSmall + CheckboxMobSpawning + CheckboxMobLoot + + + + + CheckboxMobSpawning + 304.000000 + 26.000000 + 16.000000,195.000000,0.000000 + XuiCheckboxSmall + CheckboxKeepInventory + CheckboxMobGriefing + + + + + CheckboxKeepInventory + 304.000000 + 26.000000 + 16.000000,169.000000,0.000000 + XuiCheckboxSmall + CheckboxDayLightCycle + CheckboxMobSpawning + + + + + CheckboxDayLightCycle + 304.000000 + 26.000000 + 16.000000,143.000000,0.000000 + XuiCheckboxSmall + CheckboxHostPrivileges + CheckboxKeepInventory + + + + + CheckboxHostPrivileges + 304.000000 + 26.000000 + 16.000000,116.999992,0.000000 + XuiCheckboxSmall + CheckboxPVP + CheckboxDayLightCycle + + + + + CheckboxPVP + 304.000000 + 26.000000 + 16.000000,90.999992,0.000000 + XuiCheckboxSmall + CheckboxAllowFoF + CheckboxHostPrivileges + + + + + CheckboxAllowFoF + 304.000000 + 25.000000 + 16.000000,66.000000,0.000000 + XuiCheckboxSmall + CheckboxInviteOnly + CheckboxPVP + + + + + CheckboxInviteOnly + 304.000000 + 26.000000 + 16.000000,39.999992,0.000000 + XuiCheckboxSmall + CheckboxOnline + CheckboxAllowFoF + + + + + CheckboxOnline + 304.000000 + 26.000000 + 16.000000,13.999992,0.000000 + XuiCheckboxSmall + CheckboxInviteOnly + + + + + + + WorldOptionsGroup + 510.000000 + 305.000000 + 60.000000,76.000000,0.000000 + true + + + + WorldOptionsDescriptionGroup + 182.000000 + 298.000000 + 347.000000,10.000000,0.000000 + 10 + LeaderboardHeaderPanel + + + + WorldOptionsDescription + 161.000000 + 263.000000 + 10.000000,14.000000,0.000000 + 10 + XuiHtmlControl_Small + + + + + + WorldOptions + 350.000000 + 315.000000 + 0.000015,0.000000,0.000000 + 10 + GraphicPanel + + + + CheckboxFireSpreads + 304.000000 + 26.000000 + 19.000000,253.000000,0.000000 + XuiCheckboxSmall + CheckboxTNT + + + + + CheckboxTNT + 304.000000 + 26.000000 + 19.000000,227.000000,0.000000 + XuiCheckboxSmall + CheckboxTrustSystem + CheckboxFireSpreads + + + + + CheckboxTrustSystem + 304.000000 + 26.000000 + 19.000000,201.000000,0.000000 + XuiCheckboxSmall + CheckboxResetNether + CheckboxTNT + + + + + CheckboxResetNether + 304.000000 + 26.000000 + 19.000000,175.000000,0.000000 + XuiCheckboxSmall + CheckboxBonusChest + CheckboxTrustSystem + + + + + CheckboxBonusChest + 304.000000 + 26.000000 + 19.000000,149.000000,0.000000 + XuiCheckboxSmall + CheckboxFlatWorld + CheckboxResetNether + + + + + CheckboxFlatWorld + 304.000000 + 26.000000 + 19.000000,123.000000,0.000000 + XuiCheckboxSmall + CheckboxStructures + CheckboxBonusChest + + + + + CheckboxStructures + 304.000000 + 26.000000 + 19.000000,97.000000,0.000000 + XuiCheckboxSmall + XuiEditSeed + CheckboxFlatWorld + + + + + XuiLabelRandomSeed + 304.000000 + 21.924896 + 18.000000,70.000000,0.000000 + XuiLabelDarkLeftWrapSmall8 + + + + + XuiEditSeed + 310.000000 + 20.000000,36.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + CheckboxStructures + + + + + XuiLabelSeed + 303.444427 + 28.000000 + 18.000000,18.000000,0.000000 + XuiLabelDarkLeftWrapSmall10 + + + + + + + WorldOptionsTab + 175.000000 + 40.000000 + 60.000000,44.000000,0.000000 + 1 + Graphics\PanelsAndTabs\WorldOptionsTabOn_Small.png + 48 + + + + + GameOptionsTab + 175.000000 + 40.000000 + 235.000000,44.000000,0.000000 + false + 1 + Graphics\PanelsAndTabs\GameOptionsTabOn_Small.png + 48 + + + + + LabelGameOptions + 160.000000 + 24.000000 + 242.000000,52.000000,0.000000 + XuiLabelDarkCentredSmall + Game Options + + + + + LabelWorldOptions + 160.000000 + 24.000000 + 68.000000,48.000000,0.000000 + XuiLabelDarkCentredSmall + World Options - - - - - -WorldOptions - -stop - - -GameOptions - -stop - - - -GameOptionsGroup -Show -Position - - -0 -false -60.000000,76.000015,0.000000 - - - -0 -true -60.000000,76.000023,0.000000 - - - -WorldOptionsGroup -Show -Height - - -0 -true -305.000000 - - - -0 -false -282.000000 - - - -LabelWorldOptions -Position - - -0 -68.000000,48.000000,0.000000 - - - -0 -68.000000,52.000000,0.000000 - - - -LabelGameOptions -Position - - -0 -242.000000,52.000000,0.000000 - - - -0 -242.000000,48.000000,0.000000 - - - -GameOptionsTab -Show - - -0 -false - - - -0 -true - - - -OptionsTab_off -Position - - -0 -235.000000,44.000000,0.000000 - - - -0 -60.000000,44.000000,0.000000 - - - -WorldOptionsTab -Show - - -0 -true - - - -0 -false - - - - + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_partnernetpassword.xui b/Minecraft.Client/Common/Media/xuiscene_partnernetpassword.xui index f90f6347..5e92ce71 100644 --- a/Minecraft.Client/Common/Media/xuiscene_partnernetpassword.xui +++ b/Minecraft.Client/Common/Media/xuiscene_partnernetpassword.xui @@ -1,50 +1,50 @@ - -1280.000000 -720.000000 - - - -PartnernetPassword -450.000000 -206.000000 -415.000031,210.000031,0.000000 -CScene_PartnernetPassword -XuiScene -XuiEditPartnernetPassword - - - -XuiEditPartnernetPassword -400.000000 -42.000000 -25.000019,54.250000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiOK - - - - -XuiLabel1 -341.000000 -32.000008 -24.500015,19.250000,0.000000 -XuiLabelDark -Enter Partnernet Password - - - - -XuiOK -400.000000 -40.000000 -25.000046,140.750031,0.000000 -XuiMainMenuButton_L -XuiEditPartnernetPassword -OK -22528 - - - + + 1280.000000 + 720.000000 + + + + PartnernetPassword + 450.000000 + 206.000000 + 415.000031,210.000031,0.000000 + CScene_PartnernetPassword + XuiScene + XuiEditPartnernetPassword + + + + XuiEditPartnernetPassword + 400.000000 + 42.000000 + 25.000019,54.250000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiOK + + + + + XuiLabel1 + 341.000000 + 32.000008 + 24.500015,19.250000,0.000000 + XuiLabelDark + Enter Partnernet Password + + + + + XuiOK + 400.000000 + 40.000000 + 25.000046,140.750031,0.000000 + XuiMainMenuButton_L + XuiEditPartnernetPassword + OK + 22528 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_partnernetpassword_480.xui b/Minecraft.Client/Common/Media/xuiscene_partnernetpassword_480.xui index d386cf68..f0625ab4 100644 --- a/Minecraft.Client/Common/Media/xuiscene_partnernetpassword_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_partnernetpassword_480.xui @@ -1,49 +1,49 @@ - -1280.000000 -720.000000 - - - -PartnernetPassword -340.000000 -160.000000 -470.000061,240.000000,0.000000 -CScene_PartnernetPassword -XuiScene -XuiEditPartnernetPassword - - - -XuiEditPartnernetPassword -300.000000 -32.000000 -20.000019,44.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiOK - - - - -XuiLabel1 -300.000000 -25.000000 -20.000019,14.000000,0.000000 -XuiLabelDarkLeftWrapSmall -Enter Partnernet Password - - - - -XuiOK -300.000000 -20.000015,110.000000,0.000000 -XuiMainMenuButton_L -XuiEditPartnernetPassword -OK -22528 - - - + + 1280.000000 + 720.000000 + + + + PartnernetPassword + 340.000000 + 160.000000 + 470.000061,240.000000,0.000000 + CScene_PartnernetPassword + XuiScene + XuiEditPartnernetPassword + + + + XuiEditPartnernetPassword + 300.000000 + 32.000000 + 20.000019,44.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiOK + + + + + XuiLabel1 + 300.000000 + 25.000000 + 20.000019,14.000000,0.000000 + XuiLabelDarkLeftWrapSmall + Enter Partnernet Password + + + + + XuiOK + 300.000000 + 20.000015,110.000000,0.000000 + XuiMainMenuButton_L + XuiEditPartnernetPassword + OK + 22528 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_pause.xui b/Minecraft.Client/Common/Media/xuiscene_pause.xui index 0936d38f..f3307603 100644 --- a/Minecraft.Client/Common/Media/xuiscene_pause.xui +++ b/Minecraft.Client/Common/Media/xuiscene_pause.xui @@ -1,88 +1,88 @@ - -1280.000000 -720.000000 - - - -ScenePause -1280.000000 -720.000000 -CScene_Pause -XuiMenuScene -XuiButton1 - - - -XuiButton1 -400.000000 -40.000000 -440.000031,250.000000,0.000000 -XuiMainMenuButton_L -XuiButton6 -XuiButton2 -22528 - - - - -XuiButton2 -400.000000 -40.000000 -440.000092,300.000000,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 -22528 - - - - -XuiButton3 -400.000000 -40.000000 -440.000092,350.000000,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 -22528 - - - - -XuiButton4 -400.000000 -40.000000 -440.000092,400.000000,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 -22528 - - - - -XuiButton5 -400.000000 -40.000000 -440.000092,450.000000,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 -22528 - - - - -XuiButton6 -400.000000 -40.000000 -440.000031,500.000000,0.000000 -XuiMainMenuButton_L -XuiButton5 -XuiButton1 -22528 - - - + + 1280.000000 + 720.000000 + + + + ScenePause + 1280.000000 + 720.000000 + CScene_Pause + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 400.000000 + 40.000000 + 440.000031,250.000000,0.000000 + XuiMainMenuButton_L + XuiButton6 + XuiButton2 + 22528 + + + + + XuiButton2 + 400.000000 + 40.000000 + 440.000092,300.000000,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + 22528 + + + + + XuiButton3 + 400.000000 + 40.000000 + 440.000092,350.000000,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + 22528 + + + + + XuiButton4 + 400.000000 + 40.000000 + 440.000092,400.000000,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + 22528 + + + + + XuiButton5 + 400.000000 + 40.000000 + 440.000092,450.000000,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + 22528 + + + + + XuiButton6 + 400.000000 + 40.000000 + 440.000031,500.000000,0.000000 + XuiMainMenuButton_L + XuiButton5 + XuiButton1 + 22528 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_pause_480.xui b/Minecraft.Client/Common/Media/xuiscene_pause_480.xui index 21d40518..0c851b74 100644 --- a/Minecraft.Client/Common/Media/xuiscene_pause_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_pause_480.xui @@ -1,88 +1,88 @@ - -640.000000 -480.000000 - - - -ScenePause -640.000000 -480.000000 -CScene_Pause -XuiMenuScene -XuiButton1 - - - -XuiButton1 -300.000000 -36.000000 -170.000000,140.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton6 -XuiButton2 -22528 - - - - -XuiButton2 -300.000000 -36.000000 -170.000061,180.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton1 -XuiButton3 -22528 - - - - -XuiButton3 -300.000000 -36.000000 -170.000061,220.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton2 -XuiButton4 -22528 - - - - -XuiButton4 -300.000000 -36.000000 -170.000061,260.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton3 -XuiButton5 -22528 - - - - -XuiButton5 -300.000000 -36.000000 -170.000061,300.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton4 -XuiButton6 -22528 - - - - -XuiButton6 -300.000000 -36.000000 -170.000000,340.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton5 -XuiButton1 -22528 - - - + + 640.000000 + 480.000000 + + + + ScenePause + 640.000000 + 480.000000 + CScene_Pause + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 300.000000 + 36.000000 + 170.000000,140.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton6 + XuiButton2 + 22528 + + + + + XuiButton2 + 300.000000 + 36.000000 + 170.000061,180.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton1 + XuiButton3 + 22528 + + + + + XuiButton3 + 300.000000 + 36.000000 + 170.000061,220.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton2 + XuiButton4 + 22528 + + + + + XuiButton4 + 300.000000 + 36.000000 + 170.000061,260.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton3 + XuiButton5 + 22528 + + + + + XuiButton5 + 300.000000 + 36.000000 + 170.000061,300.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton4 + XuiButton6 + 22528 + + + + + XuiButton6 + 300.000000 + 36.000000 + 170.000000,340.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton5 + XuiButton1 + 22528 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_pause_small.xui b/Minecraft.Client/Common/Media/xuiscene_pause_small.xui index e77283c6..0d921a1d 100644 --- a/Minecraft.Client/Common/Media/xuiscene_pause_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_pause_small.xui @@ -1,88 +1,88 @@ - -640.000000 -360.000000 - - - -ScenePause -640.000000 -360.000000 -CScene_Pause -XuiMenuScene -XuiButton1 - - - -XuiButton1 -400.000000 -40.000000 -120.000031,48.000000,0.000000 -XuiMainMenuButton_L -XuiButton6 -XuiButton2 -22528 - - - - -XuiButton2 -400.000000 -40.000000 -120.000092,93.000000,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 -22528 - - - - -XuiButton3 -400.000000 -40.000000 -120.000092,138.000000,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 -22528 - - - - -XuiButton4 -400.000000 -40.000000 -120.000092,183.000000,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 -22528 - - - - -XuiButton5 -400.000000 -40.000000 -120.000092,228.000000,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 -22528 - - - - -XuiButton6 -400.000000 -40.000000 -120.000031,273.000000,0.000000 -XuiMainMenuButton_L -XuiButton5 -XuiButton1 -22528 - - - + + 640.000000 + 360.000000 + + + + ScenePause + 640.000000 + 360.000000 + CScene_Pause + XuiMenuScene + XuiButton1 + + + + XuiButton1 + 400.000000 + 40.000000 + 120.000031,48.000000,0.000000 + XuiMainMenuButton_L + XuiButton6 + XuiButton2 + 22528 + + + + + XuiButton2 + 400.000000 + 40.000000 + 120.000092,93.000000,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + 22528 + + + + + XuiButton3 + 400.000000 + 40.000000 + 120.000092,138.000000,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + 22528 + + + + + XuiButton4 + 400.000000 + 40.000000 + 120.000092,183.000000,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + 22528 + + + + + XuiButton5 + 400.000000 + 40.000000 + 120.000092,228.000000,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + 22528 + + + + + XuiButton6 + 400.000000 + 40.000000 + 120.000031,273.000000,0.000000 + XuiMainMenuButton_L + XuiButton5 + XuiButton1 + 22528 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_reinstall.xui b/Minecraft.Client/Common/Media/xuiscene_reinstall.xui index 1a97089d..6fe81a96 100644 --- a/Minecraft.Client/Common/Media/xuiscene_reinstall.xui +++ b/Minecraft.Client/Common/Media/xuiscene_reinstall.xui @@ -1,89 +1,89 @@ - -1280.000000 -720.000000 - - - -SceneReinstall -1280.000000 -720.000000 -CScene_Reinstall -XuiMenuScene -FocusSink - - - -XuiButton1 -450.000000 -40.000000 -415.000000,250.000000,0.000000 -XuiMainMenuButton_L -XuiButton6 -XuiButton2 - - - - -XuiButton2 -450.000000 -40.000000 -415.000000,299.999969,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 - - - - -XuiButton3 -450.000000 -40.000000 -415.000000,349.999939,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 - - - - -XuiButton4 -450.000000 -40.000000 -415.000000,399.999939,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 - - - - -XuiButton5 -450.000000 -40.000000 -415.000000,449.999939,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 - - - - -XuiButton6 -450.000000 -40.000000 -415.000000,500.000000,0.000000 -XuiMainMenuButton_L -XuiButton5 -XuiButton1 - - - - -FocusSink -145.000000 -31.000000 - - - + + 1280.000000 + 720.000000 + + + + SceneReinstall + 1280.000000 + 720.000000 + CScene_Reinstall + XuiMenuScene + FocusSink + + + + XuiButton1 + 450.000000 + 40.000000 + 415.000000,250.000000,0.000000 + XuiMainMenuButton_L + XuiButton6 + XuiButton2 + + + + + XuiButton2 + 450.000000 + 40.000000 + 415.000000,299.999969,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + + + + + XuiButton3 + 450.000000 + 40.000000 + 415.000000,349.999939,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + + + + + XuiButton4 + 450.000000 + 40.000000 + 415.000000,399.999939,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + + + + + XuiButton5 + 450.000000 + 40.000000 + 415.000000,449.999939,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + + + + + XuiButton6 + 450.000000 + 40.000000 + 415.000000,500.000000,0.000000 + XuiMainMenuButton_L + XuiButton5 + XuiButton1 + + + + + FocusSink + 145.000000 + 31.000000 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_reinstall_480.xui b/Minecraft.Client/Common/Media/xuiscene_reinstall_480.xui index 762641be..4313bc6c 100644 --- a/Minecraft.Client/Common/Media/xuiscene_reinstall_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_reinstall_480.xui @@ -1,95 +1,95 @@ - -640.000000 -480.000000 - - - -SceneReinstall -640.000000 -480.000000 -CScene_Reinstall -XuiMenuScene -FocusSink - - - -XuiButton1 -300.000000 -36.000000 -170.000000,140.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton6 -XuiButton2 -22528 - - - - -XuiButton2 -300.000000 -36.000000 -170.000061,180.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton1 -XuiButton3 -22528 - - - - -XuiButton3 -300.000000 -36.000000 -170.000061,220.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton2 -XuiButton4 -22528 - - - - -XuiButton4 -300.000000 -36.000000 -170.000061,260.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton3 -XuiButton5 -22528 - - - - -XuiButton5 -300.000000 -36.000000 -170.000061,300.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton4 -XuiButton6 -22528 - - - - -XuiButton6 -300.000000 -36.000000 -170.000000,340.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButton5 -XuiButton1 -22528 - - - - -FocusSink -145.000000 -31.000000 - - - + + 640.000000 + 480.000000 + + + + SceneReinstall + 640.000000 + 480.000000 + CScene_Reinstall + XuiMenuScene + FocusSink + + + + XuiButton1 + 300.000000 + 36.000000 + 170.000000,140.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton6 + XuiButton2 + 22528 + + + + + XuiButton2 + 300.000000 + 36.000000 + 170.000061,180.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton1 + XuiButton3 + 22528 + + + + + XuiButton3 + 300.000000 + 36.000000 + 170.000061,220.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton2 + XuiButton4 + 22528 + + + + + XuiButton4 + 300.000000 + 36.000000 + 170.000061,260.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton3 + XuiButton5 + 22528 + + + + + XuiButton5 + 300.000000 + 36.000000 + 170.000061,300.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton4 + XuiButton6 + 22528 + + + + + XuiButton6 + 300.000000 + 36.000000 + 170.000000,340.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButton5 + XuiButton1 + 22528 + + + + + FocusSink + 145.000000 + 31.000000 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_reinstall_small.xui b/Minecraft.Client/Common/Media/xuiscene_reinstall_small.xui index c2819303..aad8fe87 100644 --- a/Minecraft.Client/Common/Media/xuiscene_reinstall_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_reinstall_small.xui @@ -1,95 +1,95 @@ - -640.000000 -360.000000 - - - -SceneReinstall -640.000000 -360.000000 -CScene_Reinstall -XuiMenuScene -FocusSink - - - -XuiButton1 -400.000000 -40.000000 -120.000031,48.000000,0.000000 -XuiMainMenuButton_L -XuiButton6 -XuiButton2 -22528 - - - - -XuiButton2 -400.000000 -40.000000 -120.000092,93.000000,0.000000 -XuiMainMenuButton_L -XuiButton1 -XuiButton3 -22528 - - - - -XuiButton3 -400.000000 -40.000000 -120.000092,138.000000,0.000000 -XuiMainMenuButton_L -XuiButton2 -XuiButton4 -22528 - - - - -XuiButton4 -400.000000 -40.000000 -120.000092,183.000000,0.000000 -XuiMainMenuButton_L -XuiButton3 -XuiButton5 -22528 - - - - -XuiButton5 -400.000000 -40.000000 -120.000092,228.000000,0.000000 -XuiMainMenuButton_L -XuiButton4 -XuiButton6 -22528 - - - - -XuiButton6 -400.000000 -40.000000 -120.000031,273.000000,0.000000 -XuiMainMenuButton_L -XuiButton5 -XuiButton1 -22528 - - - - -FocusSink -145.000000 -31.000000 - - - + + 640.000000 + 360.000000 + + + + SceneReinstall + 640.000000 + 360.000000 + CScene_Reinstall + XuiMenuScene + FocusSink + + + + XuiButton1 + 400.000000 + 40.000000 + 120.000031,48.000000,0.000000 + XuiMainMenuButton_L + XuiButton6 + XuiButton2 + 22528 + + + + + XuiButton2 + 400.000000 + 40.000000 + 120.000092,93.000000,0.000000 + XuiMainMenuButton_L + XuiButton1 + XuiButton3 + 22528 + + + + + XuiButton3 + 400.000000 + 40.000000 + 120.000092,138.000000,0.000000 + XuiMainMenuButton_L + XuiButton2 + XuiButton4 + 22528 + + + + + XuiButton4 + 400.000000 + 40.000000 + 120.000092,183.000000,0.000000 + XuiMainMenuButton_L + XuiButton3 + XuiButton5 + 22528 + + + + + XuiButton5 + 400.000000 + 40.000000 + 120.000092,228.000000,0.000000 + XuiMainMenuButton_L + XuiButton4 + XuiButton6 + 22528 + + + + + XuiButton6 + 400.000000 + 40.000000 + 120.000031,273.000000,0.000000 + XuiMainMenuButton_L + XuiButton5 + XuiButton1 + 22528 + + + + + FocusSink + 145.000000 + 31.000000 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_savemessage.xui b/Minecraft.Client/Common/Media/xuiscene_savemessage.xui index 9c382c40..da736d82 100644 --- a/Minecraft.Client/Common/Media/xuiscene_savemessage.xui +++ b/Minecraft.Client/Common/Media/xuiscene_savemessage.xui @@ -1,44 +1,44 @@ - -1280.000000 -720.000000 - - - -SceneSaveMessage -520.000000 -420.000000 -380.000000,200.000000,0.000000 -CScene_SaveMessage -XuiScene -ConfirmButton - - - -ConfirmButton -410.000000 -40.000000 -55.000000,340.000000,0.000000 -XuiMainMenuButton_L - - - - -Description -450.000000 -190.000000 -35.000000,130.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -XuiSavingIcon -48.000000 -73.000000 -236.000000,37.999996,0.000000 -SaveIcon - - - + + 1280.000000 + 720.000000 + + + + SceneSaveMessage + 520.000000 + 420.000000 + 380.000000,200.000000,0.000000 + CScene_SaveMessage + XuiScene + ConfirmButton + + + + ConfirmButton + 410.000000 + 40.000000 + 55.000000,340.000000,0.000000 + XuiMainMenuButton_L + + + + + Description + 450.000000 + 190.000000 + 35.000000,130.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + XuiSavingIcon + 48.000000 + 73.000000 + 236.000000,37.999996,0.000000 + SaveIcon + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_savemessage_480.xui b/Minecraft.Client/Common/Media/xuiscene_savemessage_480.xui index 13a58eca..983d4d5a 100644 --- a/Minecraft.Client/Common/Media/xuiscene_savemessage_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_savemessage_480.xui @@ -1,44 +1,44 @@ - -640.000000 -480.000000 - - - -SceneSaveMessage -400.000000 -280.000000 -119.000000,130.000000,0.000000 -CScene_SaveMessage -XuiScene -ConfirmButton - - - -ConfirmButton -300.000000 -36.000000 -50.000019,218.000000,0.000000 -XuiMainMenuButton_L_Thin - - - - -Description -352.000000 -116.000000 -25.000015,100.000000,0.000000 -XuiLabelDarkLeftWrapSmall - - - - -XuiSavingIcon -48.000000 -73.000000 -176.000092,18.000000,0.000000 -SaveIcon - - - + + 640.000000 + 480.000000 + + + + SceneSaveMessage + 400.000000 + 280.000000 + 119.000000,130.000000,0.000000 + CScene_SaveMessage + XuiScene + ConfirmButton + + + + ConfirmButton + 300.000000 + 36.000000 + 50.000019,218.000000,0.000000 + XuiMainMenuButton_L_Thin + + + + + Description + 352.000000 + 116.000000 + 25.000015,100.000000,0.000000 + XuiLabelDarkLeftWrapSmall + + + + + XuiSavingIcon + 48.000000 + 73.000000 + 176.000092,18.000000,0.000000 + SaveIcon + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_All.xui b/Minecraft.Client/Common/Media/xuiscene_settings_All.xui index 70fe482d..971fa272 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_All.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_All.xui @@ -1,91 +1,81 @@ - -1280.000000 -720.000000 - - - -SceneSettings -1280.000000 -720.000000 -16 -CScene_SettingsAll -XuiBlankScene -XuiButtonOptions - - - -XuiButtonResetToDefaults -450.000000 -40.000000 -415.000031,500.000000,0.000000 -XuiMainMenuButton_L -XuiButtonUI - - - - -XuiButtonUI -450.000000 -40.000000 -415.000031,450.000000,0.000000 -XuiMainMenuButton_L -XuiButtonGraphics -XuiButtonResetToDefaults - - - - -XuiButtonGraphics -450.000000 -40.000000 -415.000031,400.000000,0.000000 -XuiMainMenuButton_L -XuiButtonControl -XuiButtonUI - - - - -XuiButtonControl -450.000000 -40.000000 -415.000031,350.000000,0.000000 -XuiMainMenuButton_L -XuiButtonAudio -XuiButtonGraphics - - - - -XuiButtonAudio -450.000000 -40.000000 -415.000031,300.000000,0.000000 -XuiMainMenuButton_L -XuiButtonOptions -XuiButtonControl - - - - -XuiButtonOptions -450.000000 -40.000000 -415.000031,250.000015,0.000000 -XuiMainMenuButton_L -XuiButtonAudio - - - - - -Logo -1280.000000 -138.000000 -0.000000,56.000000,0.000000 -true -MenuTitleLogo - - + + 1280.000000 + 720.000000 + + + + SceneSettings + 1280.000000 + 720.000000 + 16 + CScene_SettingsAll + XuiBlankScene + XuiButtonOptions + + + + XuiButtonResetToDefaults + 450.000000 + 40.000000 + 415.000031,500.000000,0.000000 + XuiMainMenuButton_L + XuiButtonUI + + + + + XuiButtonUI + 450.000000 + 40.000000 + 415.000031,450.000000,0.000000 + XuiMainMenuButton_L + XuiButtonGraphics + XuiButtonResetToDefaults + + + + + XuiButtonGraphics + 450.000000 + 40.000000 + 415.000031,400.000000,0.000000 + XuiMainMenuButton_L + XuiButtonControl + XuiButtonUI + + + + + XuiButtonControl + 450.000000 + 40.000000 + 415.000031,350.000000,0.000000 + XuiMainMenuButton_L + XuiButtonAudio + XuiButtonGraphics + + + + + XuiButtonAudio + 450.000000 + 40.000000 + 415.000031,300.000000,0.000000 + XuiMainMenuButton_L + XuiButtonOptions + XuiButtonControl + + + + + XuiButtonOptions + 450.000000 + 40.000000 + 415.000031,250.000015,0.000000 + XuiMainMenuButton_L + XuiButtonAudio + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_All_480.xui b/Minecraft.Client/Common/Media/xuiscene_settings_All_480.xui index f23e5091..88bd48a7 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_All_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_All_480.xui @@ -1,90 +1,80 @@ - -640.000000 -480.000000 - - - -SceneSettings -640.000000 -480.000000 -CScene_SettingsAll -XuiBlankScene -XuiButtonOptions - - - -XuiButtonResetToDefaults -300.000000 -36.000000 -170.000015,340.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButtonUI - - - - -XuiButtonUI -300.000000 -36.000000 -170.000015,300.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButtonGraphics -XuiButtonResetToDefaults - - - - -XuiButtonGraphics -300.000000 -36.000000 -170.000015,260.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButtonControl -XuiButtonUI - - - - -XuiButtonControl -300.000000 -36.000000 -170.000015,220.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButtonAudio -XuiButtonGraphics - - - - -XuiButtonAudio -300.000000 -36.000000 -170.000015,180.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButtonOptions -XuiButtonControl - - - - -XuiButtonOptions -300.000000 -36.000000 -170.000015,140.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiButtonAudio - - - - - -Logo -640.000000 -70.000000 -0.000000,48.000000,0.000000 -true -MenuTitleLogo - - + + 640.000000 + 480.000000 + + + + SceneSettings + 640.000000 + 480.000000 + CScene_SettingsAll + XuiBlankScene + XuiButtonOptions + + + + XuiButtonResetToDefaults + 300.000000 + 36.000000 + 170.000015,340.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButtonUI + + + + + XuiButtonUI + 300.000000 + 36.000000 + 170.000015,300.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButtonGraphics + XuiButtonResetToDefaults + + + + + XuiButtonGraphics + 300.000000 + 36.000000 + 170.000015,260.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButtonControl + XuiButtonUI + + + + + XuiButtonControl + 300.000000 + 36.000000 + 170.000015,220.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButtonAudio + XuiButtonGraphics + + + + + XuiButtonAudio + 300.000000 + 36.000000 + 170.000015,180.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButtonOptions + XuiButtonControl + + + + + XuiButtonOptions + 300.000000 + 36.000000 + 170.000015,140.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiButtonAudio + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_All_small.xui b/Minecraft.Client/Common/Media/xuiscene_settings_All_small.xui index 67100109..46da977b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_All_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_All_small.xui @@ -1,82 +1,82 @@ - -640.000000 -360.000000 - - - -SceneSettings -320.000000 -263.000000 -160.000000,10.000000,0.000000 -16 -CScene_SettingsAll -XuiBlankScene -XuiButtonOptions - - - -XuiButtonResetToDefaults -297.000000 -40.000000 -11.000000,236.000000,0.000000 -XuiMainMenuButton_L -XuiButtonUI - - - - -XuiButtonUI -297.000000 -40.000000 -11.000000,190.000000,0.000000 -XuiMainMenuButton_L -XuiButtonGraphics -XuiButtonResetToDefaults - - - - -XuiButtonGraphics -297.000000 -40.000000 -11.000000,144.000000,0.000000 -XuiMainMenuButton_L -XuiButtonControl -XuiButtonUI - - - - -XuiButtonControl -297.000000 -40.000000 -11.000000,98.000000,0.000000 -XuiMainMenuButton_L -XuiButtonAudio -XuiButtonGraphics - - - - -XuiButtonAudio -297.000000 -40.000000 -11.000000,52.000000,0.000000 -XuiMainMenuButton_L -XuiButtonOptions -XuiButtonControl - - - - -XuiButtonOptions -297.000000 -40.000000 -11.000000,6.000000,0.000000 -XuiMainMenuButton_L -XuiButtonAudio - - - + + 640.000000 + 360.000000 + + + + SceneSettings + 320.000000 + 263.000000 + 160.000000,10.000000,0.000000 + 16 + CScene_SettingsAll + XuiBlankScene + XuiButtonOptions + + + + XuiButtonResetToDefaults + 297.000000 + 40.000000 + 11.000000,236.000000,0.000000 + XuiMainMenuButton_L + XuiButtonUI + + + + + XuiButtonUI + 297.000000 + 40.000000 + 11.000000,190.000000,0.000000 + XuiMainMenuButton_L + XuiButtonGraphics + XuiButtonResetToDefaults + + + + + XuiButtonGraphics + 297.000000 + 40.000000 + 11.000000,144.000000,0.000000 + XuiMainMenuButton_L + XuiButtonControl + XuiButtonUI + + + + + XuiButtonControl + 297.000000 + 40.000000 + 11.000000,98.000000,0.000000 + XuiMainMenuButton_L + XuiButtonAudio + XuiButtonGraphics + + + + + XuiButtonAudio + 297.000000 + 40.000000 + 11.000000,52.000000,0.000000 + XuiMainMenuButton_L + XuiButtonOptions + XuiButtonControl + + + + + XuiButtonOptions + 297.000000 + 40.000000 + 11.000000,6.000000,0.000000 + XuiMainMenuButton_L + XuiButtonAudio + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Audio.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Audio.xui index 5924e6ab..285216de 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Audio.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Audio.xui @@ -1,81 +1,81 @@ - -1280.000000 -720.000000 - - - -SceneSettingsAudio -330.000000 -106.000000 -474.000000,250.000000,0.000000 -16 -CScene_SettingsAudio -GraphicPanel -XuiSliderMusic\XuiSlider - - - -XuiSliderSound -306.000000 -38.000000 -12.000031,56.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderMusic\XuiSlider -XuiSliderGamma\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -SchemeList -XuiSliderMusic -XuiSliderGamma - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiSliderMusic -306.000000 -38.000000 -12.000031,12.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiButtonOptions -XuiSliderSound\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider - - - - -FocusSink -520.000000 -70.000000 - - - - + + 1280.000000 + 720.000000 + + + + SceneSettingsAudio + 330.000000 + 106.000000 + 474.000000,250.000000,0.000000 + 16 + CScene_SettingsAudio + GraphicPanel + XuiSliderMusic\XuiSlider + + + + XuiSliderSound + 306.000000 + 38.000000 + 12.000031,56.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderMusic\XuiSlider + XuiSliderGamma\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + SchemeList + XuiSliderMusic + XuiSliderGamma + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiSliderMusic + 306.000000 + 38.000000 + 12.000031,12.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiButtonOptions + XuiSliderSound\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + + + + + FocusSink + 520.000000 + 70.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Audio_480.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Audio_480.xui index 5f0e138b..70cde661 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Audio_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Audio_480.xui @@ -1,76 +1,76 @@ - -640.000000 -480.000000 - - - -SceneSettingsAudio -320.000000 -108.000000 -160.000031,180.000000,0.000000 -CScene_SettingsAudio -GraphicPanel -XuiSliderMusic\XuiSlider - - - -XuiSliderSound -306.000000 -38.000000 -6.000031,57.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderMusic\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -SchemeList -XuiSliderMusic -XuiSliderGamma - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiSliderMusic -306.000000 -38.000000 -6.000031,12.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSound\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider - - - - -FocusSink -320.000000 -70.000000 - - - - + + 640.000000 + 480.000000 + + + + SceneSettingsAudio + 320.000000 + 108.000000 + 160.000031,180.000000,0.000000 + CScene_SettingsAudio + GraphicPanel + XuiSliderMusic\XuiSlider + + + + XuiSliderSound + 306.000000 + 38.000000 + 6.000031,57.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderMusic\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + SchemeList + XuiSliderMusic + XuiSliderGamma + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiSliderMusic + 306.000000 + 38.000000 + 6.000031,12.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSound\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + + + + + FocusSink + 320.000000 + 70.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Audio_small.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Audio_small.xui index 8ee57aa0..e021374e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Audio_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Audio_small.xui @@ -1,79 +1,79 @@ - -640.000000 -360.000000 - - - -SceneSettingsAudio -320.000000 -120.000000 -160.000000,74.000000,0.000000 -16 -CScene_SettingsAudio -GraphicPanel -XuiSliderMusic\XuiSlider - - - -XuiSliderSound -306.000000 -38.000000 -6.000031,61.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderMusic\XuiSlider -XuiSliderGamma\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -SchemeList -XuiSliderMusic -XuiSliderGamma - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiSliderMusic -306.000000 -38.000000 -6.000031,16.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiButtonOptions -XuiSliderSound\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider - - - - -FocusSink -320.000000 -70.000000 - - - - + + 640.000000 + 360.000000 + + + + SceneSettingsAudio + 320.000000 + 120.000000 + 160.000000,74.000000,0.000000 + 16 + CScene_SettingsAudio + GraphicPanel + XuiSliderMusic\XuiSlider + + + + XuiSliderSound + 306.000000 + 38.000000 + 6.000031,61.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderMusic\XuiSlider + XuiSliderGamma\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + SchemeList + XuiSliderMusic + XuiSliderGamma + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiSliderMusic + 306.000000 + 38.000000 + 6.000031,16.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiButtonOptions + XuiSliderSound\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + + + + + FocusSink + 320.000000 + 70.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Control.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Control.xui index 0db2e91f..467198fc 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Control.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Control.xui @@ -1,78 +1,78 @@ - -1280.000000 -720.000000 - - - -SceneSettingsControl -330.000000 -106.000000 -474.000000,307.000000,0.000000 -16 -CScene_SettingsControl -GraphicPanel -XuiSliderSensitivityInGame\XuiSlider - - - -XuiSliderSensitivityInMenu -306.000000 -38.000000 -12.000031,56.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSensitivityInGame\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -200 - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderSensitivityInGame -306.000000 -38.000000 -12.000031,12.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSensitivityInMenu\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -200 - - - - -FocusSink -306.000000 -38.000000 - - - - + + 1280.000000 + 720.000000 + + + + SceneSettingsControl + 330.000000 + 106.000000 + 474.000000,307.000000,0.000000 + 16 + CScene_SettingsControl + GraphicPanel + XuiSliderSensitivityInGame\XuiSlider + + + + XuiSliderSensitivityInMenu + 306.000000 + 38.000000 + 12.000031,56.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSensitivityInGame\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 200 + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderSensitivityInGame + 306.000000 + 38.000000 + 12.000031,12.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSensitivityInMenu\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 200 + + + + + FocusSink + 306.000000 + 38.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Control_480.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Control_480.xui index 2a4ae743..cadfd707 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Control_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Control_480.xui @@ -1,75 +1,75 @@ - -640.000000 -480.000000 - - - -SceneSettingsControl -320.000000 -106.000000 -160.000031,187.000015,0.000000 -CScene_SettingsControl -GraphicPanel -XuiSliderSensitivityInGame\XuiSlider - - - -XuiSliderSensitivityInMenu -306.000000 -38.000000 -6.000031,55.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSensitivityInGame\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -200 - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderSensitivityInGame -306.000000 -38.000000 -6.000031,10.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSensitivityInMenu\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -200 - - - - -FocusSink -306.000000 -38.000000 - - - - + + 640.000000 + 480.000000 + + + + SceneSettingsControl + 320.000000 + 106.000000 + 160.000031,187.000015,0.000000 + CScene_SettingsControl + GraphicPanel + XuiSliderSensitivityInGame\XuiSlider + + + + XuiSliderSensitivityInMenu + 306.000000 + 38.000000 + 6.000031,55.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSensitivityInGame\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + 200 + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderSensitivityInGame + 306.000000 + 38.000000 + 6.000031,10.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSensitivityInMenu\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + 200 + + + + + FocusSink + 306.000000 + 38.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Control_small.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Control_small.xui index 7cf1faaa..0e337a33 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Control_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Control_small.xui @@ -1,76 +1,76 @@ - -640.000000 -360.000000 - - - -SceneSettingsControl -320.000000 -120.000000 -160.000015,120.000015,0.000000 -16 -CScene_SettingsControl -GraphicPanel -XuiSliderSensitivityInGame\XuiSlider - - - -XuiSliderSensitivityInMenu -306.000000 -38.000000 -6.000031,55.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSensitivityInGame\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -200 - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderSensitivityInGame -306.000000 -38.000000 -6.000031,10.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderSensitivityInMenu\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -200 - - - - -FocusSink -306.000000 -38.000000 - - - - + + 640.000000 + 360.000000 + + + + SceneSettingsControl + 320.000000 + 120.000000 + 160.000015,120.000015,0.000000 + 16 + CScene_SettingsControl + GraphicPanel + XuiSliderSensitivityInGame\XuiSlider + + + + XuiSliderSensitivityInMenu + 306.000000 + 38.000000 + 6.000031,55.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSensitivityInGame\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + 200 + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderSensitivityInGame + 306.000000 + 38.000000 + 6.000031,10.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderSensitivityInMenu\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + 200 + + + + + FocusSink + 306.000000 + 38.000000 + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Graphics.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Graphics.xui index 53ad127b..6c24181e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Graphics.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Graphics.xui @@ -1,112 +1,112 @@ - -1280.000000 -720.000000 - - - -SceneSettingsGraphics -330.000000 -222.000000 -474.000000,249.000015,0.000000 -16 -CScene_SettingsGraphics -GraphicPanel -XuiClouds - - - -XuiSliderInterfaceOpacity -306.000000 -38.000000 -12.000000,168.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderGamma\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderGamma -306.000000 -38.000000 -12.000000,124.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiCustomSkinAnim -XuiSliderInterfaceOpacity\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -SchemeList -XuiSliderSound -XuiSliderSensitivity - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiCustomSkinAnim -300.000000 -32.000000 -14.000000,84.000000,0.000000 -5 -XuiBedrockFog -XuiSliderGamma\XuiSlider - - - - -XuiBedrockFog -300.000000 -32.000000 -14.000000,48.000000,0.000000 -5 -XuiClouds -XuiCustomSkinAnim - - - - -XuiClouds -300.000000 -32.000000 -14.000000,12.000000,0.000000 -5 -XuiBedrockFog - - - + + 1280.000000 + 720.000000 + + + + SceneSettingsGraphics + 330.000000 + 222.000000 + 474.000000,249.000015,0.000000 + 16 + CScene_SettingsGraphics + GraphicPanel + XuiClouds + + + + XuiSliderInterfaceOpacity + 306.000000 + 38.000000 + 12.000000,168.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderGamma\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderGamma + 306.000000 + 38.000000 + 12.000000,124.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiCustomSkinAnim + XuiSliderInterfaceOpacity\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + SchemeList + XuiSliderSound + XuiSliderSensitivity + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiCustomSkinAnim + 300.000000 + 32.000000 + 14.000000,84.000000,0.000000 + 5 + XuiBedrockFog + XuiSliderGamma\XuiSlider + + + + + XuiBedrockFog + 300.000000 + 32.000000 + 14.000000,48.000000,0.000000 + 5 + XuiClouds + XuiCustomSkinAnim + + + + + XuiClouds + 300.000000 + 32.000000 + 14.000000,12.000000,0.000000 + 5 + XuiBedrockFog + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_480.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_480.xui index ebe8f700..8405de79 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_480.xui @@ -1,111 +1,111 @@ - -640.000000 -480.000000 - - - -SceneSettingsGraphics -320.000000 -192.000000 -160.000000,144.000015,0.000000 -CScene_SettingsGraphics -GraphicPanel -XuiClouds - - - -XuiSliderInterfaceOpacity -306.000000 -38.000000 -6.000000,138.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderGamma\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderGamma -306.000000 -38.000000 -6.000000,94.000000,0.000000 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiCustomSkinAnim -XuiSliderInterfaceOpacity\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -SchemeList -XuiSliderSound -XuiSliderSensitivity - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiCustomSkinAnim -300.000000 -20.000000 -9.000000,62.000000,0.000000 -5 -XuiCheckboxSmall -XuiBedrockFog -XuiSliderGamma\XuiSlider - - - - -XuiBedrockFog -300.000000 -20.000000 -9.000000,38.000000,0.000000 -5 -XuiCheckboxSmall -XuiClouds -XuiCustomSkinAnim - - - - -XuiClouds -300.000000 -20.000000 -9.000000,14.000000,0.000000 -5 -XuiCheckboxSmall -XuiBedrockFog - - - + + 640.000000 + 480.000000 + + + + SceneSettingsGraphics + 320.000000 + 192.000000 + 160.000000,144.000015,0.000000 + CScene_SettingsGraphics + GraphicPanel + XuiClouds + + + + XuiSliderInterfaceOpacity + 306.000000 + 38.000000 + 6.000000,138.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderGamma\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderGamma + 306.000000 + 38.000000 + 6.000000,94.000000,0.000000 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiCustomSkinAnim + XuiSliderInterfaceOpacity\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + SchemeList + XuiSliderSound + XuiSliderSensitivity + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiCustomSkinAnim + 300.000000 + 20.000000 + 9.000000,62.000000,0.000000 + 5 + XuiCheckboxSmall + XuiBedrockFog + XuiSliderGamma\XuiSlider + + + + + XuiBedrockFog + 300.000000 + 20.000000 + 9.000000,38.000000,0.000000 + 5 + XuiCheckboxSmall + XuiClouds + XuiCustomSkinAnim + + + + + XuiClouds + 300.000000 + 20.000000 + 9.000000,14.000000,0.000000 + 5 + XuiCheckboxSmall + XuiBedrockFog + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_small.xui b/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_small.xui index 9f30e5be..857f1e1b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_Graphics_small.xui @@ -1,112 +1,112 @@ - -640.000000 -360.000000 - - - -SceneSettingsGraphics -320.000000 -224.000000 -160.000000,68.000015,0.000000 -16 -CScene_SettingsGraphics -GraphicPanel -XuiClouds - - - -XuiSliderInterfaceOpacity -306.000000 -38.000000 -6.000000,158.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderGamma\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderGamma -306.000000 -38.000000 -6.000000,112.000000,0.000000 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiCustomSkinAnim -XuiSliderInterfaceOpacity\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -XuiSlider -SchemeList -XuiSliderSound -XuiSliderSensitivity - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiCustomSkinAnim -300.000000 -20.000000 -9.000000,68.000000,0.000000 -5 -XuiCheckboxSmall -XuiBedrockFog -XuiSliderGamma\XuiSlider - - - - -XuiBedrockFog -300.000000 -20.000000 -9.000000,38.000000,0.000000 -5 -XuiCheckboxSmall -XuiClouds -XuiCustomSkinAnim - - - - -XuiClouds -300.000000 -20.000000 -9.000000,8.000000,0.000000 -5 -XuiCheckboxSmall -XuiBedrockFog - - - + + 640.000000 + 360.000000 + + + + SceneSettingsGraphics + 320.000000 + 224.000000 + 160.000000,68.000015,0.000000 + 16 + CScene_SettingsGraphics + GraphicPanel + XuiClouds + + + + XuiSliderInterfaceOpacity + 306.000000 + 38.000000 + 6.000000,158.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderGamma\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderGamma + 306.000000 + 38.000000 + 6.000000,112.000000,0.000000 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiCustomSkinAnim + XuiSliderInterfaceOpacity\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + XuiSlider + SchemeList + XuiSliderSound + XuiSliderSensitivity + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiCustomSkinAnim + 300.000000 + 20.000000 + 9.000000,68.000000,0.000000 + 5 + XuiCheckboxSmall + XuiBedrockFog + XuiSliderGamma\XuiSlider + + + + + XuiBedrockFog + 300.000000 + 20.000000 + 9.000000,38.000000,0.000000 + 5 + XuiCheckboxSmall + XuiClouds + XuiCustomSkinAnim + + + + + XuiClouds + 300.000000 + 20.000000 + 9.000000,8.000000,0.000000 + 5 + XuiCheckboxSmall + XuiBedrockFog + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_UI.xui b/Minecraft.Client/Common/Media/xuiscene_settings_UI.xui index d6e4a71e..e9504021 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_UI.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_UI.xui @@ -1,152 +1,152 @@ - -1280.000000 -720.000000 - - - -SceneSettingsUI -330.000000 -328.000000 -474.000000,214.000000,0.000000 -16 -CScene_SettingsUI -GraphicPanel -XuiDisplayHUD - - - -XuiSliderUISizeSplitscreen -306.000000 -38.000000 -12.000000,274.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderUISize\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -1 -3 -1 - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderUISize -306.000000 -38.000000 -12.000000,230.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiShowSplitscreenGamertags -XuiSliderUISizeSplitscreen\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -SchemeList -XuiSliderSound -XuiSliderSensitivity -1 -3 -1 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiShowSplitscreenGamertags -300.000000 -32.000000 -14.000000,188.000000,0.000000 -5 -XuiSplitScreen -XuiSliderUISize\XuiSlider - - - - -XuiSplitScreen -300.000000 -32.000000 -14.000000,156.000000,0.000000 -5 -XuiShowAnimatedCharacter -XuiShowSplitscreenGamertags - - - - -XuiShowAnimatedCharacter -300.000000 -32.000000 -14.000000,120.000000,0.000000 -5 -XuiDisplayDeathMessages -XuiSplitScreen - - - - -XuiDisplayDeathMessages -300.000000 -32.000000 -14.000000,84.000000,0.000000 -5 -XuiDisplayHand -XuiShowAnimatedCharacter - - - - -XuiDisplayHand -300.000000 -32.000000 -14.000000,48.000000,0.000000 -5 -XuiDisplayHUD -XuiDisplayDeathMessages - - - - -XuiDisplayHUD -300.000000 -32.000000 -14.000000,12.000000,0.000000 -5 -XuiDisplayHand -XuiDisplayHand - - - + + 1280.000000 + 720.000000 + + + + SceneSettingsUI + 330.000000 + 328.000000 + 474.000000,214.000000,0.000000 + 16 + CScene_SettingsUI + GraphicPanel + XuiDisplayHUD + + + + XuiSliderUISizeSplitscreen + 306.000000 + 38.000000 + 12.000000,274.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderUISize\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 1 + 3 + 1 + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderUISize + 306.000000 + 38.000000 + 12.000000,230.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiShowSplitscreenGamertags + XuiSliderUISizeSplitscreen\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + SchemeList + XuiSliderSound + XuiSliderSensitivity + 1 + 3 + 1 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiShowSplitscreenGamertags + 300.000000 + 32.000000 + 14.000000,188.000000,0.000000 + 5 + XuiSplitScreen + XuiSliderUISize\XuiSlider + + + + + XuiSplitScreen + 300.000000 + 32.000000 + 14.000000,156.000000,0.000000 + 5 + XuiShowAnimatedCharacter + XuiShowSplitscreenGamertags + + + + + XuiShowAnimatedCharacter + 300.000000 + 32.000000 + 14.000000,120.000000,0.000000 + 5 + XuiDisplayDeathMessages + XuiSplitScreen + + + + + XuiDisplayDeathMessages + 300.000000 + 32.000000 + 14.000000,84.000000,0.000000 + 5 + XuiDisplayHand + XuiShowAnimatedCharacter + + + + + XuiDisplayHand + 300.000000 + 32.000000 + 14.000000,48.000000,0.000000 + 5 + XuiDisplayHUD + XuiDisplayDeathMessages + + + + + XuiDisplayHUD + 300.000000 + 32.000000 + 14.000000,12.000000,0.000000 + 5 + XuiDisplayHand + XuiDisplayHand + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_UI_480.xui b/Minecraft.Client/Common/Media/xuiscene_settings_UI_480.xui index 9c7a1625..1911fd6f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_UI_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_UI_480.xui @@ -1,157 +1,157 @@ - -640.000000 -480.000000 - - - -SceneSettingsUI -320.000000 -250.000000 -160.000000,134.000000,0.000000 -16 -CScene_SettingsUI -GraphicPanel -XuiDisplayHUD - - - -XuiSliderUISizeSplitscreen -306.000000 -38.000000 -6.000000,204.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderUISize\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -1 -3 -1 - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderUISize -306.000000 -38.000000 -6.000000,162.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiShowSplitscreenGamertags -XuiSliderUISizeSplitscreen\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -SchemeList -XuiSliderSound -XuiSliderSensitivity -1 -3 -1 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiShowSplitscreenGamertags -300.000000 -20.000000 -9.000000,136.000000,0.000000 -5 -XuiCheckboxSmall -XuiSplitScreen -XuiSliderUISize\XuiSlider - - - - -XuiSplitScreen -300.000000 -20.000000 -9.000000,112.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowAnimatedCharacter -XuiShowSplitscreenGamertags - - - - -XuiShowAnimatedCharacter -300.000000 -20.000000 -9.000000,88.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayDeathMessages -XuiSplitScreen - - - - -XuiDisplayDeathMessages -300.000000 -20.000000 -9.000000,64.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayHand -XuiShowAnimatedCharacter - - - - -XuiDisplayHand -300.000000 -20.000000 -9.000000,40.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayHUD -XuiDisplayDeathMessages - - - - -XuiDisplayHUD -300.000000 -20.000000 -9.000000,16.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayHand - - - + + 640.000000 + 480.000000 + + + + SceneSettingsUI + 320.000000 + 250.000000 + 160.000000,134.000000,0.000000 + 16 + CScene_SettingsUI + GraphicPanel + XuiDisplayHUD + + + + XuiSliderUISizeSplitscreen + 306.000000 + 38.000000 + 6.000000,204.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderUISize\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 1 + 3 + 1 + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderUISize + 306.000000 + 38.000000 + 6.000000,162.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiShowSplitscreenGamertags + XuiSliderUISizeSplitscreen\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + SchemeList + XuiSliderSound + XuiSliderSensitivity + 1 + 3 + 1 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiShowSplitscreenGamertags + 300.000000 + 20.000000 + 9.000000,136.000000,0.000000 + 5 + XuiCheckboxSmall + XuiSplitScreen + XuiSliderUISize\XuiSlider + + + + + XuiSplitScreen + 300.000000 + 20.000000 + 9.000000,112.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowAnimatedCharacter + XuiShowSplitscreenGamertags + + + + + XuiShowAnimatedCharacter + 300.000000 + 20.000000 + 9.000000,88.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayDeathMessages + XuiSplitScreen + + + + + XuiDisplayDeathMessages + 300.000000 + 20.000000 + 9.000000,64.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayHand + XuiShowAnimatedCharacter + + + + + XuiDisplayHand + 300.000000 + 20.000000 + 9.000000,40.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayHUD + XuiDisplayDeathMessages + + + + + XuiDisplayHUD + 300.000000 + 20.000000 + 9.000000,16.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayHand + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_UI_small.xui b/Minecraft.Client/Common/Media/xuiscene_settings_UI_small.xui index 6fc2a017..d8a0f603 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_UI_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_UI_small.xui @@ -1,157 +1,157 @@ - -640.000000 -360.000000 - - - -SceneSettingsUI -320.000000 -294.000000 -160.000000,10.000000,0.000000 -16 -CScene_SettingsUI -GraphicPanel -XuiDisplayHUD - - - -XuiSliderUISizeSplitscreen -306.000000 -38.000000 -6.000000,242.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderUISize\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -1 -3 -1 - - - - -FocusSink -306.000000 -38.000000 - - - - - -XuiSliderUISize -306.000000 -38.000000 -6.000000,196.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiShowSplitscreenGamertags -XuiSliderUISizeSplitscreen\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -SchemeList -XuiSliderSound -XuiSliderSensitivity -1 -3 -1 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiShowSplitscreenGamertags -300.000000 -20.000000 -9.000000,164.000000,0.000000 -5 -XuiCheckboxSmall -XuiSplitScreen -XuiSliderUISize\XuiSlider - - - - -XuiSplitScreen -300.000000 -20.000000 -9.000000,134.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowAnimatedCharacter -XuiShowSplitscreenGamertags - - - - -XuiShowAnimatedCharacter -300.000000 -20.000000 -9.000000,104.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayDeathMessages -XuiSplitScreen - - - - -XuiDisplayDeathMessages -300.000000 -20.000000 -9.000000,74.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayHand -XuiShowAnimatedCharacter - - - - -XuiDisplayHand -300.000000 -20.000000 -9.000000,44.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayHUD -XuiDisplayDeathMessages - - - - -XuiDisplayHUD -300.000000 -20.000000 -9.000000,14.000000,0.000000 -5 -XuiCheckboxSmall -XuiDisplayHand - - - + + 640.000000 + 360.000000 + + + + SceneSettingsUI + 320.000000 + 294.000000 + 160.000000,10.000000,0.000000 + 16 + CScene_SettingsUI + GraphicPanel + XuiDisplayHUD + + + + XuiSliderUISizeSplitscreen + 306.000000 + 38.000000 + 6.000000,242.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderUISize\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 1 + 3 + 1 + + + + + FocusSink + 306.000000 + 38.000000 + + + + + + XuiSliderUISize + 306.000000 + 38.000000 + 6.000000,196.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiShowSplitscreenGamertags + XuiSliderUISizeSplitscreen\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + SchemeList + XuiSliderSound + XuiSliderSensitivity + 1 + 3 + 1 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiShowSplitscreenGamertags + 300.000000 + 20.000000 + 9.000000,164.000000,0.000000 + 5 + XuiCheckboxSmall + XuiSplitScreen + XuiSliderUISize\XuiSlider + + + + + XuiSplitScreen + 300.000000 + 20.000000 + 9.000000,134.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowAnimatedCharacter + XuiShowSplitscreenGamertags + + + + + XuiShowAnimatedCharacter + 300.000000 + 20.000000 + 9.000000,104.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayDeathMessages + XuiSplitScreen + + + + + XuiDisplayDeathMessages + 300.000000 + 20.000000 + 9.000000,74.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayHand + XuiShowAnimatedCharacter + + + + + XuiDisplayHand + 300.000000 + 20.000000 + 9.000000,44.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayHUD + XuiDisplayDeathMessages + + + + + XuiDisplayHUD + 300.000000 + 20.000000 + 9.000000,14.000000,0.000000 + 5 + XuiCheckboxSmall + XuiDisplayHand + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_options.xui b/Minecraft.Client/Common/Media/xuiscene_settings_options.xui index 70a9ea2f..93e875e7 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_options.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_options.xui @@ -1,144 +1,144 @@ - -1280.000000 -720.000000 - - - -SceneSettingsOptions -330.000000 -266.000000 -474.000000,250.000000,0.000000 -16 -CScene_SettingsOptions -GraphicPanel -XuiViewBob - - - -XuiDifficultyText -900.000000 -100.000000 --285.000000,275.000000,0.000000 -16 -TipPanel - - - - -XuiSliderDifficulty -306.000000 -38.000000 -12.000000,214.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderAutosave\XuiSlider -XuiSliderMusic\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiSliderAutosave -306.000000 -38.000000 -12.000000,170.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiMashUpWorlds -XuiSliderDifficulty\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -8 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiMashUpWorlds -300.000000 -32.000000 -14.000000,132.000000,0.000000 -5 -XuiInGameGamertags -XuiSliderAutosave\XuiSlider - - - - -XuiInGameGamertags -300.000000 -32.000000 -14.000000,102.000000,0.000000 -5 -XuiShowTooltips -XuiMashUpWorlds - - - - -XuiShowTooltips -300.000000 -32.000000 -14.000000,72.000000,0.000000 -5 -XuiShowHints -XuiInGameGamertags - - - - -XuiShowHints -300.000000 -32.000000 -14.000000,42.000000,0.000000 -5 -XuiViewBob -XuiShowTooltips - - - - -XuiViewBob -300.000000 -32.000000 -14.000000,12.000000,0.000000 -5 -XuiShowHints - - - + + 1280.000000 + 720.000000 + + + + SceneSettingsOptions + 330.000000 + 266.000000 + 474.000000,250.000000,0.000000 + 16 + CScene_SettingsOptions + GraphicPanel + XuiViewBob + + + + XuiDifficultyText + 900.000000 + 100.000000 + -285.000000,275.000000,0.000000 + 16 + TipPanel + + + + + XuiSliderDifficulty + 306.000000 + 38.000000 + 12.000000,214.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderAutosave\XuiSlider + XuiSliderMusic\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiSliderAutosave + 306.000000 + 38.000000 + 12.000000,170.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiMashUpWorlds + XuiSliderDifficulty\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 8 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiMashUpWorlds + 300.000000 + 32.000000 + 14.000000,132.000000,0.000000 + 5 + XuiInGameGamertags + XuiSliderAutosave\XuiSlider + + + + + XuiInGameGamertags + 300.000000 + 32.000000 + 14.000000,102.000000,0.000000 + 5 + XuiShowTooltips + XuiMashUpWorlds + + + + + XuiShowTooltips + 300.000000 + 32.000000 + 14.000000,72.000000,0.000000 + 5 + XuiShowHints + XuiInGameGamertags + + + + + XuiShowHints + 300.000000 + 32.000000 + 14.000000,42.000000,0.000000 + 5 + XuiViewBob + XuiShowTooltips + + + + + XuiViewBob + 300.000000 + 32.000000 + 14.000000,12.000000,0.000000 + 5 + XuiShowHints + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_options_480.xui b/Minecraft.Client/Common/Media/xuiscene_settings_options_480.xui index 0f9f1eef..dca95e36 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_options_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_options_480.xui @@ -1,146 +1,146 @@ - -640.000000 -480.000000 - - - -SceneSettingsOptions -320.000000 -230.000000 -160.000000,120.000000,0.000000 -CScene_SettingsOptions -GraphicPanel -XuiViewBob - - - -XuiDifficultyText -512.000000 -62.000000 --104.000000,234.000000,0.000000 -TipPanel - - - - -XuiSliderDifficulty -306.000000 -38.000000 -8.000000,180.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderAutosave\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiSliderAutosave -306.000000 -38.000000 -8.000000,138.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiMashUpWorlds -XuiSliderDifficulty\XuiSlider -FocusSink - - - -XuiSlider -306.000000 -38.000000 -5 -XuiSlider -8 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiMashUpWorlds -300.000000 -20.000000 -9.000000,110.000000,0.000000 -5 -XuiCheckboxSmall -XuiInGameGamertags -XuiSliderAutosave\XuiSlider - - - - -XuiInGameGamertags -300.000000 -20.000000 -9.000000,86.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowTooltips -XuiMashUpWorlds - - - - -XuiShowTooltips -300.000000 -20.000000 -9.000000,62.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowHints -XuiInGameGamertags - - - - -XuiShowHints -300.000000 -20.000000 -9.000000,38.000000,0.000000 -5 -XuiCheckboxSmall -XuiViewBob -XuiShowTooltips - - - - -XuiViewBob -300.000000 -20.000000 -9.000000,14.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowHints - - - + + 640.000000 + 480.000000 + + + + SceneSettingsOptions + 320.000000 + 230.000000 + 160.000000,120.000000,0.000000 + CScene_SettingsOptions + GraphicPanel + XuiViewBob + + + + XuiDifficultyText + 512.000000 + 62.000000 + -104.000000,234.000000,0.000000 + TipPanel + + + + + XuiSliderDifficulty + 306.000000 + 38.000000 + 8.000000,180.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderAutosave\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiSliderAutosave + 306.000000 + 38.000000 + 8.000000,138.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiMashUpWorlds + XuiSliderDifficulty\XuiSlider + FocusSink + + + + XuiSlider + 306.000000 + 38.000000 + 5 + XuiSlider + 8 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiMashUpWorlds + 300.000000 + 20.000000 + 9.000000,110.000000,0.000000 + 5 + XuiCheckboxSmall + XuiInGameGamertags + XuiSliderAutosave\XuiSlider + + + + + XuiInGameGamertags + 300.000000 + 20.000000 + 9.000000,86.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowTooltips + XuiMashUpWorlds + + + + + XuiShowTooltips + 300.000000 + 20.000000 + 9.000000,62.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowHints + XuiInGameGamertags + + + + + XuiShowHints + 300.000000 + 20.000000 + 9.000000,38.000000,0.000000 + 5 + XuiCheckboxSmall + XuiViewBob + XuiShowTooltips + + + + + XuiViewBob + 300.000000 + 20.000000 + 9.000000,14.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowHints + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_settings_options_small.xui b/Minecraft.Client/Common/Media/xuiscene_settings_options_small.xui index a6146028..a4ec7d1b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_settings_options_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_settings_options_small.xui @@ -1,148 +1,148 @@ - -640.000000 -360.000000 - - - -SceneSettingsOptions -320.000000 -250.000000 -160.000000,69.000015,0.000000 -16 -CScene_SettingsOptions -GraphicPanel -XuiViewBob - - - -XuiDifficultyText -540.000000 -110.000000 --109.999969,254.000000,0.000000 -false -TipPanel - - - - -XuiSliderDifficulty -300.000000 -38.000000 -9.000000,192.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiSliderAutosave\XuiSlider -FocusSink - - - -XuiSlider -300.000000 -38.000000 -5 -XuiSlider -3 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiSliderAutosave -300.000000 -38.000000 -9.000000,150.000000,0.000000 -5 -CXuiCtrlSliderWrapper -XuiSliderWrapper -XuiMashUpWorlds -XuiSliderDifficulty\XuiSlider -FocusSink - - - -XuiSlider -300.000000 -38.000000 -5 -XuiSlider -8 - - - - -FocusSink -1.000000 -1.000000 - - - - - -XuiMashUpWorlds -300.000000 -20.000000 -9.000000,120.000000,0.000000 -5 -XuiCheckboxSmall -XuiInGameGamertags -XuiSliderAutosave\XuiSlider - - - - -XuiInGameGamertags -300.000000 -20.000000 -9.000000,92.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowTooltips -XuiMashUpWorlds - - - - -XuiShowTooltips -300.000000 -20.000000 -9.000000,64.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowHints -XuiInGameGamertags - - - - -XuiShowHints -300.000000 -20.000000 -9.000000,36.000000,0.000000 -5 -XuiCheckboxSmall -XuiViewBob -XuiShowTooltips - - - - -XuiViewBob -300.000000 -20.000000 -9.000000,8.000000,0.000000 -5 -XuiCheckboxSmall -XuiShowHints - - - + + 640.000000 + 360.000000 + + + + SceneSettingsOptions + 320.000000 + 250.000000 + 160.000000,69.000015,0.000000 + 16 + CScene_SettingsOptions + GraphicPanel + XuiViewBob + + + + XuiDifficultyText + 540.000000 + 110.000000 + -109.999969,254.000000,0.000000 + false + TipPanel + + + + + XuiSliderDifficulty + 300.000000 + 38.000000 + 9.000000,192.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiSliderAutosave\XuiSlider + FocusSink + + + + XuiSlider + 300.000000 + 38.000000 + 5 + XuiSlider + 3 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiSliderAutosave + 300.000000 + 38.000000 + 9.000000,150.000000,0.000000 + 5 + CXuiCtrlSliderWrapper + XuiSliderWrapper + XuiMashUpWorlds + XuiSliderDifficulty\XuiSlider + FocusSink + + + + XuiSlider + 300.000000 + 38.000000 + 5 + XuiSlider + 8 + + + + + FocusSink + 1.000000 + 1.000000 + + + + + + XuiMashUpWorlds + 300.000000 + 20.000000 + 9.000000,120.000000,0.000000 + 5 + XuiCheckboxSmall + XuiInGameGamertags + XuiSliderAutosave\XuiSlider + + + + + XuiInGameGamertags + 300.000000 + 20.000000 + 9.000000,92.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowTooltips + XuiMashUpWorlds + + + + + XuiShowTooltips + 300.000000 + 20.000000 + 9.000000,64.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowHints + XuiInGameGamertags + + + + + XuiShowHints + 300.000000 + 20.000000 + 9.000000,36.000000,0.000000 + 5 + XuiCheckboxSmall + XuiViewBob + XuiShowTooltips + + + + + XuiViewBob + 300.000000 + 20.000000 + 9.000000,8.000000,0.000000 + 5 + XuiCheckboxSmall + XuiShowHints + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_signentry.xui b/Minecraft.Client/Common/Media/xuiscene_signentry.xui index 5a3ff3db..5bc89025 100644 --- a/Minecraft.Client/Common/Media/xuiscene_signentry.xui +++ b/Minecraft.Client/Common/Media/xuiscene_signentry.xui @@ -1,110 +1,110 @@ - -1280.000000 -720.000000 - - - -SceneSignEntry -1280.000000 -720.000000 -CScene_SignEntry -XuiMenuScene -EditLineOne - - - -BackgroundImage -288.000000 -312.000000 -496.000000,200.000000,0.000000 -SignEntrySceneBackground - - - - -EditLineOne -268.000000 -42.000000 -506.000000,206.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineTwo -EditLineTwo -ButtonDone -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineTwo -268.000000 -42.000000 -506.000000,236.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineOne -EditLineThree -EditLineThree -EditLineOne -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineThree -268.000000 -42.000000 -506.000000,266.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineTwo -EditLineFour -EditLineFour -EditLineTwo -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineFour -268.000000 -42.000000 -506.000000,296.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineThree -ButtonDone -ButtonDone -EditLineThree -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -ButtonDone -400.000000 -40.000000 -440.000000,520.000000,0.000000 -XuiMainMenuButton_L -EditLineFour -EditLineOne -EditLineFour -22528 - - - - -EditSignMessage -372.000000 -47.000000 -454.000031,150.000000,0.000000 -XuiLabelLight_ShadowCentred - - - + + 1280.000000 + 720.000000 + + + + SceneSignEntry + 1280.000000 + 720.000000 + CScene_SignEntry + XuiMenuScene + EditLineOne + + + + BackgroundImage + 288.000000 + 312.000000 + 496.000000,200.000000,0.000000 + SignEntrySceneBackground + + + + + EditLineOne + 268.000000 + 42.000000 + 506.000000,206.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineTwo + EditLineTwo + ButtonDone + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineTwo + 268.000000 + 42.000000 + 506.000000,236.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineOne + EditLineThree + EditLineThree + EditLineOne + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineThree + 268.000000 + 42.000000 + 506.000000,266.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineTwo + EditLineFour + EditLineFour + EditLineTwo + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineFour + 268.000000 + 42.000000 + 506.000000,296.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineThree + ButtonDone + ButtonDone + EditLineThree + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + ButtonDone + 400.000000 + 40.000000 + 440.000000,520.000000,0.000000 + XuiMainMenuButton_L + EditLineFour + EditLineOne + EditLineFour + 22528 + + + + + EditSignMessage + 372.000000 + 47.000000 + 454.000031,150.000000,0.000000 + XuiLabelLight_ShadowCentred + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_signentry_480.xui b/Minecraft.Client/Common/Media/xuiscene_signentry_480.xui index 58cdc6f4..2009f102 100644 --- a/Minecraft.Client/Common/Media/xuiscene_signentry_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_signentry_480.xui @@ -1,110 +1,110 @@ - -640.000000 -480.000000 - - - -SceneSignEntry -640.000000 -480.000000 -CScene_SignEntry -XuiMenuScene -EditLineOne - - - -BackgroundImage -288.000000 -187.000000 -176.000000,140.000000,0.000000 -SignEntrySceneBackground - - - - -EditLineOne -266.000000 -42.000000 -187.000015,146.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineTwo -EditLineTwo -ButtonDone -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineTwo -266.000000 -42.000000 -187.000015,176.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineOne -EditLineThree -EditLineThree -EditLineOne -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineThree -266.000000 -42.000000 -187.000015,206.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineTwo -EditLineFour -EditLineFour -EditLineTwo -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineFour -266.000000 -42.000000 -187.000031,236.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineThree -ButtonDone -ButtonDone -EditLineThree -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -ButtonDone -300.000000 -36.000000 -170.000031,340.000000,0.000000 -XuiMainMenuButton_L_Thin -EditLineFour -EditLineOne -EditLineFour -22528 - - - - -EditSignMessage -372.000000 -47.000000 -134.000015,96.000000,0.000000 -XuiLabelLight_ShadowCentred - - - + + 640.000000 + 480.000000 + + + + SceneSignEntry + 640.000000 + 480.000000 + CScene_SignEntry + XuiMenuScene + EditLineOne + + + + BackgroundImage + 288.000000 + 187.000000 + 176.000000,140.000000,0.000000 + SignEntrySceneBackground + + + + + EditLineOne + 266.000000 + 42.000000 + 187.000015,146.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineTwo + EditLineTwo + ButtonDone + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineTwo + 266.000000 + 42.000000 + 187.000015,176.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineOne + EditLineThree + EditLineThree + EditLineOne + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineThree + 266.000000 + 42.000000 + 187.000015,206.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineTwo + EditLineFour + EditLineFour + EditLineTwo + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineFour + 266.000000 + 42.000000 + 187.000031,236.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineThree + ButtonDone + ButtonDone + EditLineThree + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + ButtonDone + 300.000000 + 36.000000 + 170.000031,340.000000,0.000000 + XuiMainMenuButton_L_Thin + EditLineFour + EditLineOne + EditLineFour + 22528 + + + + + EditSignMessage + 372.000000 + 47.000000 + 134.000015,96.000000,0.000000 + XuiLabelLight_ShadowCentred + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_signentry_small.xui b/Minecraft.Client/Common/Media/xuiscene_signentry_small.xui index 459fcf26..1f49cfb4 100644 --- a/Minecraft.Client/Common/Media/xuiscene_signentry_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_signentry_small.xui @@ -1,109 +1,109 @@ - -640.000000 -360.000000 - - - -SceneSignEntry -640.000000 -360.000000 -CScene_SignEntry -XuiMenuScene -EditLineOne - - - -BackgroundImage -288.000000 -187.000000 -176.000000,45.000000,0.000000 -SignEntrySceneBackground - - - - -EditLineOne -266.200012 -28.000000 -186.900055,50.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineTwo -EditLineTwo -ButtonDone -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineTwo -266.200012 -28.000000 -186.900055,84.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineOne -EditLineThree -EditLineThree -EditLineOne -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineThree -266.200012 -28.000000 -186.900055,118.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineTwo -EditLineFour -EditLineFour -EditLineTwo -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -EditLineFour -266.200012 -28.000000 -186.900055,152.000000,0.000000 -CXuiCtrl4JEdit -XuiEditSign -EditLineThree -ButtonDone -ButtonDone -EditLineThree -15 - !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»ã - - - - -ButtonDone -300.000000 -40.000000 -170.000031,240.000000,0.000000 -XuiMainMenuButton_L -EditLineFour -EditLineOne -EditLineFour -22528 - - - - -EditSignMessage -447.000000 -96.000015,14.000000,0.000000 -XuiLabelLight_ShadowCentred - - - + + 640.000000 + 360.000000 + + + + SceneSignEntry + 640.000000 + 360.000000 + CScene_SignEntry + XuiMenuScene + EditLineOne + + + + BackgroundImage + 288.000000 + 187.000000 + 176.000000,45.000000,0.000000 + SignEntrySceneBackground + + + + + EditLineOne + 266.200012 + 28.000000 + 186.900055,50.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineTwo + EditLineTwo + ButtonDone + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineTwo + 266.200012 + 28.000000 + 186.900055,84.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineOne + EditLineThree + EditLineThree + EditLineOne + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineThree + 266.200012 + 28.000000 + 186.900055,118.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineTwo + EditLineFour + EditLineFour + EditLineTwo + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + EditLineFour + 266.200012 + 28.000000 + 186.900055,152.000000,0.000000 + CXuiCtrl4JEdit + XuiEditSign + EditLineThree + ButtonDone + ButtonDone + EditLineThree + 15 + !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_'abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×’áíóúñѪº¿®¬½¼¡«»ã + + + + + ButtonDone + 300.000000 + 40.000000 + 170.000031,240.000000,0.000000 + XuiMainMenuButton_L + EditLineFour + EditLineOne + EditLineFour + 22528 + + + + + EditSignMessage + 447.000000 + 96.000015,14.000000,0.000000 + XuiLabelLight_ShadowCentred + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_skinselect.xui b/Minecraft.Client/Common/Media/xuiscene_skinselect.xui index 95da34c6..e4c37a18 100644 --- a/Minecraft.Client/Common/Media/xuiscene_skinselect.xui +++ b/Minecraft.Client/Common/Media/xuiscene_skinselect.xui @@ -1,1575 +1,751 @@ - -1280.000000 -720.000000 - - - -SceneSkinSelect -1280.000000 -720.000000 -CScene_SkinSelect -XuiBlankScene -SkinDetails - - - -BackgroundTint -1280.000000 -464.000000 -0.000000,142.000000,0.000000 - - -0xff0f0f80 - - - - -0x800f0f0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,1221.000000,0.000000,0,1221.000000,0.000000,1221.000000,0.000000,1221.000000,352.000000,0,1221.000000,352.000000,1221.000000,352.000000,0.000000,352.000000,0,0.000000,352.000000,0.000000,352.000000,0.000000,0.000000,0, - - - - -Characters -1280.000000 -350.000000 -0.000000,198.000000,0.000000 -XuiBlankScene - - - -CharacterPrevious4 -97.000000 -120.000000 --83.999886,90.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious3 -122.000000 -150.000000 -23.000114,75.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious2 -153.000000 -188.000000 -155.000092,56.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious1 -192.000000 -235.000000 -318.000092,33.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext4 -97.000000 -120.000000 -1267.000000,90.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext3 -122.000000 -150.000000 -1135.000000,75.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext2 -153.000000 -188.000000 -971.999878,56.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext1 -192.000000 -235.000000 -769.999939,33.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -Character -240.000000 -294.000000 -520.000000,3.000046,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - - -Normal - -stop - - -CycleLeft - - - -EndCycleLeft - -stop - - -CycleRight - - - -EndCycleRight - -stop - - - -Character -Position -Width -Height - - -0 -520.000000,3.000046,0.000000 -240.000000 -294.000000 - - - -0 -520.000000,3.000046,0.000000 -240.000000 -294.000000 - - - -0 -318.000000,33.000046,0.000000 -192.000000 -235.000000 - - - -0 -520.000000,3.000046,0.000000 -240.000000 -294.000000 - - - -0 -770.000000,33.000046,0.000000 -192.000000 -235.000000 - - - -CharacterNext1 -Position -Width -Height - - -0 -769.999939,33.000046,0.000000 -192.000000 -235.000000 - - - -0 -769.999939,32.991196,0.000000 -192.000000 -235.000000 - - - -0 -520.000000,3.000046,0.000000 -240.000000 -294.000000 - - - -0 -769.999939,33.000046,0.000000 -192.000000 -235.000000 - - - -0 -972.000000,56.000046,0.000000 -153.000000 -188.000000 - - - -CharacterNext2 -Position -Width -Height - - -0 -971.999878,56.000046,0.000000 -153.000000 -188.000000 - - - -0 -971.999878,55.991196,0.000000 -153.000000 -188.000000 - - - -0 -770.000000,33.000046,0.000000 -192.000000 -235.000000 - - - -0 -971.999878,56.000046,0.000000 -153.000000 -188.000000 - - - -0 -1135.000000,75.000046,0.000000 -122.000000 -150.000000 - - - -CharacterNext3 -Position -Width -Height - - -0 -1135.000000,75.000046,0.000000 -122.000000 -150.000000 - - - -0 -1135.000000,74.991196,0.000000 -122.000000 -150.000000 - - - -0 -972.000000,56.000046,0.000000 -153.000000 -188.000000 - - - -0 -1135.000000,75.000046,0.000000 -122.000000 -150.000000 - - - -0 -1267.000000,90.000046,0.000000 -97.000000 -120.000000 - - - -CharacterNext4 -Position -Width -Height - - -0 -1267.000000,90.000046,0.000000 -97.000000 -120.000000 - - - -0 -1267.000000,89.991196,0.000000 -97.000000 -120.000000 - - - -0 -1135.000000,75.000046,0.000000 -122.000000 -150.000000 - - - -0 -1267.000000,90.000046,0.000000 -97.000000 -120.000000 - - - -0 -1555.000000,90.000046,0.000000 -97.000000 -120.000000 - - - -CharacterPrevious1 -Position -Width -Height - - -0 -318.000092,33.000046,0.000000 -192.000000 -235.000000 - - - -0 -318.000092,32.991196,0.000000 -192.000000 -235.000000 - - - -0 -155.000000,56.000046,0.000000 -153.000000 -188.000000 - - - -0 -318.000092,33.000046,0.000000 -192.000000 -235.000000 - - - -0 -520.000000,3.000046,0.000000 -240.000000 -294.000000 - - - -CharacterPrevious2 -Position -Width -Height - - -0 -155.000092,56.000046,0.000000 -153.000000 -188.000000 - - - -0 -155.000092,55.991196,0.000000 -153.000000 -188.000000 - - - -0 -23.000000,75.000046,0.000000 -122.000000 -150.000000 - - - -0 -155.000092,56.000046,0.000000 -153.000000 -188.000000 - - - -0 -318.000000,33.000046,0.000000 -192.000000 -235.000000 - - - -CharacterPrevious3 -Position -Width -Height - - -0 -23.000114,75.000046,0.000000 -122.000000 -150.000000 - - - -0 -23.000114,74.991196,0.000000 -122.000000 -150.000000 - - - -0 --84.000000,90.000046,0.000000 -97.000000 -120.000000 - - - -0 -23.000114,75.000046,0.000000 -122.000000 -150.000000 - - - -0 -155.000000,56.000046,0.000000 -153.000000 -188.000000 - - - -CharacterPrevious4 -Position -Width -Height - - -0 --83.999886,90.000046,0.000000 -97.000000 -120.000000 - - - -0 --83.999886,89.991196,0.000000 -97.000000 -120.000000 - - - -0 --310.999878,90.000046,0.000000 -97.000000 -120.000000 - - - -0 --83.999886,90.000046,0.000000 -97.000000 -120.000000 - - - -0 -23.000000,75.000046,0.000000 -122.000000 -150.000000 - - - - - - -TabBar -1280.000000 -532.000000 -0.000000,90.000000,0.000000 -true - - - -Baseline -1680.000000 -62.000000 --200.000000,460.000000,0.000000 -SkinSelectTabBarNormal - - - - -Normal -1280.000000 -62.000000 -SkinSelectTabBarNormal - - - - -Selected -1680.000000 -528.000000 --200.000000,-0.000008,0.000000 - - - -BaselineSelected -1680.000000 -62.000000 --0.000000,460.000000,0.000000 -SkinSelectTabBarSelected - - - - -NormalSelected -1280.000000 -62.000000 -200.000000,0.000000,0.000000 -SkinSelectTabBarSelected - - - - - - -PackGroup -1280.000000 -40.000000 -0.000000,90.000000,0.000000 -XuiBlankScene - - - -Left -348.000000 -42.000000 -104.000000,0.000003,0.000000 -XuiSkinPackButton -false - - - - -Right -348.000000 -42.000000 -828.000000,0.000003,0.000000 -XuiSkinPackButton -false - - - - -Center -348.000000 -42.000000 -466.000061,0.000003,0.000000 -XuiSkinPackButtonCenter - - - - - -SkinDetails -380.000000 -50.000000 -450.000000,524.000000,0.000000 -XuiSkinSelectSectionBackground - - - -SkinName -340.000000 -25.000000 -20.000000,2.000000,0.000000 -5 -XuiLabelLight_ShadowCentred - - - - -OriginName -340.000000 -25.000000 -20.000000,22.000000,0.000000 -5 -XuiLabelLight_ShadowCentred - - - - - -Selected - -stop - - -Unselected - -stop - - - -OriginName -Visual - - -0 -XuiLabelLight_ShadowCentred - - - -0 -XuiLabelLightFaded_ShadowCentred - - - -SkinName -Visual - - -0 -XuiLabelLight_ShadowCentred - - - -0 -XuiLabelLightFaded_ShadowCentred - - - - - - -Locked -32.000000 -32.000000 -794.000000,532.000000,0.000000 -SkinSelectPadlock - - - - -SelectedGroup -224.000000 -32.000000 -528.000000,479.999969,0.000000 -SkinSelectSelectedBackground - - - -SelectedText -150.000000 -24.000000 -37.000011,4.000000,0.000000 -5 -XuiLabelLightCentred - - - - - -Timer -184.000000 -170.000000 -548.000061,290.000000,0.000000 -XuiBlankScene - - - -Timer_Square_1 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -42.000000 -42.000000 -14.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -42.000000 -42.000000 -68.499985,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -42.000000 -42.000000 -123.000000,3.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -42.000000 -42.000000 -123.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -42.000000 -42.000000 -123.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -42.000000 -42.000000 -68.499985,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -42.000000 -42.000000 -14.000000,113.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -42.000000 -42.000000 -14.000000,58.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 1280.000000 + 720.000000 + + + + SceneSkinSelect + 1280.000000 + 720.000000 + CScene_SkinSelect + XuiBlankScene + SkinDetails + + + + BackgroundTint + 1280.000000 + 464.000000 + 0.000000,142.000000,0.000000 + false + + + + + + + + + + + CharacterPrevious4 + + stop + + + + + CharacterPrevious1 + + + + + stop + + + + + + + + + + + SceneSkinSelect + + gotostop + XuiCanvas + + + CXuiCtrlMinecraftSkinPreview + + stop + + + + + stop + + + + + + + + + + + + + + + CharacterPrevious1 + + stop + + + + + CharacterPrevious1 + + + + + stop + + + + + + + + + + + SkinDetails + + gotostop + XuiCanvas + + + CXuiCtrlMinecraftSkinPreview + + stop + + + + + stop + + + + + + + + + + + + + + + CharacterNext2 + + stop + + + + + CharacterPrevious1 + + + + + stop + + + + + + + + + + + Characters + + gotostop + XuiCanvas + + + CXuiCtrlMinecraftSkinPreview + + stop + + + + + stop + + + + + + + + + + + + + + + + + XuiCanvas + + + + + CharacterPrevious1 + + + + + CharacterNext4 + + + + + Selected + + + + + stop + Character + + + + + gotoplay + + + + + + + + + stop + + + XuiControl + + stop + + + + + SelectedGroup + + + + + Timer_Square_13 + + + + + stop + + + SelectedGroup + + stop + + + Timer_Square_13 + + CharacterNext4 + + + + + + + + + + + Selected + + + + + + stop + + + CharacterNext1 + + stop + + + + + + + + + SelectedGroup + + + + + Timer_Square_13 + + + + + stop + + + SelectedGroup + + stop + + + Timer_Square_13 + + CharacterPrevious1 + + + + + + + + + + + CharacterNext4 + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + SelectedGroup + + stop + + + Timer_Square_13 + + XuiCanvas + + + + + + + + + + + CharacterPrevious1 + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + + + + + + + XuiCanvas + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + stop + + + + + stop + + + + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + CharacterNext2 + + + + + + + + + stop + + + + + XuiBlankScene + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + XuiBlankScene + + + + + + + + + stop + + + XuiControl + + stop + + + + + gotoplay + + + + + gotostop + + + XuiBlankScene + + + + + + stop + + + + + + + + + stop + + + + + + + + + CycleLeft + + + + + + + + + stop + + + CScene_SkinSelect + + stop + + + + + SelectedGroup + + + + + Timer_Square_13 + + + + + SceneSkinSelect + + + + + stop + + + + + + + + + gotoplay + + + + + + + + + EndCycleLeft + + + + + + + + + stop + + + CycleRight + + stop + + + + + SelectedGroup + + + + + Timer_Square_13 + + + + + stop + + + SelectedGroup + + stop + + + + + + + + + + + gotoplay + + + + + + + + + stop + + + XuiScene + + stop + + + + + SelectedGroup + + + + + Timer_Square_12 + + + + + stop + + + SelectedGroup + + stop + + + Timer_Square_12 + + CharacterNext4 + + + + + + + + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_skinselect_480.xui b/Minecraft.Client/Common/Media/xuiscene_skinselect_480.xui index dfdcbe37..61495192 100644 --- a/Minecraft.Client/Common/Media/xuiscene_skinselect_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_skinselect_480.xui @@ -1,1574 +1,751 @@ - -640.000000 -480.000000 - - - -SceneSkinSelect480 -640.000000 -480.000000 -CScene_SkinSelect -XuiBlankScene -SkinDetails - - - -BackgroundTint -640.000000 -284.000000 -0.000000,102.000000,0.000000 - - -0xff0f0f80 - - - - -0x800f0f0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,1221.000000,0.000000,0,1221.000000,0.000000,1221.000000,0.000000,1221.000000,352.000000,0,1221.000000,352.000000,1221.000000,352.000000,0.000000,352.000000,0,0.000000,352.000000,0.000000,352.000000,0.000000,0.000000,0, - - - - -Characters -640.000000 -210.000000 -0.000000,135.000000,0.000000 -XuiBlankScene - - - -CharacterPrevious4 -49.000000 -60.000000 --63.000000,46.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious3 -61.000000 -75.000000 --4.000000,39.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious2 -77.000000 -94.000000 -67.000000,29.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious1 -96.000000 -118.000000 -154.000000,17.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext4 -49.000000 -60.000000 -654.000000,46.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext3 -61.000000 -75.000000 -583.000000,39.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext2 -77.000000 -94.000000 -496.000000,29.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext1 -96.000000 -118.000000 -390.000000,17.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - -Character -120.000000 -147.000000 -260.000000,3.000000,0.000000 -15 -CXuiCtrlMinecraftSkinPreview - - - - - -Normal - -stop - - -CycleLeft - - - -EndCycleLeft - -stop - - -CycleRight - - - -EndCycleRight - -stop - - - -Character -Position -Width -Height - - -0 -260.000000,3.000000,0.000000 -120.000000 -147.000000 - - - -0 -260.000000,3.000000,0.000000 -120.000000 -147.000000 - - - -0 -154.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -260.000000,3.000000,0.000000 -120.000000 -147.000000 - - - -0 -390.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -CharacterNext1 -Position -Width -Height - - -0 -390.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -390.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -260.000000,3.000000,0.000000 -120.000000 -147.000000 - - - -0 -390.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -496.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -CharacterNext2 -Position -Width -Height - - -0 -496.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -496.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -390.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -496.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -583.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -CharacterNext3 -Position -Width -Height - - -0 -583.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 -583.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 -496.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -583.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 -654.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -CharacterNext4 -Position -Width -Height - - -0 -654.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 -654.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 -583.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 -654.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 -654.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -CharacterPrevious1 -Position -Width -Height - - -0 -154.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -154.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -67.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -154.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -0 -260.000000,3.000000,0.000000 -120.000000 -147.000000 - - - -CharacterPrevious2 -Position -Width -Height - - -0 -67.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -67.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 --4.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 -67.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -0 -154.000000,17.000000,0.000000 -96.000000 -118.000000 - - - -CharacterPrevious3 -Position -Width -Height - - -0 --4.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 --4.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 --63.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 --4.000000,39.000000,0.000000 -61.000000 -75.000000 - - - -0 -67.000000,29.000000,0.000000 -77.000000 -94.000000 - - - -CharacterPrevious4 -Position -Width -Height - - -0 --63.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 --63.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 --63.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 --63.000000,46.000000,0.000000 -49.000000 -60.000000 - - - -0 --4.000000,39.000000,0.000000 -61.000000 -75.000000 - - - - - - -TabBar -640.000000 -348.833313 -0.000000,66.000000,0.000000 -true - - - -Baseline -780.000000 -44.000000 --70.000000,284.000000,0.000000 -SkinSelectTabBarNormalSmall - - - - -Normal -640.000000 -44.000000 -SkinSelectTabBarNormalSmall - - - - -Selected -779.999939 -327.999969 --69.999992,-0.000008,0.000000 - - - -BaselineSelected -780.000000 -44.000000 --0.000000,284.000000,0.000000 -SkinSelectTabBarSelectedSmall - - - - -NormalSelected -640.000000 -44.000000 -70.000000,0.000000,0.000000 -SkinSelectTabBarSelectedSmall - - - - - - -PackGroup -640.000000 -40.000000 -0.000000,62.000000,0.000000 -XuiBlankScene - - - -Left -180.000000 -31.000000 -50.000031,4.000003,0.000000 -XuiSkinPackButtonSmall -false - - - - -Right -180.000000 -31.000000 -409.000031,4.000003,0.000000 -XuiSkinPackButtonSmall -false - - - - -Center -180.000000 -40.000000 -230.000092,-1.999997,0.000000 -XuiSkinPackButtonCentreSmall - - - - - -SkinDetails -380.000000 -54.000000 -130.000046,315.000000,0.000000 -XuiSkinSelectSectionBackground - - - -OriginName -368.000000 -25.000000 -6.000061,22.000000,0.000000 -5 -XuiLabelLight_C_ShadowedSmall - - - - -SkinName -368.000000 -25.000000 -6.000061,0.000000,0.000000 -5 -XuiLabelLight_C_ShadowedSmall - - - - - -Selected - -stop - - -Unselected - -stop - - - -SkinName -Visual - - -0 -XuiLabelLight_C_ShadowedSmall - - - -0 -XuiLabelLightFaded_C_ShadowedSmall - - - -OriginName -Visual - - -0 -XuiLabelLight_C_ShadowedSmall - - - -0 -XuiLabelLightFaded_C_ShadowedSmall - - - - - - -Locked -32.000000 -32.000000 -475.000000,328.000000,0.000000 -SkinSelectPadlock - - - - -SelectedGroup -224.000000 -25.000000 -208.000015,276.000000,0.000000 -SkinSelectSelectedBackgroundSmall - - - -SelectedText -150.000000 -20.000000 -37.000011,3.000000,0.000000 -5 -XuiLabelListening_Small - - - - - -Timer -72.000000 -72.000000 -284.000031,210.000000,0.000000 -15 -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 640.000000 + 480.000000 + + + + SceneSkinSelect480 + 640.000000 + 480.000000 + CScene_SkinSelect + XuiBlankScene + SkinDetails + + + + BackgroundTint + 640.000000 + 284.000000 + 0.000000,102.000000,0.000000 + false + + + + + + + + + + + CharacterPrevious4 + + stop + + + + + CharacterPrevious1 + + + + + stop + + + + + + + + + + + SceneSkinSelect480 + + gotostop + XuiCanvas + + + CXuiCtrlMinecraftSkinPreview + + stop + + + + + stop + + + + + + + + + + + + + + + CharacterPrevious1 + + stop + + + + + CharacterPrevious1 + + + + + stop + + + + + + + + + + + SkinDetails + + gotostop + XuiCanvas + + + CXuiCtrlMinecraftSkinPreview + + stop + + + + + stop + + + + + + + + + + + + + + + CharacterNext2 + + stop + + + + + CharacterPrevious1 + + + + + stop + + + + + + + + + + + Characters + + gotostop + XuiCanvas + + + CXuiCtrlMinecraftSkinPreview + + stop + + + + + stop + + + + + + + + + + + + + + + + + XuiCanvas + + + + + CharacterPrevious1 + + + + + CharacterNext4 + + + + + Selected + + + + + stop + Character + + + + + gotoplay + + + + + + + + + stop + + + XuiControl + + stop + + + + + SelectedGroup + + + + + Timer_Square_13 + + + + + stop + + + SelectedGroup + + stop + + + Timer_Square_12 + + CharacterNext4 + + + + + + + + + + + Selected + + + + + + stop + + + CharacterNext1 + + stop + + + + + + + + + SelectedGroup + + + + + Timer_Square_12 + + + + + stop + + + SelectedGroup + + stop + + + Timer_Square_12 + + CharacterPrevious1 + + + + + + + + + + + CharacterNext4 + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + SelectedGroup + + stop + + + Timer_Square_12 + + XuiCanvas + + + + + + + + + + + CharacterPrevious1 + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + + + + + + + XuiCanvas + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + stop + + + + + stop + + + + + + + + + stop + + + + + + + + + + + + + + + + + stop + + + + + + + + + stop + + + + + + + + + SkinDetails + + + + + + + + + stop + + + + + XuiBlankScene + + + + + + + + + + + + + + + + + stop + + + + + + + + + play + + + + + + + + + XuiBlankScene + + + + + + + + + stop + + + XuiControl + + stop + + + + + gotoplay + + + + + gotostop + + + XuiBlankScene + + + + + + stop + + + + + + + + + play + + + + + + + + + SceneSkinSelect480 + + + + + + + + + stop + + + CScene_SkinSelect + + stop + + + + + SelectedGroup + + + + + Timer_Square_12 + + + + + SceneSkinSelect480 + + + + + stop + + + + + + + + + gotoplay + + + + + + + + + SceneSkinSelect480 + + + + + + + + + stop + + + XuiScene + + stop + + + + + SelectedGroup + + + + + Timer_Square_12 + + + + + stop + + + SelectedGroup + + stop + + + + + + + + + + + gotoplay + + + + + + + + + stop + + + XuiScene + + stop + + + + + SelectedGroup + + + + + Timer_Square_12 + + + + + stop + + + SelectedGroup + + stop + + + Timer_Square_12 + + CharacterNext4 + + + + + + + + + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_skinselect_small.xui b/Minecraft.Client/Common/Media/xuiscene_skinselect_small.xui index 505f243e..b49045ff 100644 --- a/Minecraft.Client/Common/Media/xuiscene_skinselect_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_skinselect_small.xui @@ -1,1656 +1,29 @@ - -640.000000 -360.000000 - - - -SceneSkinSelectSmall -640.000000 -360.000000 -CScene_SkinSelect -XuiBlankScene -SkinDetails - - - -BackgroundTint -570.000000 -220.000000 -35.000031,62.000000,0.000000 - - -0xff0f0f80 - - - - -0x800f0f0f -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,1221.000000,0.000000,0,1221.000000,0.000000,1221.000000,0.000000,1221.000000,352.000000,0,1221.000000,352.000000,1221.000000,352.000000,0.000000,352.000000,0,0.000000,352.000000,0.000000,352.000000,0.000000,0.000000,0, - - - - -Characters -570.000000 -210.000000 -35.000031,68.000000,0.000000 -true -XuiBlankScene - - - -CharacterPrevious4 -49.000000 -60.000000 --98.000000,66.000000,0.000000 -0.000000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious3 -61.000000 -75.000000 --39.000000,59.000000,0.000000 -0.250000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious2 -77.000000 -94.000000 -32.000000,49.000000,0.000000 -0.500000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterPrevious1 -96.000000 -118.000000 -119.000000,37.000000,0.000000 -0.750000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext4 -49.000000 -60.000000 -619.000000,66.000000,0.000000 -0.000000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext3 -61.000000 -75.000000 -548.000000,59.000000,0.000000 -0.250000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext2 -77.000000 -94.000000 -461.000000,49.000000,0.000000 -0.500000 -CXuiCtrlMinecraftSkinPreview - - - - -CharacterNext1 -96.000000 -118.000000 -355.000000,37.000000,0.000000 -0.750000 -CXuiCtrlMinecraftSkinPreview - - - - -Character -120.000000 -147.000000 -225.000000,23.000000,0.000000 -CXuiCtrlMinecraftSkinPreview - - - - - -Normal - -stop - - -CycleLeft - - - -EndCycleLeft - -stop - - -CycleRight - - - -EndCycleRight - -stop - - - -Character -Position -Width -Height -Opacity -Anchor - - -0 -225.000000,23.000000,0.000000 -120.000000 -147.000000 -1.000000 -0 - - - -0 -225.000031,23.000000,0.000000 -120.000000 -147.000000 -1.000000 -0 - - - -0 -119.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -15 - - - -0 -225.000000,23.000000,0.000000 -120.000000 -147.000000 -1.000000 -0 - - - -0 -355.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -CharacterNext1 -Position -Width -Height -Opacity -Anchor - - -0 -355.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -0 -355.000031,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -0 -225.000000,23.000000,0.000000 -120.000000 -147.000000 -1.000000 -15 - - - -0 -355.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -0 -461.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -CharacterNext2 -Position -Width -Height -Opacity -Anchor - - -0 -461.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -0 -461.000031,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -0 -355.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -15 - - - -0 -461.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -0 -548.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -CharacterNext3 -Position -Width -Height -Opacity -Anchor - - -0 -548.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -0 -548.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -0 -461.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -15 - - - -0 -548.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -0 -619.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -CharacterNext4 -Position -Width -Height -Opacity -Anchor - - -0 -619.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -0 -619.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -0 -548.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -15 - - - -0 -619.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -0 -619.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -CharacterPrevious1 -Position -Width -Height -Opacity -Anchor - - -0 -119.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -0 -119.000031,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -0 -32.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -37 - - - -0 -119.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -0 -225.000000,23.000000,0.000000 -120.000000 -147.000000 -1.000000 -0 - - - -CharacterPrevious2 -Position -Width -Height -Opacity -Anchor - - -0 -32.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -0 -32.000027,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -0 --39.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -15 - - - -0 -32.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -0 -119.000000,37.000000,0.000000 -96.000000 -118.000000 -0.750000 -0 - - - -CharacterPrevious3 -Position -Width -Height -Opacity -Anchor - - -0 --39.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -0 --38.999973,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -0 --98.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -15 - - - -0 --39.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - -0 -32.000000,49.000000,0.000000 -77.000000 -94.000000 -0.500000 -0 - - - -CharacterPrevious4 -Position -Width -Height -Opacity -Anchor - - -0 --98.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -0 --97.999969,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -0 --98.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -15 - - - -0 --98.000000,66.000000,0.000000 -49.000000 -60.000000 -0.000000 -0 - - - -0 --39.000000,59.000000,0.000000 -61.000000 -75.000000 -0.250000 -0 - - - - - - -TabBar -580.000000 -270.000000 -30.000032,21.000000,0.000000 -15 - - - -Normal -580.000000 -270.000000 -SkinSelectTabNormalSmall - - - - -Selected -580.000000 -270.000000 -SkinSelectTabSelectedSmall - - - - - -PackGroup -640.000000 -40.000000 -0.000032,15.000000,0.000000 -XuiBlankScene - - - -Left -180.000000 -31.000000 -50.000031,5.000003,0.000000 -XuiSkinPackButtonSmall -false - - - - -Right -180.000000 -31.000000 -409.000031,5.000003,0.000000 -XuiSkinPackButtonSmall -false - - - - -Center -180.000000 -40.000000 -230.000092,0.000003,0.000000 -XuiSkinPackButtonCentreSmall - - - - - -SkinDetails -380.000000 -48.000000 -130.000046,219.000000,0.000000 -XuiSkinSelectSBckgrndSmall - - - -SkinName -368.000000 -22.000000 -6.000061,-2.000000,0.000000 -5 -XuiLabelLight_C_ShadowedSmall - - - - -OriginName -368.000000 -22.000000 -6.000061,18.000000,0.000000 -5 -XuiLabelLight_C_ShadowedSmall - - - - - -Selected - -stop - - -Unselected - -stop - - - -OriginName -Visual - - -0 -XuiLabelLight_C_ShadowedSmall - - - -0 -XuiLabelLightFaded_C_ShadowedSmall - - - -SkinName -Visual - - -0 -XuiLabelLight_C_ShadowedSmall - - - -0 -XuiLabelLightFaded_C_ShadowedSmall - - - - - - -Locked -32.000000 -32.000000 -471.000000,227.000000,0.000000 -SkinSelectPadlock - - - - -SelectedGroup -224.000000 -25.000000 -208.000015,187.000000,0.000000 -SkinSelectSelectedBackgroundSmall - - - -SelectedText -150.000000 -20.000000 -37.000011,3.000000,0.000000 -5 -XuiLabelListening_Small - - - - - -Timer -72.000000 -72.000000 -284.000031,130.000000,0.000000 -15 -false -XuiBlankScene - - - -Timer_Square_1 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_2 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_3 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_4 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_5 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_6 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_7 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_8 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_9 -21.000000 -21.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_10 -21.000000 -21.000000 -25.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_11 -21.000000 -21.000000 -50.000000,0.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_12 -21.000000 -21.000000 -50.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_13 -21.000000 -21.000000 -50.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_14 -21.000000 -21.000000 -25.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_15 -21.000000 -21.000000 -0.000000,50.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - -Timer_Square_16 -21.000000 -21.000000 -0.000000,25.000000,0.000000 - - -0xff0f0f80 - - - - -0x00ebebeb - - -1 -0x00000000 -0.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,42.000000,0.000000,0,42.000000,0.000000,42.000000,0.000000,42.000000,42.000000,0,42.000000,42.000000,42.000000,42.000000,0.000000,42.000000,0,0.000000,42.000000,0.000000,42.000000,0.000000,0.000000,0, - - - - - -LoadStart - - - -LoopStart - - - -LoopEnd - -gotoandplay -LoopStart - - - -Timer_Square_1 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_3 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_8 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_4 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_7 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_6 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_5 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_2 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_9 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_10 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_11 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_12 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_13 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x00ebebeb - - - -Timer_Square_14 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x07ebebeb - - - -Timer_Square_15 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x49ebebeb - - - -Timer_Square_16 -Fill.FillColor - - -0 -0x00ebebeb - - - -0 -0x00ebebeb - - - -0 -0xc8ebebeb - - - -0 -0x8cebebeb - - - - - + + 640.000000 + 360.000000 + + + + SceneSkinSelectSmall + 640.000000 + 360.000000 + CScene_SkinSelect + XuiBlankScene + SkinDetails + + + + BackgroundTint + 570.000000 + 220.000000 + 35.000031,62.000000,0.000000 + false + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_socialpost.xui b/Minecraft.Client/Common/Media/xuiscene_socialpost.xui index 3525a733..6930672f 100644 --- a/Minecraft.Client/Common/Media/xuiscene_socialpost.xui +++ b/Minecraft.Client/Common/Media/xuiscene_socialpost.xui @@ -1,88 +1,88 @@ - -1280.000000 -720.000000 - - - -SceneSocialPost -450.000000 -335.000000 -415.000000,204.000000,0.000000 -CScene_SocialPost -GraphicPanel -SceneNewWorld\XuiEditWorldName -SceneNewWorld\XuiNewWorld -XuiEditCaption - - - -XuiOK -382.000000 -40.000000 -34.000000,268.000000,0.000000 -XuiMainMenuButton_L -XuiEditDescription -XuiDescription -22528 - - - - -XuiEditDescription -376.000000 -32.000000 -37.000000,198.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiEditCaption -XuiOK -XuiOK -XuiEditCaption -100 - - - - -XuiLabelDescription -380.000000 -26.000000 -35.000000,172.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -XuiEditCaption -376.000000 -32.000000 -37.000000,124.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiEditTitle -XuiEditDescription -XuiEditTitle -XuiDescription -60 - - - - -XuiLabelCaption -380.000000 -26.000000 -35.000000,98.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -XuiLabelText -380.000000 -80.000000 -35.000000,20.000000,0.000000 -XuiLabelDarkLeftWrap16 - - - + + 1280.000000 + 720.000000 + + + + SceneSocialPost + 450.000000 + 335.000000 + 415.000000,204.000000,0.000000 + CScene_SocialPost + GraphicPanel + SceneNewWorld\XuiEditWorldName + SceneNewWorld\XuiNewWorld + XuiEditCaption + + + + XuiOK + 382.000000 + 40.000000 + 34.000000,268.000000,0.000000 + XuiMainMenuButton_L + XuiEditDescription + XuiDescription + 22528 + + + + + XuiEditDescription + 376.000000 + 32.000000 + 37.000000,198.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiEditCaption + XuiOK + XuiOK + XuiEditCaption + 100 + + + + + XuiLabelDescription + 380.000000 + 26.000000 + 35.000000,172.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + XuiEditCaption + 376.000000 + 32.000000 + 37.000000,124.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiEditTitle + XuiEditDescription + XuiEditTitle + XuiDescription + 60 + + + + + XuiLabelCaption + 380.000000 + 26.000000 + 35.000000,98.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + XuiLabelText + 380.000000 + 80.000000 + 35.000000,20.000000,0.000000 + XuiLabelDarkLeftWrap16 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_socialpost_480.xui b/Minecraft.Client/Common/Media/xuiscene_socialpost_480.xui index cffb1118..60a230a0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_socialpost_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_socialpost_480.xui @@ -1,87 +1,87 @@ - -640.000000 -480.000000 - - - -SceneSocialPost -354.000000 -267.000000 -143.000000,123.000000,0.000000 -CScene_SocialPost -GraphicPanel -SceneNewWorld\XuiEditWorldName -SceneNewWorld\XuiNewWorld -XuiEditCaption - - - -XuiOK -304.000000 -36.000000 -25.000000,211.000000,0.000000 -XuiMainMenuButton_L_Thin -XuiEditDescription -XuiDescription -22528 - - - - -XuiEditDescription -300.000000 -27.000000,156.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiEditCaption -XuiOK -XuiOK -XuiEditCaption -100 - - - - -XuiLabelDescription -300.000000 -20.000000 -27.000000,133.000000,0.000000 -XuiLabelDarkLeftWrapSmall - - - - -XuiEditCaption -300.000000 -27.000000,93.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiEditTitle -XuiEditDescription -XuiEditTitle -XuiDescription -60 - - - - -XuiLabelCaption -300.000000 -20.000000 -27.000000,69.000000,0.000000 -XuiLabelDarkLeftWrapSmall - - - - -XuiLabelText -300.000000 -57.999992 -27.000000,9.000000,0.000000 -XuiLabelDarkLeftWrapSmall -false - - - + + 640.000000 + 480.000000 + + + + SceneSocialPost + 354.000000 + 267.000000 + 143.000000,123.000000,0.000000 + CScene_SocialPost + GraphicPanel + SceneNewWorld\XuiEditWorldName + SceneNewWorld\XuiNewWorld + XuiEditCaption + + + + XuiOK + 304.000000 + 36.000000 + 25.000000,211.000000,0.000000 + XuiMainMenuButton_L_Thin + XuiEditDescription + XuiDescription + 22528 + + + + + XuiEditDescription + 300.000000 + 27.000000,156.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiEditCaption + XuiOK + XuiOK + XuiEditCaption + 100 + + + + + XuiLabelDescription + 300.000000 + 20.000000 + 27.000000,133.000000,0.000000 + XuiLabelDarkLeftWrapSmall + + + + + XuiEditCaption + 300.000000 + 27.000000,93.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiEditTitle + XuiEditDescription + XuiEditTitle + XuiDescription + 60 + + + + + XuiLabelCaption + 300.000000 + 20.000000 + 27.000000,69.000000,0.000000 + XuiLabelDarkLeftWrapSmall + + + + + XuiLabelText + 300.000000 + 57.999992 + 27.000000,9.000000,0.000000 + XuiLabelDarkLeftWrapSmall + false + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_socialpost_small.xui b/Minecraft.Client/Common/Media/xuiscene_socialpost_small.xui index 169f594e..a5d4fa10 100644 --- a/Minecraft.Client/Common/Media/xuiscene_socialpost_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_socialpost_small.xui @@ -1,88 +1,88 @@ - -640.000000 -360.000000 - - - -SceneSocialPost -424.000000 -290.000000 -108.000000,0.000000,0.000000 -CScene_SocialPost -GraphicPanel -SceneNewWorld\XuiEditWorldName -SceneNewWorld\XuiNewWorld -XuiEditCaption - - - -XuiOK -362.000000 -40.000000 -31.000008,236.000000,0.000000 -XuiMainMenuButton_L -XuiEditDescription -XuiDescription -22528 - - - - -XuiEditDescription -356.000000 -32.000000 -34.250069,178.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiEditCaption -XuiOK -XuiOK -XuiEditCaption -100 - - - - -XuiLabelDescription -360.000000 -24.000000 -34.000023,154.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -XuiEditCaption -356.000000 -32.000000 -33.749977,110.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -XuiEditTitle -XuiEditDescription -XuiEditTitle -XuiDescription -60 - - - - -XuiLabelCaption -360.000000 -24.000000 -34.000023,86.000000,0.000000 -XuiLabelDarkLeftWrap - - - - -XuiLabelText -358.000000 -64.000000 -34.000023,16.000000,0.000000 -XuiLabelDarkLeftWrap - - - + + 640.000000 + 360.000000 + + + + SceneSocialPost + 424.000000 + 290.000000 + 108.000000,0.000000,0.000000 + CScene_SocialPost + GraphicPanel + SceneNewWorld\XuiEditWorldName + SceneNewWorld\XuiNewWorld + XuiEditCaption + + + + XuiOK + 362.000000 + 40.000000 + 31.000008,236.000000,0.000000 + XuiMainMenuButton_L + XuiEditDescription + XuiDescription + 22528 + + + + + XuiEditDescription + 356.000000 + 32.000000 + 34.250069,178.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiEditCaption + XuiOK + XuiOK + XuiEditCaption + 100 + + + + + XuiLabelDescription + 360.000000 + 24.000000 + 34.000023,154.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + XuiEditCaption + 356.000000 + 32.000000 + 33.749977,110.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + XuiEditTitle + XuiEditDescription + XuiEditTitle + XuiDescription + 60 + + + + + XuiLabelCaption + 360.000000 + 24.000000 + 34.000023,86.000000,0.000000 + XuiLabelDarkLeftWrap + + + + + XuiLabelText + 358.000000 + 64.000000 + 34.000023,16.000000,0.000000 + XuiLabelDarkLeftWrap + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_teleportmenu.xui b/Minecraft.Client/Common/Media/xuiscene_teleportmenu.xui index d2aed700..2a76a754 100644 --- a/Minecraft.Client/Common/Media/xuiscene_teleportmenu.xui +++ b/Minecraft.Client/Common/Media/xuiscene_teleportmenu.xui @@ -1,100 +1,100 @@ - -1280.000000 -720.000000 - - - -Teleport -1280.000000 -720.000000 -CScene_Teleport -XuiBlankScene -GamePlayers - - - -GamePlayers -500.000000 -336.000000 -390.000000,192.000046,0.000000 -CXuiCtrlPassThroughList -XuiPlayerList - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - -control_ListItem -400.000000 -60.000000 -20.000000,46.000000,0.000000 -5 -false -XuiPlayerListButton_L - - - - - -Title -400.000000 -412.000000,202.000046,0.000000 -XuiLabelDarkLeftWrap18 - - - + + 1280.000000 + 720.000000 + + + + Teleport + 1280.000000 + 720.000000 + CScene_Teleport + XuiBlankScene + GamePlayers + + + + GamePlayers + 500.000000 + 336.000000 + 390.000000,192.000046,0.000000 + CXuiCtrlPassThroughList + XuiPlayerList + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,46.000000,0.000000 + 5 + false + XuiPlayerListButton_L + + + + + + Title + 400.000000 + 412.000000,202.000046,0.000000 + XuiLabelDarkLeftWrap18 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_teleportmenu_480.xui b/Minecraft.Client/Common/Media/xuiscene_teleportmenu_480.xui index 3c0aaffd..918234b0 100644 --- a/Minecraft.Client/Common/Media/xuiscene_teleportmenu_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_teleportmenu_480.xui @@ -1,101 +1,101 @@ - -640.000000 -480.000000 - - - -Teleport -640.000000 -480.000000 -CScene_Teleport -XuiBlankScene -GamePlayers - - - -GamePlayers -340.000000 -272.000000 -150.000031,130.000015,0.000000 -CXuiCtrlPassThroughList -XuiPlayerListSmall - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - - -Title -300.000000 -22.000000 -170.000000,144.000000,0.000000 -XuiLabelDark - - - + + 640.000000 + 480.000000 + + + + Teleport + 640.000000 + 480.000000 + CScene_Teleport + XuiBlankScene + GamePlayers + + + + GamePlayers + 340.000000 + 272.000000 + 150.000031,130.000015,0.000000 + CXuiCtrlPassThroughList + XuiPlayerListSmall + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + + Title + 300.000000 + 22.000000 + 170.000000,144.000000,0.000000 + XuiLabelDark + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_teleportmenu_small.xui b/Minecraft.Client/Common/Media/xuiscene_teleportmenu_small.xui index 63536a87..51c6349e 100644 --- a/Minecraft.Client/Common/Media/xuiscene_teleportmenu_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_teleportmenu_small.xui @@ -1,101 +1,101 @@ - -640.000000 -360.000000 - - - -Teleport -640.000000 -360.000000 -CScene_Teleport -XuiBlankScene -GamePlayers - - - -GamePlayers -400.000000 -236.000000 -120.000023,52.000011,0.000000 -CXuiCtrlPassThroughList -XuiPlayerListSmall - - - -control_ListItem -400.000000 -60.000000 -20.000000,50.000000,0.000000 -5 -false -XuiListButton_L - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - -control_ListItem -400.000000 -40.000000 -20.000000,42.000000,0.000000 -5 -false -XuiPlayerListButton_LThin - - - - - -Title -358.000000 -26.000000 -140.000000,61.999969,0.000000 -XuiLabelDarkLeftWrap16 - - - + + 640.000000 + 360.000000 + + + + Teleport + 640.000000 + 360.000000 + CScene_Teleport + XuiBlankScene + GamePlayers + + + + GamePlayers + 400.000000 + 236.000000 + 120.000023,52.000011,0.000000 + CXuiCtrlPassThroughList + XuiPlayerListSmall + + + + control_ListItem + 400.000000 + 60.000000 + 20.000000,50.000000,0.000000 + 5 + false + XuiListButton_L + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + control_ListItem + 400.000000 + 40.000000 + 20.000000,42.000000,0.000000 + 5 + false + XuiPlayerListButton_LThin + + + + + + Title + 358.000000 + 26.000000 + 140.000000,61.999969,0.000000 + XuiLabelDarkLeftWrap16 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_text_entry.xui b/Minecraft.Client/Common/Media/xuiscene_text_entry.xui index 20093f0a..f16422c8 100644 --- a/Minecraft.Client/Common/Media/xuiscene_text_entry.xui +++ b/Minecraft.Client/Common/Media/xuiscene_text_entry.xui @@ -1,29 +1,29 @@ - -1280.000000 -720.000000 - - - -TextEntry -450.000000 -74.000000 -415.000031,568.000000,0.000000 -CScene_TextEntry -XuiScene -XuiEditText - - - -XuiEditText -394.000000 -32.000000 -31.000000,20.000000,0.000000 -CXuiCtrl4JEdit -XuiEdit -CheckboxAllowFoF -XuiEditSeed - - - + + 1280.000000 + 720.000000 + + + + TextEntry + 450.000000 + 74.000000 + 415.000031,568.000000,0.000000 + CScene_TextEntry + XuiScene + XuiEditText + + + + XuiEditText + 394.000000 + 32.000000 + 31.000000,20.000000,0.000000 + CXuiCtrl4JEdit + XuiEdit + CheckboxAllowFoF + XuiEditSeed + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trading.xui b/Minecraft.Client/Common/Media/xuiscene_trading.xui index 02524fd3..4963ef3b 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trading.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trading.xui @@ -1,6765 +1,7010 @@ - -1280.000000 -720.000000 - - - -XuiSceneTrading -1280.000000 -720.000000 -CXuiSceneTrading -XuiBlankScene -Pointer - - - -Group -588.000000 -360.000000 -346.000031,180.000046,0.000000 -15 -XuiScene -Pointer - - - -RequiredWindow -216.000000 -186.000000 -25.000031,148.000000,0.000000 -8 -XuiSkinSelectSectionBackground - - - - -TradingWindow -312.000000 -186.000000 -249.000031,148.000000,0.000000 -8 -XuiSkinSelectSectionBackground - - - - -RequiredLabel -212.000000 -26.000000 -27.000031,152.000000,0.000000 -9 -XuiLabelDarkCentredWrapSmall - - - - -VillagerText -588.000000 -26.000000 -0.000000,25.000000,0.000000 -LabelContainerSceneCentre - - - - -Request1 -42.000000 -42.000000 -35.000031,200.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Request2 -42.000000 -42.000000 -35.000031,254.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -Offer1Label -141.000000 -42.000000 -87.000031,200.000000,0.000000 -9 -XuiLabelVertCentDarkLeftWrap18 - - - - -Offer2Label -141.000000 -42.000000 -86.000031,254.000015,0.000000 -9 -XuiLabelVertCentDarkLeftWrap18 - - - - -ScrollLeftArrow -32.000000 -48.000000 -56.000000,68.000000,0.000000 -XuiScrollEndLeft - - - - -ScrollRightArrow -32.000000 -48.000000 -476.000000,68.000000,0.000000 -XuiScrollEndRight - - - - -TradingBar0 -54.000000 -54.000000 -91.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingBar1 -54.000000 -54.000000 -145.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingBar2 -54.000000 -54.000000 -199.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingBar3 -54.000000 -54.000000 -253.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingBar4 -54.000000 -54.000000 -307.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingBar5 -54.000000 -54.000000 -361.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingBar6 -54.000000 -54.000000 -415.000000,64.000000,0.000000 -3 -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -TradingSelector -72.000000 -72.000000 -82.000000,55.000000,0.000000 -CraftingPanelHighlight - - - - -InventoryGrid -290.000000 -144.000000 -260.000031,180.000000,0.000000 - - - -Inventory -288.000000 -96.000000 -8 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - -UseRow -288.000000 -32.000000 --0.000000,112.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical32 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -226.000000 -45.000000 -7.000000,22.000000,0.000000 -5 -false -XuiButton -0.000000,10.000000,0.000000 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - - - -InventoryLabel -310.000000 -26.000000 -251.000031,152.000000,0.000000 -9 -XuiLabelDarkCentredWrap - - - - -HtmlTextPanel -42.000000 -42.000000 -85.000000,118.000000,0.000000 -false -HtmlItemDescription - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -346.000031,180.000046,0.000000 - - - -0 -346.000061,180.000046,0.000000 - - - -2 -100 --100 -50 -346.000061,180.000046,0.000000 - - - -0 -160.000000,180.000046,0.000000 - - - -2 -100 --100 -50 -160.000000,180.000046,0.000000 - - - -0 -346.000061,180.000046,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + XuiSceneTrading + 1280.000000 + 720.000000 + CXuiSceneTrading + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 26 + + + + easein + 26 + + + + none + 27 + + + + easein + 27 + + + + none + 26 + + + + + + Group + 588.000000 + 380.000000 + 346.000031,180.000046,0.000000 + 15 + XuiScene + Pointer + + + + RequiredWindow + 234.000000 + 186.000000 + 18.000031,178.000000,0.000000 + 8 + XuiSkinSelectSectionBackground + + + + + TradingWindow + 312.000000 + 186.000000 + 259.000031,178.000000,0.000000 + 8 + XuiSkinSelectSectionBackground + + + + + RequiredLabel + 230.000000 + 26.000000 + 19.000031,182.000000,0.000000 + 9 + XuiLabelDarkCentredWrapSmall + + + + + VillagerText + 568.000000 + 74.000000 + 10.000000,12.000000,0.000000 + XuiLabelVertCentDarkCentWrap18 + + + + + Request1 + 42.000000 + 42.000000 + 27.000031,230.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Request2 + 42.000000 + 42.000000 + 27.000031,284.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + Offer1Label + 168.000000 + 42.000000 + 79.000031,230.000000,0.000000 + 9 + XuiLabelVertCentDarkLeftWrap18 + + + + + Offer2Label + 168.000000 + 42.000000 + 78.000031,284.000000,0.000000 + 9 + XuiLabelVertCentDarkLeftWrap18 + + + + + ScrollLeftArrow + 32.000000 + 48.000000 + 56.000000,98.000000,0.000000 + XuiScrollEndLeft + + + + + ScrollRightArrow + 32.000000 + 48.000000 + 476.000000,98.000000,0.000000 + XuiScrollEndRight + + + + + TradingBar0 + 54.000000 + 54.000000 + 91.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingBar1 + 54.000000 + 54.000000 + 145.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingBar2 + 54.000000 + 54.000000 + 199.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingBar3 + 54.000000 + 54.000000 + 253.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingBar4 + 54.000000 + 54.000000 + 307.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingBar5 + 54.000000 + 54.000000 + 361.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingBar6 + 54.000000 + 54.000000 + 415.000000,94.000000,0.000000 + 3 + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + TradingSelector + 72.000000 + 72.000000 + 82.000000,85.000000,0.000000 + CraftingPanelHighlight + + + + + InventoryGrid + 290.000000 + 144.000000 + 270.000031,210.000000,0.000000 + + + + Inventory + 288.000000 + 96.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + UseRow + 288.000000 + 32.000000 + -0.000000,112.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical32 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 226.000000 + 45.000000 + 7.000000,22.000000,0.000000 + 5 + false + XuiButton + 0.000000,10.000000,0.000000 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + + + InventoryLabel + 310.000000 + 26.000000 + 261.000031,182.000000,0.000000 + 9 + XuiLabelDarkCentredWrap + + + + + HtmlTextPanel + 42.000000 + 42.000000 + 85.000000,118.000000,0.000000 + false + HtmlItemDescription + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trading_480.xui b/Minecraft.Client/Common/Media/xuiscene_trading_480.xui index 2d80308a..f0c8a351 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trading_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trading_480.xui @@ -1,6457 +1,7209 @@ - -640.000000 -480.000000 - - - -XuiSceneTrading -640.000000 -480.000000 -CXuiSceneTrading -XuiBlankScene -Pointer - - - -Group -364.000000 -243.000000 -138.000015,118.500008,0.000000 -15 -GraphicPanel -Pointer - - - -TradingWindow -126.777763 -121.000000 -10.000000,113.000000,0.000000 -8 -XuiSkinSelectSectionBackground - - - - -TradingWindow1 -215.666595 -121.000000 -139.555573,113.000000,0.000000 -8 -XuiSkinSelectSectionBackground - - - - -RequiredLabel -120.000000 -27.000000 -12.000000,118.000000,0.000000 -9 -XuiLabelDarkCentred8 - - - - -VillagerText -364.000000 -24.000000 -0.000000,16.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -Offer2Label -72.000000 -38.000000 -56.000000,192.000000,0.000000 -9 -XuiLabelVertCentDarkLeft8 - - - - -Offer1Label -72.000000 -38.000000 -57.000000,151.000000,0.000000 -9 -XuiLabelVertCentDarkLeft8 - - - - -ScrollLeftArrow -16.000000 -24.000000 -32.000000,56.000000,0.000000 -XuiScrollEndLeft - - - - -ScrollRightArrow -16.000000 -24.000000 -318.000000,56.000000,0.000000 -XuiScrollEndRight - - - - -Request1 -38.000000 -38.000000 -15.000000,151.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Request2 -38.000000 -38.000000 -15.000000,192.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar0 -38.000000 -38.000000 -48.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar1 -38.000000 -38.000000 -86.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar2 -38.000000 -38.000000 -124.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar3 -38.000000 -38.000000 -162.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar4 -38.000000 -38.000000 -200.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar5 -38.000000 -38.000000 -238.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar6 -38.000000 -38.000000 -276.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingSelector -43.000000 -43.000000 -45.000000,47.000000,0.000000 -CraftingPanelHighlightSmall - - - - -InventoryGrid -207.000000 -99.000000 -144.000000,131.000000,0.000000 - - - -Inventory -198.000000 -66.000000 -4.000000,0.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -198.000000 -22.000000 -4.000000,76.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - - -InventoryLabel -212.000000 -14.000000 -141.000000,116.000000,0.000000 -9 -XuiLabelDarkCentred8 - - - - -HtmlTextPanel -42.000000 -42.000000 -50.000000,85.000000,0.000000 -false -HtmlItemDescriptionSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -138.000015,118.500008,0.000000 - - - -0 -138.000000,118.500008,0.000000 - - - -2 -100 --100 -50 -138.000000,118.500008,0.000000 - - - -0 -34.000000,118.500008,0.000000 - - - -2 -100 --100 -50 -34.000000,118.500008,0.000000 - - - -0 -138.000000,118.500008,0.000000 - - - - + + 640.000000 + 480.000000 + + + + XuiSceneTrading + 640.000000 + 480.000000 + CXuiSceneTrading + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 25 + + + + easein + 25 + + + + none + 26 + + + + easein + 26 + + + + none + 25 + + + + + + Group + 384.000000 + 263.000000 + 138.000015,118.500008,0.000000 + 15 + GraphicPanel + Pointer + + + + TradingWindow + 142.000000 + 121.000000 + 12.000000,131.000000,0.000000 + 8 + XuiSkinSelectSectionBackground + + + + + TradingWindow1 + 215.666595 + 121.000000 + 157.555573,131.000000,0.000000 + 8 + XuiSkinSelectSectionBackground + + + + + RequiredLabel + 136.000000 + 34.000000 + 14.000000,134.000000,0.000000 + 9 + XuiLabelDarkCentred8 + + + + + VillagerText + 366.000000 + 54.000000 + 10.000000,8.000000,0.000000 + XuiLabelVertCentDarkCentWrap12 + + + + + Offer2Label + 92.000000 + 38.000000 + 58.000000,210.000000,0.000000 + 9 + XuiLabelVertCentDarkLeft8 + + + + + Offer1Label + 92.000000 + 38.000000 + 58.000000,168.000000,0.000000 + 9 + XuiLabelVertCentDarkLeft8 + + + + + ScrollLeftArrow + 16.000000 + 24.000000 + 32.000000,76.000000,0.000000 + XuiScrollEndLeft + + + + + ScrollRightArrow + 16.000000 + 24.000000 + 318.000000,76.000000,0.000000 + XuiScrollEndRight + + + + + Request1 + 38.000000 + 38.000000 + 16.000000,168.000000,0.000000 + 8 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Request2 + 38.000000 + 38.000000 + 16.000000,210.000000,0.000000 + 8 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar0 + 38.000000 + 38.000000 + 48.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar1 + 38.000000 + 38.000000 + 86.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar2 + 38.000000 + 38.000000 + 124.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar3 + 38.000000 + 38.000000 + 162.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar4 + 38.000000 + 38.000000 + 200.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar5 + 38.000000 + 38.000000 + 238.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar6 + 38.000000 + 38.000000 + 276.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingSelector + 43.000000 + 43.000000 + 45.000000,67.000000,0.000000 + CraftingPanelHighlightSmall + + + + + InventoryGrid + 207.000000 + 99.000000 + 162.000000,149.000000,0.000000 + 8 + + + + Inventory + 198.000000 + 66.000000 + 4.000000,0.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 198.000000 + 22.000000 + 4.000000,76.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + + InventoryLabel + 212.000000 + 14.000000 + 159.000000,134.000000,0.000000 + 9 + XuiLabelDarkCentred8 + + + + + HtmlTextPanel + 42.000000 + 42.000000 + 58.000000,87.000000,0.000000 + false + HtmlItemDescriptionSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trading_small.xui b/Minecraft.Client/Common/Media/xuiscene_trading_small.xui index 7876f228..b8ed4ba3 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trading_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trading_small.xui @@ -1,6205 +1,6705 @@ - -640.000000 -360.000000 - - - -XuiSceneTrading -640.000000 -360.000000 -CXuiSceneTrading -XuiBlankScene -Pointer - - - -Group -364.000000 -243.000000 -138.000015,3.000000,0.000000 -15 -GraphicPanel -Pointer - - - -TradingWindow -126.777763 -121.000000 -10.000000,113.000000,0.000000 -8 -XuiSkinSelectSectionBackground - - - - -TradingWindow1 -215.666595 -121.000000 -139.555573,113.000000,0.000000 -8 -XuiSkinSelectSectionBackground - - - - -RequiredLabel -120.000000 -27.000000 -12.000000,117.222229,0.000000 -9 -XuiLabelDarkCentred8 - - - - -VillagerText -364.000000 -24.000000 -0.000000,15.000000,0.000000 -LabelContainerSceneCentreSmall - - - - -Offer2Label -72.000000 -38.000000 -56.000000,192.000000,0.000000 -9 -XuiLabelVertCentDarkLeft8 - - - - -Offer1Label -72.000000 -38.000000 -56.000000,151.000000,0.000000 -9 -XuiLabelVertCentDarkLeft8 - - - - -ScrollLeftArrow -16.000000 -24.000000 -32.000000,56.000000,0.000000 -XuiScrollEndLeft - - - - -ScrollRightArrow -16.000000 -24.000000 -318.000000,56.000000,0.000000 -XuiScrollEndRight - - - - -Request1 -38.000000 -38.000000 -14.000000,151.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -Request2 -38.000000 -38.000000 -14.000000,192.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar0 -38.000000 -38.000000 -48.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar1 -38.000000 -38.000000 -86.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar2 -38.000000 -38.000000 -124.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar3 -38.000000 -38.000000 -162.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar4 -38.000000 -38.000000 -200.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar5 -38.000000 -38.000000 -238.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingBar6 -38.000000 -38.000000 -276.000000,50.000000,0.000000 -CXuiCtrlCraftIngredientSlot -ItemButtonRedSmall - - - - -TradingSelector -43.000000 -43.000000 -45.000000,47.000000,0.000000 -CraftingPanelHighlightSmall - - - - -InventoryGrid -207.000000 -99.000000 -144.000000,131.000000,0.000000 - - - -Inventory -198.000000 -66.000000 -4.000000,0.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - -UseRow -198.000000 -22.000000 -4.000000,76.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical22 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -32.000000 -32.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton32 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - -control_ListItem -22.000000 -22.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton22 -22594 -4 - - - - - - -InventoryLabel -212.000000 -14.000000 -141.000000,116.000000,0.000000 -9 -XuiLabelDarkCentred8 - - - - -HtmlTextPanel -42.000000 -42.000000 -58.000000,87.000000,0.000000 -false -HtmlItemDescriptionSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -138.000015,3.000000,0.000000 - - - -0 -138.000000,3.000000,0.000000 - - - -2 -100 --100 -50 -138.000000,3.000000,0.000000 - - - -0 -34.000000,3.000000,0.000000 - - - -2 -100 --100 -50 -34.000000,3.000000,0.000000 - - - -0 -138.000000,3.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + XuiSceneTrading + 640.000000 + 360.000000 + CXuiSceneTrading + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 25 + + + + easein + 25 + + + + none + 26 + + + + easein + 26 + + + + none + 25 + + + + + + Group + 384.000000 + 263.000000 + 128.000000,3.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + TradingWindow + 142.000000 + 121.000000 + 12.000000,131.000000,0.000000 + 8 + XuiSkinSelectSectionBackground + + + + + TradingWindow1 + 215.666595 + 121.000000 + 157.555573,131.000000,0.000000 + 8 + XuiSkinSelectSectionBackground + + + + + RequiredLabel + 136.000000 + 34.000000 + 14.000000,134.000000,0.000000 + 9 + XuiLabelDarkCentred8 + + + + + VillagerText + 366.000000 + 54.000000 + 10.000000,8.000000,0.000000 + XuiLabelVertCentDarkCentWrap12 + + + + + Offer2Label + 92.000000 + 38.000000 + 58.000000,210.000000,0.000000 + 9 + XuiLabelVertCentDarkLeft8 + + + + + Offer1Label + 92.000000 + 38.000000 + 58.000000,168.000000,0.000000 + 9 + XuiLabelVertCentDarkLeft8 + + + + + ScrollLeftArrow + 16.000000 + 24.000000 + 32.000000,76.000000,0.000000 + XuiScrollEndLeft + + + + + ScrollRightArrow + 16.000000 + 24.000000 + 318.000000,76.000000,0.000000 + XuiScrollEndRight + + + + + Request1 + 38.000000 + 38.000000 + 16.000000,168.000000,0.000000 + 8 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + Request2 + 38.000000 + 38.000000 + 16.000000,210.000000,0.000000 + 8 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar0 + 38.000000 + 38.000000 + 48.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar1 + 38.000000 + 38.000000 + 86.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar2 + 38.000000 + 38.000000 + 124.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar3 + 38.000000 + 38.000000 + 162.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar4 + 38.000000 + 38.000000 + 200.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar5 + 38.000000 + 38.000000 + 238.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingBar6 + 38.000000 + 38.000000 + 276.000000,70.000000,0.000000 + CXuiCtrlCraftIngredientSlot + ItemButtonRedSmall + + + + + TradingSelector + 43.000000 + 43.000000 + 45.000000,67.000000,0.000000 + CraftingPanelHighlightSmall + + + + + InventoryGrid + 207.000000 + 99.000000 + 162.000000,149.000000,0.000000 + 8 + + + + Inventory + 198.000000 + 66.000000 + 4.000000,0.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + UseRow + 198.000000 + 22.000000 + 4.000000,76.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical22 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 32.000000 + 32.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton32 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + control_ListItem + 22.000000 + 22.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton22 + 22594 + 4 + + + + + + + InventoryLabel + 212.000000 + 14.000000 + 159.000000,134.000000,0.000000 + 9 + XuiLabelDarkCentred8 + + + + + HtmlTextPanel + 42.000000 + 42.000000 + 58.000000,87.000000,0.000000 + false + HtmlItemDescriptionSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trap.xui b/Minecraft.Client/Common/Media/xuiscene_trap.xui index 1e8ae3f7..27f04388 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trap.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trap.xui @@ -1,790 +1,783 @@ - -1280.000000 -720.000000 - - - -DispenserScene -1280.000000 -720.000000 -CXuiSceneTrap -XuiBlankScene -Pointer - - - -Group -430.000000 -405.000000 -425.000000,128.000000,0.000000 -15 -XuiScene -Pointer - - - -Inventory -383.000000 -129.000000 -25.000000,208.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -UseRow -382.000000 -45.000000 -25.000000,346.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -Trap -130.000000 -131.000000 -151.000031,46.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - - -InventoryText -374.000000 -26.000000,178.000000,0.000000 -LabelContainerSceneLeft - - - - -DispenserText -268.000000 -150.000000,16.000000,0.000000 -LabelContainerSceneLeft - - - - -Pointer -42.000000 -42.000000 --185.000000,-176.000015,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointer - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -425.000000,128.000000,0.000000 - - - -0 -425.000000,128.000000,0.000000 - - - -2 -100 --100 -50 -425.000000,128.000000,0.000000 - - - -0 -160.000000,128.000000,0.000000 - - - -2 -100 --100 -50 -160.000000,128.000000,0.000000 - - - -0 -425.000000,128.000000,0.000000 - - - - + + 1280.000000 + 720.000000 + + + + DispenserScene + 1280.000000 + 720.000000 + CXuiSceneTrap + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 8 + + + + none + 0 + + + + + + Group + 430.000000 + 405.000000 + 425.000000,128.000000,0.000000 + 15 + XuiScene + Pointer + + + + Inventory + 383.000000 + 129.000000 + 25.000000,208.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + UseRow + 382.000000 + 45.000000 + 25.000000,346.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + Trap + 130.000000 + 131.000000 + 151.000031,46.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + + InventoryText + 374.000000 + 26.000000,178.000000,0.000000 + LabelContainerSceneLeft + + + + + DispenserText + 268.000000 + 150.000000,16.000000,0.000000 + LabelContainerSceneLeft + + + + + Pointer + 42.000000 + 42.000000 + -185.000000,-176.000015,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointer + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trap_480.xui b/Minecraft.Client/Common/Media/xuiscene_trap_480.xui index 83cfdb03..0f82f876 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trap_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trap_480.xui @@ -1,1295 +1,1288 @@ - -640.000000 -480.000000 - - - -DispenserScene -1280.000000 -720.000000 -CXuiSceneTrap -XuiBlankScene -Pointer - - - -Group -260.000000 -280.000000 -190.000000,100.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -13.000009,152.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -13.000009,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Trap -80.000000 -80.000000 -91.000031,36.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -12.000000,132.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -DispenserText -160.000000 -25.000000 -90.000000,14.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-40.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,100.000000,0.000000 - - - -0 -190.000000,100.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,100.000000,0.000000 - - - -0 -33.750000,100.000000,0.000000 - - - -2 -100 --100 -50 -60.000000,100.000000,0.000000 - - - -0 -190.000000,100.000000,0.000000 - - - - + + 640.000000 + 480.000000 + + + + DispenserScene + 1280.000000 + 720.000000 + CXuiSceneTrap + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 260.000000 + 280.000000 + 190.000000,100.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 13.000009,152.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 13.000009,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Trap + 80.000000 + 80.000000 + 91.000031,36.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,132.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + DispenserText + 160.000000 + 25.000000 + 90.000000,14.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-40.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trap_small.xui b/Minecraft.Client/Common/Media/xuiscene_trap_small.xui index 18fb3630..e4fc26ae 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trap_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trap_small.xui @@ -1,749 +1,742 @@ - -640.000000 -360.000000 - - - -DispenserScene -640.000000 -360.000000 -CXuiSceneTrap -XuiBlankScene -Pointer - - - -Group -260.000000 -280.000000 -190.000000,0.000000,0.000000 -15 -GraphicPanel -Pointer - - - -Inventory -234.000000 -80.000000 -12.000000,151.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -UseRow -234.000000 -12.000000,240.000000,0.000000 -8 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -Trap -80.000000 -80.000000 -91.000031,36.000000,0.000000 -2 -CXuiCtrlSlotList -ItemGridVertical26 - - - -control_ListItem -42.000000 -42.000000 -7 -0.000000,50.000000,0.000000 -false -CXuiCtrlSlotItemListItem -ItemButton -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - -control_ListItem -26.000000 -26.000000 -7 -false -CXuiCtrlSlotItemListItem -ItemButton26 -22594 -4 - - - - - -InventoryText -232.000000 -22.000000 -12.000000,130.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -DispenserText -162.000000 -25.000000 -90.000000,14.000000,0.000000 -LabelContainerSceneLeftSmall - - - - -Pointer -26.000000 -26.000000 --50.000000,-50.000000,0.000000 -9 -false -CXuiCtrlSlotItem -ItemPointerSmall - - - - - - -Normal - - - -EndNormal - -stop - - -MoveLeft - - - -EndMoveLeft - -stop - - -MoveRight - - - -EndMoveRight - -gotoandstop -EndNormal - - - -Group -Position - - -0 -190.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -190.000000,0.000000,0.000000 - - - -0 -64.000000,0.000000,0.000000 - - - -2 -100 --100 -50 -92.000000,0.000000,0.000000 - - - -0 -190.000000,0.000000,0.000000 - - - - + + 640.000000 + 360.000000 + + + + DispenserScene + 640.000000 + 360.000000 + CXuiSceneTrap + XuiBlankScene + Pointer + + + + + Normal + + + + EndNormal + + stop + + + MoveLeft + + + + EndMoveLeft + + stop + + + MoveRight + + + + EndMoveRight + + play + EndNormal + + + + Group + + + none + 0 + + + + none + 0 + + + + easein + 0 + + + + none + 8 + + + + easein + 9 + + + + none + 0 + + + + + + Group + 260.000000 + 280.000000 + 190.000000,0.000000,0.000000 + 15 + GraphicPanel + Pointer + + + + Inventory + 234.000000 + 80.000000 + 12.000000,151.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + UseRow + 234.000000 + 12.000000,240.000000,0.000000 + 8 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + Trap + 80.000000 + 80.000000 + 91.000031,36.000000,0.000000 + 2 + CXuiCtrlSlotList + ItemGridVertical26 + + + + control_ListItem + 42.000000 + 42.000000 + 7 + 0.000000,50.000000,0.000000 + false + CXuiCtrlSlotItemListItem + ItemButton + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + control_ListItem + 26.000000 + 26.000000 + 7 + false + CXuiCtrlSlotItemListItem + ItemButton26 + 22594 + 4 + + + + + + InventoryText + 232.000000 + 22.000000 + 12.000000,130.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + DispenserText + 162.000000 + 25.000000 + 90.000000,14.000000,0.000000 + LabelContainerSceneLeftSmall + + + + + Pointer + 26.000000 + 26.000000 + -50.000000,-50.000000,0.000000 + 9 + false + CXuiCtrlSlotItem + ItemPointerSmall + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trialexitupsell.xui b/Minecraft.Client/Common/Media/xuiscene_trialexitupsell.xui index dfd65403..4f256cf9 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trialexitupsell.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trialexitupsell.xui @@ -1,127 +1,126 @@ - -1280.000000 -720.000000 - - - -TrialExitUpsell -1280.000000 -720.000000 -CScene_TrialExitUpsell -XuiBlackScene - - - -XuiImage2 -1280.000000 -720.000000 -Graphics\UpsellScreenshots\Screenshot2.png - - - - -XuiImage1 -1280.000000 -720.000000 -Graphics\UpsellScreenshots\Screenshot1.png - - - - - -Normal - - - -EndNormal - -stop - - -Fade1to2 - - - -EndFade1to2 - -stop - - -Fade2to1 - - - -EndFade2to1 - -stop - - - -XuiImage1 -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - - - - -Normal - - - -EndNormal - -stop - - -Fade1to2 - - - -EndFade1to2 - -stop - - -Fade2to1 - - - -EndFade2to1 - -stop - - - + + 1280.000000 + 720.000000 + + + + + Normal + + + + EndNormal + + stop + + + Fade1to2 + + + + EndFade1to2 + + stop + + + Fade2to1 + + + + EndFade2to1 + + stop + + + + + + TrialExitUpsell + 1280.000000 + 720.000000 + CScene_TrialExitUpsell + XuiBlackScene + + + + + Normal + + + + EndNormal + + stop + + + Fade1to2 + + + + EndFade1to2 + + stop + + + Fade2to1 + + + + EndFade2to1 + + stop + + + + XuiImage1 + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 0 + + + + none + 0 + + + + none + 1065353216 + + + + + + XuiImage2 + 1280.000000 + 720.000000 + Graphics\UpsellScreenshots\Screenshot2.png + + + + + XuiImage1 + 1280.000000 + 720.000000 + Graphics\UpsellScreenshots\Screenshot1.png + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_trialexitupsell_480.xui b/Minecraft.Client/Common/Media/xuiscene_trialexitupsell_480.xui index a33d0a09..73d11039 100644 --- a/Minecraft.Client/Common/Media/xuiscene_trialexitupsell_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_trialexitupsell_480.xui @@ -1,131 +1,130 @@ - -640.000000 -480.000000 - - - -TrialExitUpsell -640.000000 -480.000000 -CScene_TrialExitUpsell -XuiBlackScene - - - -XuiImage2 -860.000000 -480.000000 --109.999969,0.000000,0.000000 -16 -Graphics\UpsellScreenshots\Screenshot2.png - - - - -XuiImage1 -860.000000 -480.000000 --109.999969,0.000000,0.000000 -16 -Graphics\UpsellScreenshots\Screenshot1.png - - - - - -Normal - - - -EndNormal - -stop - - -Fade1to2 - - - -EndFade1to2 - -stop - - -Fade2to1 - - - -EndFade2to1 - -stop - - - -XuiImage1 -Opacity - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -1.000000 - - - -0 -0.000000 - - - -0 -0.000000 - - - -0 -1.000000 - - - - - - - -Normal - - - -EndNormal - -stop - - -Fade1to2 - - - -EndFade1to2 - -stop - - -Fade2to1 - - - -EndFade2to1 - -stop - - - + + 640.000000 + 480.000000 + + + + + Normal + + + + EndNormal + + stop + + + Fade1to2 + + + + EndFade1to2 + + stop + + + Fade2to1 + + + + EndFade2to1 + + stop + + + + + + TrialExitUpsell + 640.000000 + 480.000000 + CScene_TrialExitUpsell + XuiBlackScene + + + + + Normal + + + + EndNormal + + stop + + + Fade1to2 + + + + EndFade1to2 + + stop + + + Fade2to1 + + + + EndFade2to1 + + stop + + + + XuiImage1 + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 1065353216 + + + + none + 0 + + + + none + 0 + + + + none + 1065353216 + + + + + + XuiImage2 + 860.000000 + 480.000000 + -109.999969,0.000000,0.000000 + 16 + Graphics\UpsellScreenshots\Screenshot2.png + + + + + XuiImage1 + 860.000000 + 480.000000 + -109.999969,0.000000,0.000000 + 16 + Graphics\UpsellScreenshots\Screenshot1.png + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui index aa00fd10..da0a550a 100644 --- a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui +++ b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup.xui @@ -1,83 +1,70 @@ - -1280.000000 -720.000000 - - - -TutorialPopup -497.000000 -210.000000 -719.000000,53.000000,0.000000 -true -CScene_TutorialPopup -PointerTextPanel - - - -Description -447.000000 -170.000000 -25.000000,20.000000,0.000000 -5 -XuiHtmlControl - - - - -XuiInventoryPic -64.000000 -64.000000 -216.000000,126.000000,0.000000 -24 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -XuiImage -320.000000 -180.000000 -88.000000,10.000000,0.000000 -24 -false -TutorialExitScreenshot.png - - - - -Title -447.000000 -43.000000 -25.000000,20.000000,0.000000 -5 -false -XuiLabelLight_Shadowed - - - - -FontSize -205.000000 -74.000000 --198.000000,524.000000,0.000000 -18 - - - - -XuiText1 -657.000000 -139.000000 --209.000000,442.000000,0.000000 -true -To change the font size of the text in the HTML control, change the value of the "FontSize" control to the size required. -0xff0f0f0f -0x800f0f0f -0 - - - + + 1280.000000 + 720.000000 + + + + TutorialPopup + 497.000000 + 210.000000 + 719.000000,53.000000,0.000000 + true + CScene_TutorialPopup + PointerTextPanel + + + + Description + 447.000000 + 170.000000 + 25.000000,20.000000,0.000000 + 5 + XuiHtmlControl + + + + + XuiInventoryPic + 64.000000 + 64.000000 + 216.000000,126.000000,0.000000 + 24 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + XuiImage + 320.000000 + 180.000000 + 88.000000,10.000000,0.000000 + 24 + false + TutorialExitScreenshot.png + + + + + Title + 447.000000 + 43.000000 + 25.000000,20.000000,0.000000 + 5 + false + XuiLabelLight_Shadowed + + + + + FontSize + 205.000000 + 74.000000 + -198.000000,524.000000,0.000000 + 18 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_480.xui b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_480.xui index e22ecf16..f3bbdc14 100644 --- a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_480.xui @@ -1,83 +1,70 @@ - -640.000000 -480.000000 - - - -TutorialPopup -250.000000 -230.000000 -340.000000,40.000000,0.000000 -true -CScene_TutorialPopup -PointerTextPanel - - - -Description -225.000000 -185.000000 -12.000000,12.000000,0.000000 -5 -XuiHtmlControl - - - - -XuiInventoryPic -32.000000 -32.000000 -108.000000,186.000000,0.000000 -24 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -XuiImage -160.000000 -90.000000 -45.000000,156.000000,0.000000 -24 -false -TutorialExitScreenshot.png - - - - -Title -225.000000 -44.000000 -12.000000,20.000000,0.000000 -5 -false -XuiLabelLight_Shadowed - - - - -FontSize -205.000000 -74.000000 --198.000000,524.000000,0.000000 -12 - - - - -XuiText1 -657.000000 -139.000000 --209.000000,442.000000,0.000000 -true -To change the font size of the text in the HTML control, change the value of the "FontSize" control to the size required. -0xff0f0f0f -0x800f0f0f -0 - - - + + 640.000000 + 480.000000 + + + + TutorialPopup + 250.000000 + 230.000000 + 340.000000,40.000000,0.000000 + true + CScene_TutorialPopup + PointerTextPanel + + + + Description + 225.000000 + 185.000000 + 12.000000,12.000000,0.000000 + 5 + XuiHtmlControl + + + + + XuiInventoryPic + 32.000000 + 32.000000 + 108.000000,186.000000,0.000000 + 24 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + XuiImage + 160.000000 + 90.000000 + 45.000000,156.000000,0.000000 + 24 + false + TutorialExitScreenshot.png + + + + + Title + 225.000000 + 44.000000 + 12.000000,20.000000,0.000000 + 5 + false + XuiLabelLight_Shadowed + + + + + FontSize + 205.000000 + 74.000000 + -198.000000,524.000000,0.000000 + 12 + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_small.xui b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_small.xui index 6c9bcf9d..9cbc7fbf 100644 --- a/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_small.xui +++ b/Minecraft.Client/Common/Media/xuiscene_tutorialpopup_small.xui @@ -1,84 +1,71 @@ - -1280.000000 -720.000000 - - - -TutorialPopup -250.000000 -210.000000 -390.000000,4.000000,0.000000 -true -CScene_TutorialPopup -PointerTextPanel - - - -Description -230.000000 -190.000000 -10.000000,10.000000,0.000000 -5 -XuiHtmlControl - - - - -XuiInventoryPic -32.000000 -32.000000 -108.000000,168.000000,0.000000 -24 -false -CXuiCtrlCraftIngredientSlot -ItemButtonRed - - - - -XuiImage -160.000000 -90.000000 -45.000000,110.000000,0.000000 -24 -false -TutorialExitScreenshot.png - - - - -Title -230.000000 -44.000000 -10.000000,10.000000,0.000000 -5 -false -XuiLabelLight_ShadowedSmall - - - - -FontSize -205.000000 -74.000000 --198.000000,524.000000,0.000000 -12 + + 1280.000000 + 720.000000 + + + + TutorialPopup + 250.000000 + 210.000000 + 390.000000,4.000000,0.000000 + true + CScene_TutorialPopup + PointerTextPanel + + + + Description + 230.000000 + 190.000000 + 10.000000,10.000000,0.000000 + 5 + XuiHtmlControl + + + + + XuiInventoryPic + 32.000000 + 32.000000 + 108.000000,168.000000,0.000000 + 24 + false + CXuiCtrlCraftIngredientSlot + ItemButtonRed + + + + + XuiImage + 160.000000 + 90.000000 + 45.000000,110.000000,0.000000 + 24 + false + TutorialExitScreenshot.png + + + + + Title + 230.000000 + 44.000000 + 10.000000,10.000000,0.000000 + 5 + false + XuiLabelLight_ShadowedSmall + + + + + FontSize + 205.000000 + 74.000000 + -198.000000,524.000000,0.000000 + 12 - - - - -XuiText1 -657.000000 -139.000000 --209.000000,442.000000,0.000000 -true -To change the font size of the text in the HTML control, change the value of the "FontSize" control to the size required. -0xff0f0f0f -0x800f0f0f -0 - - - + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_win.xui b/Minecraft.Client/Common/Media/xuiscene_win.xui index f87c47f7..e4ffbeab 100644 --- a/Minecraft.Client/Common/Media/xuiscene_win.xui +++ b/Minecraft.Client/Common/Media/xuiscene_win.xui @@ -1,68 +1,41 @@ - -1280.000000 -720.000000 - - - -WinScene -1280.000000 -720.000000 -CScene_Win -XuiBackgroundScroll -FocusSink - - - -HtmlControl -532.000000 -720.000000 -374.000031,0.000000,0.000000 -XuiHtmlControl_EndStory -false - - - - -Darken -1280.000000 -1280.000000 --63.999886,-23.999947,0.000000 -1.100000,0.600000,1.000000 -15 - - -0xff0f0f80 - - - - -3 -0x0f0f0f0f - - -true -3 -0x230f0f0f -0x2d0f0f0f -0xe10f0f0f -0.000000 -0.537255 -1.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,1131.000000,0.000000,0,1131.000000,0.000000,1131.000000,0.000000,1131.000000,719.000000,0,1131.000000,719.000000,1131.000000,719.000000,0.000000,719.000000,0,0.000000,719.000000,0.000000,719.000000,0.000000,0.000000,0, - - - - -FocusSink -1320.000000,98.000000,0.000000 - - - + + 1280.000000 + 720.000000 + + + + WinScene + 1280.000000 + 720.000000 + CScene_Win + XuiBackgroundScroll + FocusSink + + + + HtmlControl + 532.000000 + 720.000000 + 374.000031,0.000000,0.000000 + XuiHtmlControl_EndStory + false + + + + + Darken + 1280.000000 + 1280.000000 + -63.999886,-23.999947,0.000000 + 1.100000,0.600000,1.000000 + 15 + false + + + + + + + diff --git a/Minecraft.Client/Common/Media/xuiscene_win_480.xui b/Minecraft.Client/Common/Media/xuiscene_win_480.xui index 081405de..e4624bad 100644 --- a/Minecraft.Client/Common/Media/xuiscene_win_480.xui +++ b/Minecraft.Client/Common/Media/xuiscene_win_480.xui @@ -1,69 +1,42 @@ - -640.000000 -480.000000 - - - -WinScene -640.000000 -480.000000 -0.000031,0.000000,0.000000 -CScene_Win -XuiBackgroundScroll -FocusSink - - - -HtmlControl -380.000000 -480.000000 -130.000031,-0.000000,0.000000 -XuiHtmlControl_EndStory -false - - - - -Darken -640.000000 -640.000000 --19.199951,-15.999989,0.000000 -1.060000,0.800000,1.000000 -15 - - -0xff0f0f80 - - - - -3 -0x0f0f0f0f - - -true -3 -0x230f0f0f -0x2d0f0f0f -0xe10f0f0f -0.000000 -0.537255 -1.000000 - - -1 - - -true -4,0.000000,0.000000,0.000000,0.000000,1131.000000,0.000000,0,1131.000000,0.000000,1131.000000,0.000000,1131.000000,719.000000,0,1131.000000,719.000000,1131.000000,719.000000,0.000000,719.000000,0,0.000000,719.000000,0.000000,719.000000,0.000000,0.000000,0, - - - - -FocusSink -1320.000000,98.000000,0.000000 - - - + + 640.000000 + 480.000000 + + + + WinScene + 640.000000 + 480.000000 + 0.000031,0.000000,0.000000 + CScene_Win + XuiBackgroundScroll + FocusSink + + + + HtmlControl + 380.000000 + 480.000000 + 130.000031,-0.000000,0.000000 + XuiHtmlControl_EndStory + false + + + + + Darken + 640.000000 + 640.000000 + -19.199951,-15.999989,0.000000 + 1.060000,0.800000,1.000000 + 15 + false + + + + + + + diff --git a/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp b/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp index 571b004f..1cedc737 100644 --- a/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp +++ b/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp @@ -757,7 +757,10 @@ void IUIScene_AbstractContainerMenu::onMouseTick() { bCarriedIsSameAsSlot = IsSameItemAs(carriedItem, slotItem); bCanCombine = m_menu->mayCombine(slot,carriedItem); - bCanDye = bCanCombine && dynamic_cast(slot->getItem()->getItem()); + if(bCanCombine && slotItem != NULL) + { + bCanDye = dynamic_cast(slotItem->getItem()) != NULL; + } if ( bCarriedIsSameAsSlot ) { @@ -917,62 +920,64 @@ void IUIScene_AbstractContainerMenu::onMouseTick() if((eSectionUnderPointer==eSectionInventoryUsing)||(eSectionUnderPointer==eSectionInventoryInventory)) { shared_ptr item = getSlotItem(eSectionUnderPointer, iNewSlotIndex); - ArmorRecipes::_eArmorType eArmourType=ArmorRecipes::GetArmorType(item->id); + if(item != NULL) + { + ArmorRecipes::_eArmorType eArmourType=ArmorRecipes::GetArmorType(item->id); - if(eArmourType==ArmorRecipes::eArmorType_None) - { - buttonY = eToolTipQuickMove; - } - else - { - // check that the slot required is empty - switch(eArmourType) + if(eArmourType==ArmorRecipes::eArmorType_None) { - case ArmorRecipes::eArmorType_Helmet: - if(isSlotEmpty(eSectionInventoryArmor,0)) - { - buttonY = eToolTipEquip; - } - else - { - buttonY = eToolTipQuickMove; - } - break; - case ArmorRecipes::eArmorType_Chestplate: - if(isSlotEmpty(eSectionInventoryArmor,1)) - { - buttonY = eToolTipEquip; - } - else - { - buttonY = eToolTipQuickMove; - } - break; - case ArmorRecipes::eArmorType_Leggings: - if(isSlotEmpty(eSectionInventoryArmor,2)) - { - buttonY = eToolTipEquip; - } - else - { - buttonY = eToolTipQuickMove; - } - break; - case ArmorRecipes::eArmorType_Boots: - if(isSlotEmpty(eSectionInventoryArmor,3)) - { - buttonY = eToolTipEquip; - } - else - { - buttonY = eToolTipQuickMove; - } - break; - default: buttonY = eToolTipQuickMove; - break; } - + else + { + // check that the slot required is empty + switch(eArmourType) + { + case ArmorRecipes::eArmorType_Helmet: + if(isSlotEmpty(eSectionInventoryArmor,0)) + { + buttonY = eToolTipEquip; + } + else + { + buttonY = eToolTipQuickMove; + } + break; + case ArmorRecipes::eArmorType_Chestplate: + if(isSlotEmpty(eSectionInventoryArmor,1)) + { + buttonY = eToolTipEquip; + } + else + { + buttonY = eToolTipQuickMove; + } + break; + case ArmorRecipes::eArmorType_Leggings: + if(isSlotEmpty(eSectionInventoryArmor,2)) + { + buttonY = eToolTipEquip; + } + else + { + buttonY = eToolTipQuickMove; + } + break; + case ArmorRecipes::eArmorType_Boots: + if(isSlotEmpty(eSectionInventoryArmor,3)) + { + buttonY = eToolTipEquip; + } + else + { + buttonY = eToolTipQuickMove; + } + break; + default: + buttonY = eToolTipQuickMove; + break; + } + } } } // 4J-PB - show tooltips for quick use of fuel or ingredient @@ -980,76 +985,55 @@ void IUIScene_AbstractContainerMenu::onMouseTick() { // Get the info on this item. shared_ptr item = getSlotItem(eSectionUnderPointer, iNewSlotIndex); - bool bValidFuel = FurnaceTileEntity::isFuel(item); - bool bValidIngredient = FurnaceRecipes::getInstance()->getResult(item->getItem()->id) != NULL; - - if(bValidIngredient) + if(item != NULL) { - // is there already something in the ingredient slot? - if(!isSlotEmpty(eSectionFurnaceIngredient,0)) + bool bValidFuel = FurnaceTileEntity::isFuel(item); + bool bValidIngredient = false; + Item *furnaceItem = item->getItem(); + if(furnaceItem != NULL) { - // is it the same as this item - shared_ptr IngredientItem = getSlotItem(eSectionFurnaceIngredient,0); - if(IngredientItem->id == item->id) + bValidIngredient = FurnaceRecipes::getInstance()->getResult(furnaceItem->id) != NULL; + } + + if(bValidIngredient) + { + // is there already something in the ingredient slot? + if(!isSlotEmpty(eSectionFurnaceIngredient,0)) { - buttonY = eToolTipQuickMoveIngredient; - } - else - { - if(FurnaceRecipes::getInstance()->getResult(item->id)==NULL) - { - buttonY = eToolTipQuickMove; - } - else + // is it the same as this item + shared_ptr IngredientItem = getSlotItem(eSectionFurnaceIngredient,0); + if(IngredientItem != NULL && IngredientItem->id == item->id) { buttonY = eToolTipQuickMoveIngredient; } - } - } - else - { - // ingredient slot empty - buttonY = eToolTipQuickMoveIngredient; - } - } - else if(bValidFuel) - { - // Is there already something in the fuel slot? - if(!isSlotEmpty(eSectionFurnaceFuel,0)) - { - // is it the same as this item - shared_ptr fuelItem = getSlotItem(eSectionFurnaceFuel,0); - if(fuelItem->id == item->id) - { - buttonY = eToolTipQuickMoveFuel; - } - else if(bValidIngredient) - { - // check if the ingredient slot is empty, or the same as this - if(!isSlotEmpty(eSectionFurnaceIngredient,0)) + else { - // is it the same as this item - shared_ptr IngredientItem = getSlotItem(eSectionFurnaceIngredient,0); - if(IngredientItem->id == item->id) + if(FurnaceRecipes::getInstance()->getResult(item->id)==NULL) { - buttonY = eToolTipQuickMoveIngredient; + buttonY = eToolTipQuickMove; } else { - if(FurnaceRecipes::getInstance()->getResult(item->id)==NULL) - { - buttonY = eToolTipQuickMove; - } - else - { - buttonY = eToolTipQuickMoveIngredient; - } + buttonY = eToolTipQuickMoveIngredient; } } - else + } + else + { + // ingredient slot empty + buttonY = eToolTipQuickMoveIngredient; + } + } + else if(bValidFuel) + { + // Is there already something in the fuel slot? + if(!isSlotEmpty(eSectionFurnaceFuel,0)) + { + // is it the same as this item + shared_ptr fuelItem = getSlotItem(eSectionFurnaceFuel,0); + if(fuelItem != NULL && fuelItem->id == item->id) { - // ingredient slot empty - buttonY = eToolTipQuickMoveIngredient; + buttonY = eToolTipQuickMoveFuel; } } else @@ -1072,128 +1056,135 @@ void IUIScene_AbstractContainerMenu::onMouseTick() { // Get the info on this item. shared_ptr item = getSlotItem(eSectionUnderPointer, iNewSlotIndex); - int iId=item->id; - - // valid ingredient? - bool bValidIngredient=false; - //bool bValidIngredientBottom=false; - - if(Item::items[iId]->hasPotionBrewingFormula() || (iId == Item::netherwart_seeds_Id)) + if(item != NULL) { - bValidIngredient=true; - } + int iId=item->id; - if(bValidIngredient) - { - // is there already something in the ingredient slot? - if(!isSlotEmpty(eSectionBrewingIngredient,0)) + // valid ingredient? + bool bValidIngredient=false; + //bool bValidIngredientBottom=false; + + if(Item::items[iId] != NULL && (Item::items[iId]->hasPotionBrewingFormula() || (iId == Item::netherwart_seeds_Id))) { - // is it the same as this item - shared_ptr IngredientItem = getSlotItem(eSectionBrewingIngredient,0); - if(IngredientItem->id == item->id) + bValidIngredient=true; + } + + if(bValidIngredient) + { + // is there already something in the ingredient slot? + if(!isSlotEmpty(eSectionBrewingIngredient,0)) { + // is it the same as this item + shared_ptr IngredientItem = getSlotItem(eSectionBrewingIngredient,0); + if(IngredientItem != NULL && IngredientItem->id == item->id) + { + buttonY = eToolTipQuickMoveIngredient; + } + else + { + buttonY=eToolTipQuickMove; + } + } + else + { + // ingredient slot empty buttonY = eToolTipQuickMoveIngredient; } + } + else + { + // valid potion? Glass bottle with water in it is a 'potion' too. + if(iId==Item::potion_Id) + { + // space available? + if(isSlotEmpty(eSectionBrewingBottle1,0) || + isSlotEmpty(eSectionBrewingBottle2,0) || + isSlotEmpty(eSectionBrewingBottle3,0)) + { + buttonY = eToolTipQuickMoveIngredient; + } + else + { + buttonY=eToolTipNone; + } + } else { buttonY=eToolTipQuickMove; } } - else - { - // ingredient slot empty - buttonY = eToolTipQuickMoveIngredient; - } - } - else - { - // valid potion? Glass bottle with water in it is a 'potion' too. - if(iId==Item::potion_Id) - { - // space available? - if(isSlotEmpty(eSectionBrewingBottle1,0) || - isSlotEmpty(eSectionBrewingBottle2,0) || - isSlotEmpty(eSectionBrewingBottle3,0)) - { - buttonY = eToolTipQuickMoveIngredient; - } - else - { - buttonY=eToolTipNone; - } - } - else - { - buttonY=eToolTipQuickMove; - } } } else if((eSectionUnderPointer==eSectionEnchantUsing)||(eSectionUnderPointer==eSectionEnchantInventory)) { // Get the info on this item. shared_ptr item = getSlotItem(eSectionUnderPointer, iNewSlotIndex); - int iId=item->id; - - // valid enchantable tool? - if(Item::items[iId]->isEnchantable(item)) + if(item != NULL) { - // is there already something in the ingredient slot? - if(isSlotEmpty(eSectionEnchantSlot,0)) - { - // tool slot empty - switch(iId) + int iId=item->id; + + // valid enchantable tool? + Item *enchantItem = Item::items[iId]; + if(enchantItem != NULL && enchantItem->isEnchantable(item)) + { + // is there already something in the ingredient slot? + if(isSlotEmpty(eSectionEnchantSlot,0)) + { + // tool slot empty + switch(iId) + { + case Item::bow_Id: + case Item::sword_wood_Id: + case Item::sword_stone_Id: + case Item::sword_iron_Id: + case Item::sword_diamond_Id: + buttonY=eToolTipQuickMoveWeapon; + break; + + case Item::helmet_leather_Id: + case Item::chestplate_leather_Id: + case Item::leggings_leather_Id: + case Item::boots_leather_Id: + + case Item::helmet_chain_Id: + case Item::chestplate_chain_Id: + case Item::leggings_chain_Id: + case Item::boots_chain_Id: + + case Item::helmet_iron_Id: + case Item::chestplate_iron_Id: + case Item::leggings_iron_Id: + case Item::boots_iron_Id: + + case Item::helmet_diamond_Id: + case Item::chestplate_diamond_Id: + case Item::leggings_diamond_Id: + case Item::boots_diamond_Id: + + case Item::helmet_gold_Id: + case Item::chestplate_gold_Id: + case Item::leggings_gold_Id: + case Item::boots_gold_Id: + buttonY=eToolTipQuickMoveArmor; + + break; + case Item::book_Id: + buttonY = eToolTipQuickMove; + break; + default: + buttonY=eToolTipQuickMoveTool; + break; + } + } + else { - case Item::bow_Id: - case Item::sword_wood_Id: - case Item::sword_stone_Id: - case Item::sword_iron_Id: - case Item::sword_diamond_Id: - buttonY=eToolTipQuickMoveWeapon; - break; - - case Item::helmet_leather_Id: - case Item::chestplate_leather_Id: - case Item::leggings_leather_Id: - case Item::boots_leather_Id: - - case Item::helmet_chain_Id: - case Item::chestplate_chain_Id: - case Item::leggings_chain_Id: - case Item::boots_chain_Id: - - case Item::helmet_iron_Id: - case Item::chestplate_iron_Id: - case Item::leggings_iron_Id: - case Item::boots_iron_Id: - - case Item::helmet_diamond_Id: - case Item::chestplate_diamond_Id: - case Item::leggings_diamond_Id: - case Item::boots_diamond_Id: - - case Item::helmet_gold_Id: - case Item::chestplate_gold_Id: - case Item::leggings_gold_Id: - case Item::boots_gold_Id: - buttonY=eToolTipQuickMoveArmor; - - break; - case Item::book_Id: buttonY = eToolTipQuickMove; - break; - default: - buttonY=eToolTipQuickMoveTool; - break; } } else { - buttonY = eToolTipQuickMove; + buttonY=eToolTipQuickMove; } - } - else - { - buttonY=eToolTipQuickMove; } } else @@ -1592,14 +1583,22 @@ vector *IUIScene_AbstractContainerMenu::GetItemDescription(Slot *slo { if(slot == NULL) return NULL; - vector *lines = slot->getItem()->getHoverText(nullptr, false); + shared_ptr itemInst = slot->getItem(); + if(itemInst == NULL) return NULL; + + vector *lines = itemInst->getHoverText(nullptr, false); + if(lines == NULL) return NULL; // Add rarity to first line if (lines->size() > 0) { - lines->at(0).color = slot->getItem()->getRarity()->color; + const Rarity *rarity = itemInst->getRarity(); + if(rarity != NULL) + { + lines->at(0).color = rarity->color; + } - if(slot->getItem()->hasCustomHoverName()) + if(itemInst->hasCustomHoverName()) { lines->at(0).color = eTextColor_RenamedItemTitle; } diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_BeaconButton.cpp b/Minecraft.Client/Common/XUI/XUI_Ctrl_BeaconButton.cpp new file mode 100644 index 00000000..1575de1f --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_BeaconButton.cpp @@ -0,0 +1,33 @@ +#include "stdafx.h" +#include "XUI_Ctrl_BeaconButton.h" + +HRESULT CXuiCtrlBeaconButton::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) +{ + m_buttonId = 0; + m_iconId = 0; + m_bActive = false; + m_bSelected = false; + + return S_OK; +} + +void CXuiCtrlBeaconButton::SetData(int buttonId, int iconId, bool bActive, bool bSelected) +{ + m_buttonId = buttonId; + m_iconId = iconId; + m_bActive = bActive; + m_bSelected = bSelected; + + XuiControlSetEnable( m_hObj, bActive ? TRUE : FALSE ); +} + +void CXuiCtrlBeaconButton::SetButtonActive(bool bActive) +{ + m_bActive = bActive; + XuiControlSetEnable( m_hObj, bActive ? TRUE : FALSE ); +} + +void CXuiCtrlBeaconButton::SetButtonSelected(bool bSelected) +{ + m_bSelected = bSelected; +} diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_BeaconButton.h b/Minecraft.Client/Common/XUI/XUI_Ctrl_BeaconButton.h new file mode 100644 index 00000000..9a1aa3fd --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_BeaconButton.h @@ -0,0 +1,27 @@ +#pragma once + +class CXuiCtrlBeaconButton : public CXuiControlImpl +{ +public: + XUI_IMPLEMENT_CLASS( CXuiCtrlBeaconButton, L"CXuiCtrlBeaconButton", XUI_CLASS_CONTROL ) + + XUI_BEGIN_MSG_MAP() + XUI_ON_XM_INIT( OnInit ) + XUI_END_MSG_MAP() + + HRESULT OnInit( XUIMessageInit* pInitData, BOOL& bHandled ); + +public: + void SetData(int buttonId, int iconId, bool bActive, bool bSelected); + bool IsButtonActive() const { return m_bActive; } + bool IsButtonSelected() const { return m_bSelected; } + int GetData() const { return m_buttonId; } + void SetButtonActive(bool bActive); + void SetButtonSelected(bool bSelected); + +private: + int m_buttonId; + int m_iconId; + bool m_bActive; + bool m_bSelected; +}; diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_MinecraftHorse.cpp b/Minecraft.Client/Common/XUI/XUI_Ctrl_MinecraftHorse.cpp new file mode 100644 index 00000000..b4753244 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_MinecraftHorse.cpp @@ -0,0 +1,7 @@ +#include "stdafx.h" +#include "XUI_Ctrl_MinecraftHorse.h" + +HRESULT CXuiCtrlMinecraftHorse::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) +{ + return S_OK; +} diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_MinecraftHorse.h b/Minecraft.Client/Common/XUI/XUI_Ctrl_MinecraftHorse.h new file mode 100644 index 00000000..c2342ee4 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_MinecraftHorse.h @@ -0,0 +1,13 @@ +#pragma once + +class CXuiCtrlMinecraftHorse : public CXuiControlImpl +{ +public: + XUI_IMPLEMENT_CLASS( CXuiCtrlMinecraftHorse, L"CXuiCtrlMinecraftHorse", XUI_CLASS_CONTROL ) + + XUI_BEGIN_MSG_MAP() + XUI_ON_XM_INIT( OnInit ) + XUI_END_MSG_MAP() + + HRESULT OnInit( XUIMessageInit* pInitData, BOOL& bHandled ); +}; diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotItemCtrlBase.cpp b/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotItemCtrlBase.cpp index 87abbcd3..7ef8b783 100644 --- a/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotItemCtrlBase.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotItemCtrlBase.cpp @@ -135,9 +135,14 @@ wstring CXuiCtrlSlotItemCtrlBase::GetItemDescription( HXUIOBJ hObj, vectorslot != NULL) { wstring desc = L""; - vector *strings = pUserDataContainer->slot->getItem()->getHoverText(Minecraft::GetInstance()->localplayers[pUserDataContainer->m_iPad], false, unformattedStrings); + vector *rawStrings = pUserDataContainer->slot->getItem()->getHoverText(Minecraft::GetInstance()->localplayers[pUserDataContainer->m_iPad], false); + for(AUTO_VAR(rit, rawStrings->begin()); rit != rawStrings->end(); ++rit) + { + unformattedStrings.push_back(rit->text); + } + delete rawStrings; bool firstLine = true; - for(AUTO_VAR(it, strings->begin()); it != strings->end(); ++it) + for(AUTO_VAR(it, unformattedStrings.begin()); it != unformattedStrings.end(); ++it) { wstring thisString = *it; if(!firstLine) @@ -161,8 +166,6 @@ wstring CXuiCtrlSlotItemCtrlBase::GetItemDescription( HXUIOBJ hObj, vectorclear(); - delete strings; return desc;//app.GetString( pUserDataContainer->slot->getItem()->getDescriptionId() ); } else if(pUserDataContainer->m_iPad >= 0 && pUserDataContainer->m_iPad < XUSER_MAX_COUNT) diff --git a/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotList.cpp b/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotList.cpp index 7e51c885..7dc1cd92 100644 --- a/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotList.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Ctrl_SlotList.cpp @@ -96,12 +96,14 @@ void CXuiCtrlSlotList::SetData(int m_iPad, AbstractContainerMenu* menu, int rows for(int i = 0; i < slotCount; i++) { - CXuiCtrlSlotItemListItem* slotControl; + CXuiCtrlSlotItemListItem* slotControl = NULL; GetCXuiCtrlSlotItem(i, &slotControl); - slotControl->SetSlot( slotControl->m_hObj, menu->getSlot( i + startIndex ) ); - - slotControl->SetUserIndex( slotControl->m_hObj, m_iPad ); + if( slotControl != NULL ) + { + slotControl->SetSlot( slotControl->m_hObj, menu->getSlot( i + startIndex ) ); + slotControl->SetUserIndex( slotControl->m_hObj, m_iPad ); + } slotControl = NULL; } @@ -214,18 +216,28 @@ void CXuiCtrlSlotList::SetEntrySlot(int row, int column, XUI_CONTROL_NAVIGATE di void CXuiCtrlSlotList::Clicked() { - CXuiCtrlSlotItemListItem* slot; + CXuiCtrlSlotItemListItem* slot = NULL; GetCXuiCtrlSlotItem( GetCurSel() , &slot); - // To get the press animation - slot->Press(); + if( slot != NULL ) + { + slot->Press(); + } } void CXuiCtrlSlotList::GetCXuiCtrlSlotItem(int itemIndex, CXuiCtrlSlotItemListItem** CXuiCtrlSlotItem) { - HXUIOBJ itemControl = this->GetItemControl(itemIndex); - VOID *pObj; - XuiObjectFromHandle( itemControl, &pObj ); + HXUIOBJ itemControl = XuiListGetItemControl( m_hObj, itemIndex ); + if( itemControl == NULL ) + { + itemControl = this->GetItemControl( itemIndex ); + } + + VOID *pObj = NULL; + if( itemControl != NULL ) + { + XuiObjectFromHandle( itemControl, &pObj ); + } + *CXuiCtrlSlotItem = (CXuiCtrlSlotItemListItem *)pObj; } - diff --git a/Minecraft.Client/Common/XUI/XUI_DebugOverlay.cpp b/Minecraft.Client/Common/XUI/XUI_DebugOverlay.cpp index a23e97b7..5a5e6a4e 100644 --- a/Minecraft.Client/Common/XUI/XUI_DebugOverlay.cpp +++ b/Minecraft.Client/Common/XUI/XUI_DebugOverlay.cpp @@ -101,7 +101,7 @@ HRESULT CScene_DebugOverlay::OnInit( XUIMessageInit *pInitData, BOOL &bHandled ) Minecraft *pMinecraft = Minecraft::GetInstance(); - m_setTime.SetValue( pMinecraft->level->getLevelData()->getTime() % 24000 ); + m_setTime.SetValue( pMinecraft->level->getLevelData()->getGameTime() % 24000 ); m_setFov.SetValue( (int)pMinecraft->gameRenderer->GetFovVal()); XuiSetTimer(m_hObj,0,DEBUG_OVERLAY_UPDATE_TIME_PERIOD); @@ -261,7 +261,7 @@ HRESULT CScene_DebugOverlay::OnNotifyValueChanged( HXUIOBJ hObjSource, XUINotify // tries to predict the time // Only works if we are on the host machine, but shouldn't break if not MinecraftServer::SetTime(pNotifyValueChangedData->nValue); - pMinecraft->level->getLevelData()->setTime(pNotifyValueChangedData->nValue); + pMinecraft->level->getLevelData()->setGameTime(pNotifyValueChangedData->nValue); } if( hObjSource == m_setFov ) { @@ -276,7 +276,7 @@ HRESULT CScene_DebugOverlay::OnTimer( XUIMessageTimer *pTimer, BOOL& bHandled ) Minecraft *pMinecraft = Minecraft::GetInstance(); if(pMinecraft->level != NULL) { - m_setTime.SetValue( pMinecraft->level->getLevelData()->getTime() % 24000 ); +m_setTime.SetValue( pMinecraft->level->getLevelData()->getGameTime() % 24000 ); m_setFov.SetValue( (int)pMinecraft->gameRenderer->GetFovVal()); } return S_OK; diff --git a/Minecraft.Client/Common/XUI/XUI_Leaderboards.cpp b/Minecraft.Client/Common/XUI/XUI_Leaderboards.cpp index 428b3e88..30c0f1b0 100644 --- a/Minecraft.Client/Common/XUI/XUI_Leaderboards.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Leaderboards.cpp @@ -34,8 +34,8 @@ LPCWSTR CScene_Leaderboards::m_TextColumnNameA[7]= const int CScene_Leaderboards::TitleIcons[CScene_Leaderboards::NUM_LEADERBOARDS][7] = { { XZP_ICON_WALKED, XZP_ICON_FALLEN, Item::minecart_Id, Item::boat_Id, NULL }, - { Tile::dirt_Id, Tile::stoneBrick_Id, Tile::sand_Id, Tile::rock_Id, Tile::gravel_Id, Tile::clay_Id, Tile::obsidian_Id }, - { Item::egg_Id, Item::wheat_Id, Tile::mushroom1_Id, Tile::reeds_Id, Item::milk_Id, Tile::pumpkin_Id, NULL }, + { Tile::dirt_Id, Tile::stoneBrick_Id, Tile::sand_Id, Tile::stone_Id, Tile::gravel_Id, Tile::clay_Id, Tile::obsidian_Id }, + { Item::egg_Id, Item::wheat_Id, Tile::mushroom_brown_Id, Tile::reeds_Id, Item::bucket_milk_Id, Tile::pumpkin_Id, NULL }, { XZP_ICON_ZOMBIE, XZP_ICON_SKELETON, XZP_ICON_CREEPER, XZP_ICON_SPIDER, XZP_ICON_SPIDERJOCKEY, XZP_ICON_ZOMBIEPIGMAN, XZP_ICON_SLIME }, }; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.cpp index 10369d5e..15ec6f58 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.cpp @@ -308,15 +308,21 @@ void CXuiSceneAbstractContainer::GetItemScreenData( ESceneSection eSection, int shared_ptr CXuiSceneAbstractContainer::getSlotItem(ESceneSection eSection, int iSlot) { + CXuiCtrlSlotList *slotList = GetSectionSlotList( eSection ); + if(slotList == NULL) return NULL; CXuiCtrlSlotItemListItem* pCXuiCtrlSlotItem; - GetSectionSlotList( eSection )->GetCXuiCtrlSlotItem( iSlot, &( pCXuiCtrlSlotItem ) ); + slotList->GetCXuiCtrlSlotItem( iSlot, &( pCXuiCtrlSlotItem ) ); + if(pCXuiCtrlSlotItem == NULL) return NULL; return pCXuiCtrlSlotItem->getItemInstance( pCXuiCtrlSlotItem->m_hObj ); } bool CXuiSceneAbstractContainer::isSlotEmpty(ESceneSection eSection, int iSlot) { + CXuiCtrlSlotList *slotList = GetSectionSlotList( eSection ); + if(slotList == NULL) return true; CXuiCtrlSlotItemListItem* pCXuiCtrlSlotItem; - GetSectionSlotList( eSection )->GetCXuiCtrlSlotItem( iSlot, &( pCXuiCtrlSlotItem ) ); + slotList->GetCXuiCtrlSlotItem( iSlot, &( pCXuiCtrlSlotItem ) ); + if(pCXuiCtrlSlotItem == NULL) return true; return pCXuiCtrlSlotItem->isEmpty( pCXuiCtrlSlotItem->m_hObj ); } @@ -438,6 +444,37 @@ void CXuiSceneAbstractContainer::SetPointerText(const wstring &description, vect XuiElementSetShow(m_hPointerText,TRUE); } +void CXuiSceneAbstractContainer::SetPointerText(vector *description, bool newSlot) +{ + if(description == NULL || description->empty()) + { + m_pointerControl->SetText(L""); + XuiElementSetShow(m_hPointerText,FALSE); + XuiElementSetShow(m_hPointerTextBkg,FALSE); + return; + } + + wstring combinedText; + for(size_t i = 0; i < description->size(); ++i) + { + combinedText += (*description)[i].text; + if(i + 1 < description->size()) combinedText += L"\n"; + } + + vector unformattedStrings; + for(size_t i = 0; i < description->size(); ++i) + { + unformattedStrings.push_back((*description)[i].text); + } + + SetPointerText(combinedText, unformattedStrings, newSlot); +} + +Slot *CXuiSceneAbstractContainer::getSlot(ESceneSection eSection, int iSlot) +{ + return NULL; +} + void CXuiSceneAbstractContainer::adjustPointerForSafeZone() { D3DXVECTOR2 baseSceneOrigin; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.h b/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.h index ca191db5..12056327 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.h +++ b/Minecraft.Client/Common/XUI/XUI_Scene_AbstractContainer.h @@ -77,6 +77,8 @@ public: void setSectionSelectedSlot(ESceneSection eSection, int x, int y); void setFocusToPointer(int iPad); void SetPointerText(const wstring &description, vector &unformattedStrings, bool newSlot); + virtual void SetPointerText(vector *description, bool newSlot); + virtual Slot *getSlot(ESceneSection eSection, int iSlot); virtual shared_ptr getSlotItem(ESceneSection eSection, int iSlot); virtual bool isSlotEmpty(ESceneSection eSection, int iSlot); virtual void adjustPointerForSafeZone(); diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Anvil.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Anvil.cpp index 4a8617b4..152386a6 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Anvil.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Anvil.cpp @@ -1,6 +1,7 @@ #include "stdafx.h" #include "..\..\..\Minecraft.World\net.minecraft.world.inventory.h" +#include "..\..\..\Minecraft.World\AnvilMenu.h" #include "..\..\..\Minecraft.World\StringHelpers.h" #include "..\..\MultiPlayerLocalPlayer.h" #include "..\..\Common\Tutorial\Tutorial.h" @@ -47,14 +48,14 @@ HRESULT CXuiSceneAnvil::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) gameMode->getTutorial()->changeTutorialState(e_Tutorial_State_Anvil_Menu, this); } - m_repairMenu = new RepairMenu( initData->inventory, initData->level, initData->x, initData->y, initData->z, pMinecraft->localplayers[m_iPad] ); + m_repairMenu = new AnvilMenu( initData->inventory, initData->level, initData->x, initData->y, initData->z, pMinecraft->localplayers[m_iPad] ); m_repairMenu->addSlotListener(this); InitDataAssociations(m_iPad, m_repairMenu); delete initData; - CXuiSceneAbstractContainer::Initialize( m_iPad, m_repairMenu, true, RepairMenu::INV_SLOT_START, eSectionAnvilUsing, eSectionAnvilMax ); + CXuiSceneAbstractContainer::Initialize( m_iPad, m_repairMenu, true, AnvilMenu::INV_SLOT_START, eSectionAnvilUsing, eSectionAnvilMax ); //ProfileManager.SetRichPresenceContextValue(m_iPad,CONTEXT_GAME_STATE,CONTEXT_GAME_STATE_FORGING); @@ -191,16 +192,16 @@ CXuiCtrlSlotList* CXuiSceneAnvil::GetSectionSlotList( ESceneSection eSection ) void CXuiSceneAnvil::InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex /*= 0*/) { // TODO Inventory dimensions need defined as constants - m_resultControl->SetData( iPad, menu, 1, 1, RepairMenu::RESULT_SLOT ); + m_resultControl->SetData( iPad, menu, 1, 1, AnvilMenu::RESULT_SLOT ); - m_ingredient1Control->SetData( iPad, menu, 1, 1, RepairMenu::INPUT_SLOT ); - m_ingredient2Control->SetData( iPad, menu, 1, 1, RepairMenu::ADDITIONAL_SLOT); + m_ingredient1Control->SetData( iPad, menu, 1, 1, AnvilMenu::INPUT_SLOT ); + m_ingredient2Control->SetData( iPad, menu, 1, 1, AnvilMenu::ADDITIONAL_SLOT); //m_litProgressControl->SetUserData( initData->furnace.get() ); //m_burnProgress->SetUserData( initData->furnace.get() ); - CXuiSceneAbstractContainer::InitDataAssociations(iPad, menu, RepairMenu::INV_SLOT_START); + CXuiSceneAbstractContainer::InitDataAssociations(iPad, menu, AnvilMenu::INV_SLOT_START); } void CXuiSceneAnvil::handleEditNamePressed() diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Base.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Base.cpp index 03782c79..891e51b5 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Base.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Base.cpp @@ -367,7 +367,7 @@ void CXuiSceneBase::_TickAllBaseScenes() } m_pBossHealthProgress[i].SetRange(0, boss->getMaxHealth() ); - m_pBossHealthProgress[i].SetValue( boss->getSynchedHealth() ); + m_pBossHealthProgress[i].SetValue( boss->getHealth() ); m_bossHealthVisible[i] = TRUE; _UpdateSelectedItemPos(i); @@ -864,7 +864,7 @@ HRESULT CXuiSceneBase::_ShowBackground( unsigned int iPad, BOOL bShow ) // are we in the Nether? - Leave the time as 0 if we are, so we show daylight if(pMinecraft->level->dimension->id==0) { - i64TimeOfDay = pMinecraft->level->getLevelData()->getTime() % 24000; + i64TimeOfDay = pMinecraft->level->getLevelData()->getGameTime() % 24000; } if(i64TimeOfDay>14000) @@ -1915,7 +1915,7 @@ HRESULT CXuiSceneBase::ShowSafeArea( BOOL bShow ) return S_OK; } -HRESULT CXuiSceneBase::SetTooltips( unsigned int iPad, int iA, int iB, int iX, int iY , int iLT, int iRT, int iRB, int iLB, int iLS, bool forceUpdate /*= false*/ ) +HRESULT CXuiSceneBase::SetTooltips( unsigned int iPad, int iA, int iB, int iX, int iY , int iLT, int iRT, int iRB, int iLB, int iLS, int iRS, int iBack, bool forceUpdate /*= false*/ ) { if( CXuiSceneBase::Instance != NULL ) { diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Base.h b/Minecraft.Client/Common/XUI/XUI_Scene_Base.h index 1a5b5d87..dd406718 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Base.h +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Base.h @@ -389,7 +389,7 @@ public: static HRESULT SetTooltipText( unsigned int iPad, unsigned int tooltip, int iTextID ); static HRESULT SetEnableTooltips( unsigned int iPad, BOOL bVal ); static HRESULT ShowTooltip( unsigned int iPad, unsigned int tooltip, bool show ); - static HRESULT SetTooltips( unsigned int iPad, int iA, int iB=-1, int iX=-1, int iY=-1 , int iLT=-1, int iRT=-1, int iLB=-1, int iRB=-1, int iLS=-1, bool forceUpdate = false); + static HRESULT SetTooltips( unsigned int iPad, int iA, int iB=-1, int iX=-1, int iY=-1 , int iLT=-1, int iRT=-1, int iLB=-1, int iRB=-1, int iLS=-1, int iRS=-1, int iBack=-1, bool forceUpdate = false); static HRESULT RefreshTooltips( unsigned int iPad); static HRESULT EnableTooltip( unsigned int iPad, unsigned int tooltip, bool enable ); static HRESULT SetTooltipsEnabled( unsigned int iPad, bool bA = true, bool bB = true, bool bX = true, bool bY = true, bool bLT = true, bool bRT = true, bool bLB = true, bool bRB=true, bool bLS=true); diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.cpp new file mode 100644 index 00000000..a3e17050 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.cpp @@ -0,0 +1,309 @@ +#include "stdafx.h" + +#include "..\..\..\Minecraft.World\Container.h" +#include "..\..\..\Minecraft.World\BeaconMenu.h" +#include "..\..\..\Minecraft.World\net.minecraft.world.level.tile.entity.h" +#include "..\..\..\Minecraft.World\net.minecraft.world.effect.h" +#include "..\..\..\Minecraft.World\HtmlString.h" +#include "..\..\MultiplayerLocalPlayer.h" +#include "XUI_Ctrl_SlotList.h" +#include "XUI_Scene_Beacon.h" +#include "XUI_Ctrl_SlotItemListItem.h" +#include "XUI_Ctrl_SlotItem.h" +#include "..\..\Common\Tutorial\Tutorial.h" +#include "..\..\Common\Tutorial\TutorialMode.h" +#include "..\..\Common\Tutorial\TutorialEnum.h" + +#define BEACON_TICK_TIMER_ID 12 + +HRESULT CXuiSceneBeacon::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) +{ + D3DXVECTOR3 vec; + MapChildControls(); + + Minecraft *pMinecraft = Minecraft::GetInstance(); + + BeaconScreenInput* initData = (BeaconScreenInput*)pInitData->pvInitData; + + m_beacon = initData->beacon; + + BeaconMenu* menu = new BeaconMenu( initData->inventory, initData->beacon ); + + m_iPad=initData->iPad; + m_bSplitscreen=initData->bSplitscreen; + +#ifdef _XBOX + if( pMinecraft->localgameModes[initData->iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[initData->iPad]; + m_previousTutorialState = gameMode->getTutorial()->getCurrentState(); + gameMode->getTutorial()->changeTutorialState(e_Tutorial_State_Container_Menu, this); + } +#endif + + if(m_bSplitscreen) + { + app.AdjustSplitscreenScene(m_hObj,&m_OriginalPosition,m_iPad); + } + + InitDataAssociations(initData->iPad, menu); + + CXuiSceneAbstractContainer::Initialize( initData->iPad, menu, true, BeaconMenu::INV_SLOT_START, (ESceneSection)0, eSectionBeaconMax ); + + m_bIgnoreKeyPresses = false; + + m_initPowerButtons = true; + + XuiSetTimer( m_hObj, BEACON_TICK_TIMER_ID, 50 ); + + handleTick(); + + delete initData; + + return S_OK; +} + +HRESULT CXuiSceneBeacon::OnDestroy() +{ + Minecraft *pMinecraft = Minecraft::GetInstance(); + +#ifdef _XBOX + if( pMinecraft->localgameModes[m_iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[m_iPad]; + if(gameMode != NULL) gameMode->getTutorial()->changeTutorialState(m_previousTutorialState); + } +#endif + + if(Minecraft::GetInstance()->localplayers[m_iPad] != NULL) Minecraft::GetInstance()->localplayers[m_iPad]->closeContainer(); + return S_OK; +} + +CXuiControl* CXuiSceneBeacon::GetSectionControl( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionBeaconItem: + return (CXuiControl *)m_paymentControl; + break; + case eSectionBeaconInventory: + return (CXuiControl *)m_inventoryControl; + break; + case eSectionBeaconUsing: + return (CXuiControl *)m_useRowControl; + break; + case eSectionBeaconPrimaryTierOneOne: + return (CXuiControl *)m_primaryTierOneOne; + break; + case eSectionBeaconPrimaryTierOneTwo: + return (CXuiControl *)m_primaryTierOneTwo; + break; + case eSectionBeaconPrimaryTierTwoOne: + return (CXuiControl *)m_primaryTierTwoOne; + break; + case eSectionBeaconPrimaryTierTwoTwo: + return (CXuiControl *)m_primaryTierTwoTwo; + break; + case eSectionBeaconPrimaryTierThree: + return (CXuiControl *)m_primaryTierThree; + break; + case eSectionBeaconSecondaryOne: + return (CXuiControl *)m_secondaryOne; + break; + case eSectionBeaconSecondaryTwo: + return (CXuiControl *)m_secondaryTwo; + break; + case eSectionBeaconConfirm: + return (CXuiControl *)m_confirmButton; + break; + default: + break; + } + return NULL; +} + +CXuiCtrlSlotList* CXuiSceneBeacon::GetSectionSlotList( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionBeaconItem: + return m_paymentControl; + break; + case eSectionBeaconInventory: + return m_inventoryControl; + break; + case eSectionBeaconUsing: + return m_useRowControl; + break; + default: + break; + } + return NULL; +} + +void CXuiSceneBeacon::InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex) +{ + m_paymentControl->SetData( iPad, menu, 1, 1, BeaconMenu::PAYMENT_SLOT ); + + int invRows = (BeaconMenu::INV_SLOT_END - BeaconMenu::INV_SLOT_START) / 9; + m_inventoryControl->SetData( iPad, menu, invRows, 9, BeaconMenu::INV_SLOT_START ); + + m_useRowControl->SetData( iPad, menu, 1, 9, BeaconMenu::USE_ROW_SLOT_START ); + + CXuiSceneAbstractContainer::InitDataAssociations(iPad, menu, BeaconMenu::INV_SLOT_START); +} + +void CXuiSceneBeacon::SetConfirmButtonEnabled(bool enabled) +{ + if(m_confirmButton != NULL) + m_confirmButton->SetButtonActive(enabled); +} + +void CXuiSceneBeacon::AddPowerButton(int id, int icon, int tier, int count, bool active, bool selected) +{ + switch(tier) + { + case 0: + if(count == 0) + { + if(m_primaryTierOneOne != NULL) m_primaryTierOneOne->SetData(id, icon, active, selected); + } + else + { + if(m_primaryTierOneTwo != NULL) m_primaryTierOneTwo->SetData(id, icon, active, selected); + } + break; + case 1: + if(count == 0) + { + if(m_primaryTierTwoOne != NULL) m_primaryTierTwoOne->SetData(id, icon, active, selected); + } + else + { + if(m_primaryTierTwoTwo != NULL) m_primaryTierTwoTwo->SetData(id, icon, active, selected); + } + break; + case 2: + if(m_primaryTierThree != NULL) m_primaryTierThree->SetData(id, icon, active, selected); + break; + case 3: + if(count == 0) + { + if(m_secondaryOne != NULL) m_secondaryOne->SetData(id, icon, active, selected); + } + else + { + if(m_secondaryTwo != NULL) m_secondaryTwo->SetData(id, icon, active, selected); + } + break; + }; +} + +int CXuiSceneBeacon::GetPowerButtonId(ESceneSection eSection) +{ + switch(eSection) + { + case eSectionBeaconPrimaryTierOneOne: + return m_primaryTierOneOne != NULL ? m_primaryTierOneOne->GetData() : 0; + case eSectionBeaconPrimaryTierOneTwo: + return m_primaryTierOneTwo != NULL ? m_primaryTierOneTwo->GetData() : 0; + case eSectionBeaconPrimaryTierTwoOne: + return m_primaryTierTwoOne != NULL ? m_primaryTierTwoOne->GetData() : 0; + case eSectionBeaconPrimaryTierTwoTwo: + return m_primaryTierTwoTwo != NULL ? m_primaryTierTwoTwo->GetData() : 0; + case eSectionBeaconPrimaryTierThree: + return m_primaryTierThree != NULL ? m_primaryTierThree->GetData() : 0; + case eSectionBeaconSecondaryOne: + return m_secondaryOne != NULL ? m_secondaryOne->GetData() : 0; + case eSectionBeaconSecondaryTwo: + return m_secondaryTwo != NULL ? m_secondaryTwo->GetData() : 0; + }; + return 0; +} + +bool CXuiSceneBeacon::IsPowerButtonSelected(ESceneSection eSection) +{ + switch(eSection) + { + case eSectionBeaconPrimaryTierOneOne: + return m_primaryTierOneOne != NULL ? m_primaryTierOneOne->IsButtonSelected() : false; + case eSectionBeaconPrimaryTierOneTwo: + return m_primaryTierOneTwo != NULL ? m_primaryTierOneTwo->IsButtonSelected() : false; + case eSectionBeaconPrimaryTierTwoOne: + return m_primaryTierTwoOne != NULL ? m_primaryTierTwoOne->IsButtonSelected() : false; + case eSectionBeaconPrimaryTierTwoTwo: + return m_primaryTierTwoTwo != NULL ? m_primaryTierTwoTwo->IsButtonSelected() : false; + case eSectionBeaconPrimaryTierThree: + return m_primaryTierThree != NULL ? m_primaryTierThree->IsButtonSelected() : false; + case eSectionBeaconSecondaryOne: + return m_secondaryOne != NULL ? m_secondaryOne->IsButtonSelected() : false; + case eSectionBeaconSecondaryTwo: + return m_secondaryTwo != NULL ? m_secondaryTwo->IsButtonSelected() : false; + }; + return false; +} + +void CXuiSceneBeacon::SetPowerButtonSelected(ESceneSection eSection) +{ + switch(eSection) + { + case eSectionBeaconPrimaryTierOneOne: + case eSectionBeaconPrimaryTierOneTwo: + case eSectionBeaconPrimaryTierTwoOne: + case eSectionBeaconPrimaryTierTwoTwo: + case eSectionBeaconPrimaryTierThree: + if(m_primaryTierOneOne != NULL) m_primaryTierOneOne->SetButtonSelected(false); + if(m_primaryTierOneTwo != NULL) m_primaryTierOneTwo->SetButtonSelected(false); + if(m_primaryTierTwoOne != NULL) m_primaryTierTwoOne->SetButtonSelected(false); + if(m_primaryTierTwoTwo != NULL) m_primaryTierTwoTwo->SetButtonSelected(false); + if(m_primaryTierThree != NULL) m_primaryTierThree->SetButtonSelected(false); + break; + case eSectionBeaconSecondaryOne: + case eSectionBeaconSecondaryTwo: + if(m_secondaryOne != NULL) m_secondaryOne->SetButtonSelected(false); + if(m_secondaryTwo != NULL) m_secondaryTwo->SetButtonSelected(false); + break; + }; + + switch(eSection) + { + case eSectionBeaconPrimaryTierOneOne: + if(m_primaryTierOneOne != NULL) m_primaryTierOneOne->SetButtonSelected(true); + break; + case eSectionBeaconPrimaryTierOneTwo: + if(m_primaryTierOneTwo != NULL) m_primaryTierOneTwo->SetButtonSelected(true); + break; + case eSectionBeaconPrimaryTierTwoOne: + if(m_primaryTierTwoOne != NULL) m_primaryTierTwoOne->SetButtonSelected(true); + break; + case eSectionBeaconPrimaryTierTwoTwo: + if(m_primaryTierTwoTwo != NULL) m_primaryTierTwoTwo->SetButtonSelected(true); + break; + case eSectionBeaconPrimaryTierThree: + if(m_primaryTierThree != NULL) m_primaryTierThree->SetButtonSelected(true); + break; + case eSectionBeaconSecondaryOne: + if(m_secondaryOne != NULL) m_secondaryOne->SetButtonSelected(true); + break; + case eSectionBeaconSecondaryTwo: + if(m_secondaryTwo != NULL) m_secondaryTwo->SetButtonSelected(true); + break; + }; +} + +HRESULT CXuiSceneBeacon::handleCustomTimer( XUIMessageTimer *pTimer, BOOL& bHandled ) +{ + if( pTimer->nId == BEACON_TICK_TIMER_ID ) + { + handleTick(); + bHandled = TRUE; + return S_OK; + } + + return CXuiSceneAbstractContainer::handleCustomTimer( pTimer, bHandled ); +} + +void CXuiSceneBeacon::handleTick() +{ + IUIScene_BeaconMenu::handleTick(); +} diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.h b/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.h new file mode 100644 index 00000000..647598fc --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.h @@ -0,0 +1,72 @@ +#pragma once +#include "..\Media\xuiscene_beacon.h" +#include "XUI_Scene_AbstractContainer.h" +#include "XUI_Ctrl_BeaconButton.h" +#include "XUI_CustomMessages.h" +#include "..\UI\IUIScene_BeaconMenu.h" + +class CXuiSceneBeacon : public CXuiSceneAbstractContainer, public IUIScene_BeaconMenu +{ +public: + XUI_IMPLEMENT_CLASS( CXuiSceneBeacon, L"CXuiSceneBeacon", XUI_CLASS_SCENE ) + +protected: + XUI_BEGIN_MSG_MAP() + XUI_ON_XM_INIT( OnInit ) + XUI_ON_XM_KEYDOWN( OnKeyDown ) + XUI_ON_XM_DESTROY( OnDestroy ) + XUI_ON_XM_TIMER( OnTimer ) + XUI_ON_XM_SPLITSCREENPLAYER_MESSAGE(OnCustomMessage_Splitscreenplayer) + XUI_ON_XM_TRANSITION_START(OnTransitionStart) + XUI_END_MSG_MAP() + + BEGIN_CONTROL_MAP() + MAP_CONTROL(IDC_Group, m_sceneGroup) + BEGIN_MAP_CHILD_CONTROLS( m_sceneGroup ) + MAP_OVERRIDE(IDC_Inventory, m_inventoryControl) + MAP_OVERRIDE(IDC_UseRow, m_useRowControl) + MAP_OVERRIDE(IDC_Pointer, m_pointerControl) + MAP_OVERRIDE(IDC_Payment, m_paymentControl) + MAP_CONTROL(IDC_PrimaryText, m_PrimaryText) + MAP_CONTROL(IDC_SecondaryText, m_SecondaryText) + MAP_OVERRIDE(IDC_PrimaryTierOneOne, m_primaryTierOneOne) + MAP_OVERRIDE(IDC_PrimaryTierOneTwo, m_primaryTierOneTwo) + MAP_OVERRIDE(IDC_PrimaryTierTwoOne, m_primaryTierTwoOne) + MAP_OVERRIDE(IDC_PrimaryTierTwoTwo, m_primaryTierTwoTwo) + MAP_OVERRIDE(IDC_PrimaryTierThree, m_primaryTierThree) + MAP_OVERRIDE(IDC_SecondaryOne, m_secondaryOne) + MAP_OVERRIDE(IDC_SecondaryTwo, m_secondaryTwo) + MAP_OVERRIDE(IDC_Confirm, m_confirmButton) + END_MAP_CHILD_CONTROLS() + END_CONTROL_MAP() + + HRESULT OnInit( XUIMessageInit* pInitData, BOOL& bHandled ); + HRESULT OnDestroy(); + virtual void InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex = 0); + + virtual void SetConfirmButtonEnabled(bool enabled); + virtual void AddPowerButton(int id, int icon, int tier, int count, bool active, bool selected); + virtual int GetPowerButtonId(ESceneSection eSection); + virtual bool IsPowerButtonSelected(ESceneSection eSection); + virtual void SetPowerButtonSelected(ESceneSection eSection); + + virtual void handleTick(); + virtual HRESULT handleCustomTimer( XUIMessageTimer *pTimer, BOOL& bHandled ); + +private: + CXuiCtrlSlotList* m_paymentControl; + CXuiCtrlBeaconButton* m_primaryTierOneOne; + CXuiCtrlBeaconButton* m_primaryTierOneTwo; + CXuiCtrlBeaconButton* m_primaryTierTwoOne; + CXuiCtrlBeaconButton* m_primaryTierTwoTwo; + CXuiCtrlBeaconButton* m_primaryTierThree; + CXuiCtrlBeaconButton* m_secondaryOne; + CXuiCtrlBeaconButton* m_secondaryTwo; + CXuiCtrlBeaconButton* m_confirmButton; + CXuiControl m_sceneGroup; + CXuiControl m_PrimaryText; + CXuiControl m_SecondaryText; + + virtual CXuiControl* GetSectionControl( ESceneSection eSection ); + virtual CXuiCtrlSlotList* GetSectionSlotList( ESceneSection eSection ); +}; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Container.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Container.cpp index 39b836d2..67f8dbdf 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Container.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Container.cpp @@ -31,7 +31,7 @@ HRESULT CXuiSceneContainer::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) ContainerScreenInput* initData = (ContainerScreenInput*)pInitData->pvInitData; - XuiControlSetText(m_ChestText,app.GetString(initData->container->getName())); + XuiControlSetText(m_ChestText,initData->container->getName().c_str()); ContainerMenu* menu = new ContainerMenu( initData->inventory, initData->container ); diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Fireworks.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Fireworks.cpp new file mode 100644 index 00000000..95890cf8 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Fireworks.cpp @@ -0,0 +1,129 @@ +#include "stdafx.h" + +#include "..\..\..\Minecraft.World\Container.h" +#include "..\..\..\Minecraft.World\FireworksMenu.h" +#include "..\..\MultiplayerLocalPlayer.h" +#include "..\..\LocalPlayer.h" +#include "..\..\Minecraft.h" +#include "XUI_Ctrl_SlotList.h" +#include "XUI_Scene_Fireworks.h" +#include "XUI_Ctrl_SlotItemListItem.h" +#include "XUI_Ctrl_SlotItem.h" +#include "..\..\Common\Tutorial\Tutorial.h" +#include "..\..\Common\Tutorial\TutorialMode.h" +#include "..\..\Common\Tutorial\TutorialEnum.h" + +HRESULT CXuiSceneFireworks::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) +{ + D3DXVECTOR3 vec; + MapChildControls(); + + Minecraft *pMinecraft = Minecraft::GetInstance(); + + FireworksScreenInput* initData = (FireworksScreenInput*)pInitData->pvInitData; + + FireworksMenu* menu = new FireworksMenu( initData->player->inventory, initData->player->level, initData->x, initData->y, initData->z ); + + m_iPad=initData->iPad; + m_bSplitscreen=initData->bSplitscreen; + +#ifdef _XBOX + if( pMinecraft->localgameModes[initData->iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[initData->iPad]; + m_previousTutorialState = gameMode->getTutorial()->getCurrentState(); + gameMode->getTutorial()->changeTutorialState(e_Tutorial_State_Container_Menu, this); + } +#endif + + if(m_bSplitscreen) + { + app.AdjustSplitscreenScene(m_hObj,&m_OriginalPosition,m_iPad); + } + + InitDataAssociations(initData->iPad, menu); + + CXuiSceneAbstractContainer::Initialize( initData->iPad, menu, true, FireworksMenu::INV_SLOT_START, (ESceneSection)0, eSectionFireworksMax ); + + m_bIgnoreKeyPresses = false; + + delete initData; + + return S_OK; +} + +HRESULT CXuiSceneFireworks::OnDestroy() +{ + Minecraft *pMinecraft = Minecraft::GetInstance(); + +#ifdef _XBOX + if( pMinecraft->localgameModes[m_iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[m_iPad]; + if(gameMode != NULL) gameMode->getTutorial()->changeTutorialState(m_previousTutorialState); + } +#endif + + if(Minecraft::GetInstance()->localplayers[m_iPad] != NULL) Minecraft::GetInstance()->localplayers[m_iPad]->closeContainer(); + return S_OK; +} + +CXuiControl* CXuiSceneFireworks::GetSectionControl( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionFireworksResult: + return (CXuiControl *)m_resultControl; + break; + case eSectionFireworksIngredients: + return (CXuiControl *)m_ingredientsControl; + break; + case eSectionFireworksInventory: + return (CXuiControl *)m_inventoryControl; + break; + case eSectionFireworksUsing: + return (CXuiControl *)m_useRowControl; + break; + default: + assert( false ); + break; + } + return NULL; +} + +CXuiCtrlSlotList* CXuiSceneFireworks::GetSectionSlotList( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionFireworksResult: + return m_resultControl; + break; + case eSectionFireworksIngredients: + return m_ingredientsControl; + break; + case eSectionFireworksInventory: + return m_inventoryControl; + break; + case eSectionFireworksUsing: + return m_useRowControl; + break; + default: + assert( false ); + break; + } + return NULL; +} + +void CXuiSceneFireworks::InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex) +{ + m_resultControl->SetData( iPad, menu, 1, 1, FireworksMenu::RESULT_SLOT ); + + m_ingredientsControl->SetData( iPad, menu, 3, 3, FireworksMenu::CRAFT_SLOT_START ); + + int invRows = (FireworksMenu::INV_SLOT_END - FireworksMenu::INV_SLOT_START) / 9; + m_inventoryControl->SetData( iPad, menu, invRows, 9, FireworksMenu::INV_SLOT_START ); + + m_useRowControl->SetData( iPad, menu, 1, 9, FireworksMenu::USE_ROW_SLOT_START ); + + CXuiSceneAbstractContainer::InitDataAssociations(iPad, menu, FireworksMenu::INV_SLOT_START); +} diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Fireworks.h b/Minecraft.Client/Common/XUI/XUI_Scene_Fireworks.h new file mode 100644 index 00000000..ab32066b --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Fireworks.h @@ -0,0 +1,45 @@ +#pragma once +#include "..\Media\xuiscene_fireworks.h" +#include "XUI_Scene_AbstractContainer.h" +#include "XUI_CustomMessages.h" +#include "..\UI\IUIScene_FireworksMenu.h" + +class CXuiSceneFireworks : public CXuiSceneAbstractContainer, public IUIScene_FireworksMenu +{ +public: + XUI_IMPLEMENT_CLASS( CXuiSceneFireworks, L"CXuiSceneFireworks", XUI_CLASS_SCENE ) + +protected: + XUI_BEGIN_MSG_MAP() + XUI_ON_XM_INIT( OnInit ) + XUI_ON_XM_KEYDOWN( OnKeyDown ) + XUI_ON_XM_DESTROY( OnDestroy ) + XUI_ON_XM_TIMER( OnTimer ) + XUI_ON_XM_SPLITSCREENPLAYER_MESSAGE(OnCustomMessage_Splitscreenplayer) + XUI_ON_XM_TRANSITION_START(OnTransitionStart) + XUI_END_MSG_MAP() + + BEGIN_CONTROL_MAP() + MAP_CONTROL(IDC_Group, m_sceneGroup) + BEGIN_MAP_CHILD_CONTROLS( m_sceneGroup ) + MAP_OVERRIDE(IDC_Inventory, m_inventoryControl) + MAP_OVERRIDE(IDC_UseRow, m_useRowControl) + MAP_OVERRIDE(IDC_Pointer, m_pointerControl) + MAP_CONTROL(IDC_InventoryText, m_InventoryText) + MAP_OVERRIDE(IDC_Result, m_resultControl) + MAP_OVERRIDE(IDC_Ingredients, m_ingredientsControl) + END_MAP_CHILD_CONTROLS() + END_CONTROL_MAP() + + HRESULT OnInit( XUIMessageInit* pInitData, BOOL& bHandled ); + HRESULT OnDestroy(); + virtual void InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex = 0); + +private: + CXuiCtrlSlotList* m_resultControl; + CXuiCtrlSlotList* m_ingredientsControl; + CXuiControl m_sceneGroup; + + virtual CXuiControl* GetSectionControl( ESceneSection eSection ); + virtual CXuiCtrlSlotList* GetSectionSlotList( ESceneSection eSection ); +}; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Hopper.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Hopper.cpp new file mode 100644 index 00000000..5af172e9 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Hopper.cpp @@ -0,0 +1,141 @@ +#include "stdafx.h" + +#include "..\..\..\Minecraft.World\Container.h" +#include "..\..\..\Minecraft.World\HopperMenu.h" +#include "..\..\MultiplayerLocalPlayer.h" +#include "XUI_Ctrl_SlotList.h" +#include "XUI_Scene_Hopper.h" +#include "XUI_Ctrl_SlotItemListItem.h" +#include "XUI_Ctrl_SlotItem.h" +#include "..\..\Common\Tutorial\Tutorial.h" +#include "..\..\Common\Tutorial\TutorialMode.h" +#include "..\..\Common\Tutorial\TutorialEnum.h" + +#define HOPPER_DEFAULT_ROWS 1 + +HRESULT CXuiSceneHopper::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) +{ + D3DXVECTOR3 vec; + MapChildControls(); + + Minecraft *pMinecraft = Minecraft::GetInstance(); + + HopperScreenInput* initData = (HopperScreenInput*)pInitData->pvInitData; + + HopperMenu* menu = new HopperMenu( initData->inventory, initData->hopper ); + + shared_ptr hopper = initData->hopper; + m_iPad=initData->iPad; + m_bSplitscreen=initData->bSplitscreen; + +#ifdef _XBOX + if( pMinecraft->localgameModes[initData->iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[initData->iPad]; + m_previousTutorialState = gameMode->getTutorial()->getCurrentState(); + gameMode->getTutorial()->changeTutorialState(e_Tutorial_State_Container_Menu, this); + } +#endif + + if(m_bSplitscreen) + { + app.AdjustSplitscreenScene(m_hObj,&m_OriginalPosition,m_iPad); + } + + float fPointerWidth,fPointerHeight; + m_pointerControl->GetBounds(&fPointerWidth, &fPointerHeight); + + float height, width; + this->GetBounds( &width, &height ); + int rowDiff = HOPPER_DEFAULT_ROWS - (hopper->getContainerSize() / 5); + height = height - (rowDiff * fPointerHeight); + this->SetBounds( width, height ); + + D3DXVECTOR3 vPos; + this->GetPosition( &vPos ); + vPos.y = vPos.y + ( (rowDiff * fPointerHeight) / 2 ); + if(!RenderManager.IsHiDef()) + { + int iY = (int)(vPos.y); + iY &= 0xfffffffe; + vPos.y = (float)iY; + } + this->SetPosition( &vPos ); + + InitDataAssociations(initData->iPad, menu); + + CXuiSceneAbstractContainer::Initialize( initData->iPad, menu, true, hopper->getContainerSize(), (ESceneSection)0, eSectionHopperMax ); + + m_bIgnoreKeyPresses = false; + + delete initData; + + return S_OK; +} + +HRESULT CXuiSceneHopper::OnDestroy() +{ + Minecraft *pMinecraft = Minecraft::GetInstance(); + +#ifdef _XBOX + if( pMinecraft->localgameModes[m_iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[m_iPad]; + if(gameMode != NULL) gameMode->getTutorial()->changeTutorialState(m_previousTutorialState); + } +#endif + + if(Minecraft::GetInstance()->localplayers[m_iPad] != NULL) Minecraft::GetInstance()->localplayers[m_iPad]->closeContainer(); + return S_OK; +} + +CXuiControl* CXuiSceneHopper::GetSectionControl( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionHopperContents: + return (CXuiControl *)m_hopperControl; + break; + case eSectionHopperInventory: + return (CXuiControl *)m_inventoryControl; + break; + case eSectionHopperUsing: + return (CXuiControl *)m_useRowControl; + break; + default: + assert( false ); + break; + } + return NULL; +} + +CXuiCtrlSlotList* CXuiSceneHopper::GetSectionSlotList( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionHopperContents: + return m_hopperControl; + break; + case eSectionHopperInventory: + return m_inventoryControl; + break; + case eSectionHopperUsing: + return m_useRowControl; + break; + default: + assert( false ); + break; + } + return NULL; +} + +void CXuiSceneHopper::InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex) +{ + int containerSize = menu->getSize() - 36; + if (containerSize <= 0) containerSize = 5; + int rows = (containerSize + 4) / 5; + + m_hopperControl->SetData( iPad, menu, rows, 5, 0 ); + + CXuiSceneAbstractContainer::InitDataAssociations(iPad, menu, containerSize); +} diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Hopper.h b/Minecraft.Client/Common/XUI/XUI_Scene_Hopper.h new file mode 100644 index 00000000..c8e8af9a --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Hopper.h @@ -0,0 +1,45 @@ +#pragma once +#include "..\Media\xuiscene_hopper.h" +#include "XUI_Scene_AbstractContainer.h" +#include "XUI_CustomMessages.h" +#include "..\UI\IUIScene_HopperMenu.h" + +class CXuiSceneHopper : public CXuiSceneAbstractContainer, public IUIScene_HopperMenu +{ +public: + XUI_IMPLEMENT_CLASS( CXuiSceneHopper, L"CXuiSceneHopper", XUI_CLASS_SCENE ) + +protected: + XUI_BEGIN_MSG_MAP() + XUI_ON_XM_INIT( OnInit ) + XUI_ON_XM_KEYDOWN( OnKeyDown ) + XUI_ON_XM_DESTROY( OnDestroy ) + XUI_ON_XM_TIMER( OnTimer ) + XUI_ON_XM_SPLITSCREENPLAYER_MESSAGE(OnCustomMessage_Splitscreenplayer) + XUI_ON_XM_TRANSITION_START(OnTransitionStart) + XUI_END_MSG_MAP() + + BEGIN_CONTROL_MAP() + MAP_CONTROL(IDC_Group, m_sceneGroup) + BEGIN_MAP_CHILD_CONTROLS( m_sceneGroup ) + MAP_OVERRIDE(IDC_Inventory, m_inventoryControl) + MAP_OVERRIDE(IDC_UseRow, m_useRowControl) + MAP_OVERRIDE(IDC_Pointer, m_pointerControl) + MAP_CONTROL(IDC_InventoryText, m_InventoryText) + MAP_OVERRIDE(IDC_Hopper, m_hopperControl) + MAP_CONTROL(IDC_HopperText, m_HopperText) + END_MAP_CHILD_CONTROLS() + END_CONTROL_MAP() + + HRESULT OnInit( XUIMessageInit* pInitData, BOOL& bHandled ); + HRESULT OnDestroy(); + virtual void InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex = 0); + +private: + CXuiCtrlSlotList* m_hopperControl; + CXuiControl m_sceneGroup; + CXuiControl m_HopperText; + + virtual CXuiControl* GetSectionControl( ESceneSection eSection ); + virtual CXuiCtrlSlotList* GetSectionSlotList( ESceneSection eSection ); +}; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_HorseInventory.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_HorseInventory.cpp new file mode 100644 index 00000000..8fbe75a9 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_HorseInventory.cpp @@ -0,0 +1,147 @@ +#include "stdafx.h" + +#include "..\..\..\Minecraft.World\Container.h" +#include "..\..\..\Minecraft.World\HorseInventoryMenu.h" +#include "..\..\..\Minecraft.World\net.minecraft.world.entity.animal.h" +#include "..\..\MultiplayerLocalPlayer.h" +#include "XUI_Ctrl_SlotList.h" +#include "XUI_Scene_HorseInventory.h" +#include "XUI_Ctrl_SlotItemListItem.h" +#include "XUI_Ctrl_SlotItem.h" +#include "..\..\Common\Tutorial\Tutorial.h" +#include "..\..\Common\Tutorial\TutorialMode.h" +#include "..\..\Common\Tutorial\TutorialEnum.h" + +HRESULT CXuiSceneHorseInventory::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) +{ + D3DXVECTOR3 vec; + MapChildControls(); + + Minecraft *pMinecraft = Minecraft::GetInstance(); + + HorseScreenInput* initData = (HorseScreenInput*)pInitData->pvInitData; + + m_horse = initData->horse; + m_container = initData->container; + m_inventory = initData->inventory; + + HorseInventoryMenu* menu = new HorseInventoryMenu( initData->inventory, initData->container, initData->horse ); + + m_iPad=initData->iPad; + m_bSplitscreen=initData->bSplitscreen; + +#ifdef _XBOX + if( pMinecraft->localgameModes[initData->iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[initData->iPad]; + m_previousTutorialState = gameMode->getTutorial()->getCurrentState(); + gameMode->getTutorial()->changeTutorialState(e_Tutorial_State_Container_Menu, this); + } +#endif + + if(m_bSplitscreen) + { + app.AdjustSplitscreenScene(m_hObj,&m_OriginalPosition,m_iPad); + } + + InitDataAssociations(initData->iPad, menu); + + CXuiSceneAbstractContainer::Initialize( initData->iPad, menu, true, EntityHorse::INV_BASE_COUNT, (ESceneSection)0, eSectionHorseMax ); + + m_bIgnoreKeyPresses = false; + + delete initData; + + return S_OK; +} + +HRESULT CXuiSceneHorseInventory::OnDestroy() +{ + Minecraft *pMinecraft = Minecraft::GetInstance(); + +#ifdef _XBOX + if( pMinecraft->localgameModes[m_iPad] != NULL ) + { + TutorialMode *gameMode = (TutorialMode *)pMinecraft->localgameModes[m_iPad]; + if(gameMode != NULL) gameMode->getTutorial()->changeTutorialState(m_previousTutorialState); + } +#endif + + if(Minecraft::GetInstance()->localplayers[m_iPad] != NULL) Minecraft::GetInstance()->localplayers[m_iPad]->closeContainer(); + return S_OK; +} + +CXuiControl* CXuiSceneHorseInventory::GetSectionControl( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionHorseChest: + return (CXuiControl *)m_chestControl; + break; + case eSectionHorseSaddle: + return (CXuiControl *)m_saddleControl; + break; + case eSectionHorseArmor: + return (CXuiControl *)m_armorControl; + break; + case eSectionHorseInventory: + return (CXuiControl *)m_inventoryControl; + break; + case eSectionHorseUsing: + return (CXuiControl *)m_useRowControl; + break; + default: + assert( false ); + break; + } + return NULL; +} + +CXuiCtrlSlotList* CXuiSceneHorseInventory::GetSectionSlotList( ESceneSection eSection ) +{ + switch( eSection ) + { + case eSectionHorseChest: + return m_chestControl; + break; + case eSectionHorseSaddle: + return m_saddleControl; + break; + case eSectionHorseArmor: + return m_armorControl; + break; + case eSectionHorseInventory: + return m_inventoryControl; + break; + case eSectionHorseUsing: + return m_useRowControl; + break; + default: + assert( false ); + break; + } + return NULL; +} + +void CXuiSceneHorseInventory::InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex) +{ + m_saddleControl->SetData( iPad, menu, 1, 1, EntityHorse::INV_SLOT_SADDLE ); + + m_armorControl->SetData( iPad, menu, 1, 1, EntityHorse::INV_SLOT_ARMOR ); + + int chestCount = 0; + if(m_horse != NULL && m_horse->isChestedHorse()) + { + chestCount = EntityHorse::INV_DONKEY_CHEST_COUNT; + } + m_chestControl->SetData( iPad, menu, chestCount / 9, 9, EntityHorse::INV_BASE_COUNT ); + + int invStart = EntityHorse::INV_BASE_COUNT + chestCount; + int invRows = 3; + m_inventoryControl->SetData( iPad, menu, invRows, 9, invStart ); + + int useRowStart = invStart + (invRows * 9); + m_useRowControl->SetData( iPad, menu, 1, 9, useRowStart ); + + CXuiSceneAbstractContainer::InitDataAssociations(iPad, menu, EntityHorse::INV_BASE_COUNT + chestCount); +} diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_HorseInventory.h b/Minecraft.Client/Common/XUI/XUI_Scene_HorseInventory.h new file mode 100644 index 00000000..ea6032d0 --- /dev/null +++ b/Minecraft.Client/Common/XUI/XUI_Scene_HorseInventory.h @@ -0,0 +1,50 @@ +#pragma once +#include "..\Media\xuiscene_horse.h" +#include "XUI_Scene_AbstractContainer.h" +#include "XUI_Ctrl_MinecraftHorse.h" +#include "XUI_CustomMessages.h" +#include "..\UI\IUIScene_HorseInventoryMenu.h" + +class CXuiSceneHorseInventory : public CXuiSceneAbstractContainer, public IUIScene_HorseInventoryMenu +{ +public: + XUI_IMPLEMENT_CLASS( CXuiSceneHorseInventory, L"CXuiSceneHorseInventory", XUI_CLASS_SCENE ) + +protected: + XUI_BEGIN_MSG_MAP() + XUI_ON_XM_INIT( OnInit ) + XUI_ON_XM_KEYDOWN( OnKeyDown ) + XUI_ON_XM_DESTROY( OnDestroy ) + XUI_ON_XM_TIMER( OnTimer ) + XUI_ON_XM_SPLITSCREENPLAYER_MESSAGE(OnCustomMessage_Splitscreenplayer) + XUI_ON_XM_TRANSITION_START(OnTransitionStart) + XUI_END_MSG_MAP() + + BEGIN_CONTROL_MAP() + MAP_CONTROL(IDC_Group, m_sceneGroup) + BEGIN_MAP_CHILD_CONTROLS( m_sceneGroup ) + MAP_OVERRIDE(IDC_Inventory, m_inventoryControl) + MAP_OVERRIDE(IDC_UseRow, m_useRowControl) + MAP_OVERRIDE(IDC_Pointer, m_pointerControl) + MAP_CONTROL(IDC_InventoryText, m_InventoryText) + MAP_OVERRIDE(IDC_Chest, m_chestControl) + MAP_OVERRIDE(IDC_Saddle, m_saddleControl) + MAP_OVERRIDE(IDC_Armor, m_armorControl) + MAP_CONTROL(IDC_HorseText, m_HorseText) + END_MAP_CHILD_CONTROLS() + END_CONTROL_MAP() + + HRESULT OnInit( XUIMessageInit* pInitData, BOOL& bHandled ); + HRESULT OnDestroy(); + virtual void InitDataAssociations(int iPad, AbstractContainerMenu *menu, int startIndex = 0); + +private: + CXuiCtrlSlotList* m_chestControl; + CXuiCtrlSlotList* m_saddleControl; + CXuiCtrlSlotList* m_armorControl; + CXuiControl m_sceneGroup; + CXuiControl m_HorseText; + + virtual CXuiControl* GetSectionControl( ESceneSection eSection ); + virtual CXuiCtrlSlotList* GetSectionSlotList( ESceneSection eSection ); +}; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Inventory_Creative.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Inventory_Creative.cpp index 0793fc9e..8b07d241 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Inventory_Creative.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Inventory_Creative.cpp @@ -60,7 +60,7 @@ HRESULT CXuiSceneInventoryCreative::OnInit( XUIMessageInit *pInitData, BOOL &bHa initData->player->awardStat(GenericStats::openInventory(), GenericStats::param_noArgs()); // 4J JEV - Item Picker Menu - shared_ptr creativeContainer = shared_ptr(new SimpleContainer( 0, TabSpec::MAX_SIZE + 9 )); + shared_ptr creativeContainer = shared_ptr(new SimpleContainer( 0, L"", false, TabSpec::MAX_SIZE + 9 )); itemPickerMenu = new ItemPickerMenu(creativeContainer, initData->player->inventory); // 4J JEV - InitDataAssociations. @@ -140,12 +140,20 @@ CXuiControl* CXuiSceneInventoryCreative::GetSectionControl( ESceneSection eSecti { case eSectionInventoryCreativeUsing: return (CXuiControl *)m_useRowControl; - break; case eSectionInventoryCreativeSelector: return (CXuiControl *)m_containerControl; - break; + case eSectionInventoryCreativeTab_0: + case eSectionInventoryCreativeTab_1: + case eSectionInventoryCreativeTab_2: + case eSectionInventoryCreativeTab_3: + case eSectionInventoryCreativeTab_4: + case eSectionInventoryCreativeTab_5: + case eSectionInventoryCreativeTab_6: + case eSectionInventoryCreativeTab_7: + return &m_hTabGroupA[eSection - eSectionInventoryCreativeTab_0]; + case eSectionInventoryCreativeSlider: + return (CXuiControl *)&m_pageSlider; default: - assert( false ); break; } return NULL; diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Trading.cpp b/Minecraft.Client/Common/XUI/XUI_Scene_Trading.cpp index fec13460..0bbd4bdc 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Trading.cpp +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Trading.cpp @@ -2,6 +2,7 @@ #include "..\..\..\Minecraft.World\net.minecraft.world.inventory.h" #include "..\..\..\Minecraft.World\net.minecraft.world.item.trading.h" +#include "..\..\..\Minecraft.World\HtmlString.h" #include "..\..\MultiPlayerLocalPlayer.h" #include "..\..\Common\Tutorial\Tutorial.h" #include "..\..\Common\Tutorial\TutorialMode.h" @@ -317,4 +318,25 @@ void CXuiSceneTrading::setOfferDescription(const wstring &name, vector offerInfoPos.x = Math::round(highlightPos.x - backgroundWidth - highlightWidth * 0.1); } m_offerInfoControl.SetPosition(&offerInfoPos); +} + +void CXuiSceneTrading::setOfferDescription(vector *description) +{ + if(description == NULL || description->empty()) + { + m_offerInfoControl.SetText(L""); + m_offerInfoControl.SetShow(FALSE); + return; + } + + wstring combinedText; + vector unformattedStrings; + for(size_t i = 0; i < description->size(); ++i) + { + combinedText += (*description)[i].text; + unformattedStrings.push_back((*description)[i].text); + if(i + 1 < description->size()) combinedText += L"\n"; + } + + setOfferDescription(combinedText, unformattedStrings); } \ No newline at end of file diff --git a/Minecraft.Client/Common/XUI/XUI_Scene_Trading.h b/Minecraft.Client/Common/XUI/XUI_Scene_Trading.h index 72194cbc..6ca0c9ba 100644 --- a/Minecraft.Client/Common/XUI/XUI_Scene_Trading.h +++ b/Minecraft.Client/Common/XUI/XUI_Scene_Trading.h @@ -125,4 +125,5 @@ protected: virtual void setTradeItem(int index, shared_ptr item); virtual void setOfferDescription(const wstring &name, vector &unformattedStrings); + virtual void setOfferDescription(vector *description); }; \ No newline at end of file diff --git a/Minecraft.Client/Common/XUI/XUI_TutorialPopup.cpp b/Minecraft.Client/Common/XUI/XUI_TutorialPopup.cpp index 98951d81..b7ebc17e 100644 --- a/Minecraft.Client/Common/XUI/XUI_TutorialPopup.cpp +++ b/Minecraft.Client/Common/XUI/XUI_TutorialPopup.cpp @@ -402,7 +402,7 @@ wstring CScene_TutorialPopup::_SetIcon(int icon, int iAuxVal, bool isFoil, LPCWS } else if(temp.find(L"{*StoneIcon*}")!=wstring::npos) { - m_pCraftingPic->SetIcon(m_iPad, Tile::rock_Id,0,1,10,31,false); + m_pCraftingPic->SetIcon(m_iPad, Tile::stone_Id,0,1,10,31,false); } else { diff --git a/Minecraft.Client/Common/res/TitleUpdate/res/terrain.png b/Minecraft.Client/Common/res/TitleUpdate/res/terrain.png index 0246b41d..ca4adf19 100644 Binary files a/Minecraft.Client/Common/res/TitleUpdate/res/terrain.png and b/Minecraft.Client/Common/res/TitleUpdate/res/terrain.png differ diff --git a/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel2.png b/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel2.png index 02686b3e..6c73177a 100644 Binary files a/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel2.png and b/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel2.png differ diff --git a/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel3.png b/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel3.png index dddef615..8e2fb5e2 100644 Binary files a/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel3.png and b/Minecraft.Client/Common/res/TitleUpdate/res/terrainMipMapLevel3.png differ diff --git a/Minecraft.Client/EnderDragonRenderer.cpp b/Minecraft.Client/EnderDragonRenderer.cpp index 05187b72..1d9a3ff0 100644 --- a/Minecraft.Client/EnderDragonRenderer.cpp +++ b/Minecraft.Client/EnderDragonRenderer.cpp @@ -10,6 +10,7 @@ ResourceLocation EnderDragonRenderer::DRAGON_EXPLODING_LOCATION = ResourceLocati ResourceLocation EnderDragonRenderer::CRYSTAL_BEAM_LOCATION = ResourceLocation(TN_MOB_ENDERDRAGON_BEAM); ResourceLocation EnderDragonRenderer::DRAGON_EYES_LOCATION = ResourceLocation(TN_MOB_ENDERDRAGON_ENDEREYES); ResourceLocation EnderDragonRenderer::DRAGON_LOCATION = ResourceLocation(TN_MOB_ENDERDRAGON); +shared_ptr EnderDragonRenderer::bossInstance = nullptr; EnderDragonRenderer::EnderDragonRenderer() : MobRenderer(new DragonModel(0), 0.5f) { diff --git a/Minecraft.Client/EnderDragonRenderer.h b/Minecraft.Client/EnderDragonRenderer.h index 9969b5cf..30a52da2 100644 --- a/Minecraft.Client/EnderDragonRenderer.h +++ b/Minecraft.Client/EnderDragonRenderer.h @@ -6,8 +6,12 @@ class EnderDragon; #endif class DragonModel; +class EnderDragon; class EnderDragonRenderer : public MobRenderer { +public: + static shared_ptr bossInstance; + private: static ResourceLocation DRAGON_EXPLODING_LOCATION; static ResourceLocation CRYSTAL_BEAM_LOCATION; diff --git a/Minecraft.Client/Minecraft.Client.vcxproj b/Minecraft.Client/Minecraft.Client.vcxproj index bda9453c..0c9d6e90 100644 --- a/Minecraft.Client/Minecraft.Client.vcxproj +++ b/Minecraft.Client/Minecraft.Client.vcxproj @@ -1,4 +1,4 @@ - + @@ -988,8 +988,7 @@ false $(OutDir)$(ProjectName).pch MultiThreaded - _DEBUG_MENUS_ENABLED;_ITERATOR_DEBUG_LEVEL=0;NDEBUG;_XBOX;%(PreprocessorDefinitions);PROFILE - Disabled + _ITERATOR_DEBUG_LEVEL=0;NDEBUG;_XBOX;%(PreprocessorDefinitions) $(ProjectDir);%(AdditionalIncludeDirectories) true true @@ -1004,7 +1003,7 @@ true $(OutDir)$(ProjectName).pdb - xavatar2.lib;xapilibi.lib;d3d9i.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib;xuirun.lib;xuirender.lib;xuihtml.lib;xonline.lib;xhv2.lib;qnetxaudio2.lib;xparty.lib;xbox\4JLibs\libs\4J_Input_r.lib;xbox\4JLibs\libs\4J_Storage_r.lib;xbox\4JLibs\libs\4J_Profile_r.lib;xbox\4JLibs\libs\4J_Render.lib;..\Minecraft.World\Release\Minecraft.World.lib;xbdm.lib;xsocialpost.lib;xrnm.lib;xbox\Sentient\libs\SenCore.lib;xbox\Sentient\libs\SenNews.lib;xbox\Sentient\libs\SenUGC.lib;xbox\Sentient\libs\SenBoxArt.lib;NuiApi.lib;ST.lib;NuiFitnessApi.lib;NuiHandles.lib;NuiSpeech.lib;NuiAudio.lib;xhttp.lib;xauth.lib;xgetserviceendpoint.lib;xav.lib;xjson.lib;xbox\4JLibs\libs\4J_XTMS_r.lib;%(AdditionalDependencies) + xavatar2.lib;xapilib.lib;d3d9.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib;xuirun.lib;xuirender.lib;xuihtml.lib;xonline.lib;xhv2.lib;qnetxaudio2.lib;xparty.lib;xbox\4JLibs\libs\4J_Input_r.lib;xbox\4JLibs\libs\4J_Storage_r.lib;xbox\4JLibs\libs\4J_Profile_r.lib;xbox\4JLibs\libs\4J_Render.lib;..\Minecraft.World\Release\Minecraft.World.lib;xsocialpost.lib;xrnm.lib;xbox\Sentient\libs\SenCore.lib;xbox\Sentient\libs\SenNews.lib;xbox\Sentient\libs\SenUGC.lib;xbox\Sentient\libs\SenBoxArt.lib;NuiApi.lib;ST.lib;NuiFitnessApi.lib;NuiHandles.lib;NuiSpeech.lib;NuiAudio.lib;xhttp.lib;xauth.lib;xgetserviceendpoint.lib;xav.lib;xjson.lib;xbox\4JLibs\libs\4J_XTMS_r.lib;%(AdditionalDependencies) xapilib.lib true false @@ -1042,8 +1041,7 @@ false $(OutDir)$(ProjectName).pch MultiThreaded - _DEBUG_MENUS_ENABLED;_ITERATOR_DEBUG_LEVEL=0;NDEBUG;_XBOX;%(PreprocessorDefinitions);PROFILE - Disabled + _DEBUG_MENUS_ENABLED;_ITERATOR_DEBUG_LEVEL=0;NDEBUG;_XBOX;%(PreprocessorDefinitions) $(ProjectDir);%(AdditionalIncludeDirectories) true true @@ -1058,7 +1056,7 @@ true $(OutDir)$(ProjectName).pdb - xavatar2.lib;xapilibi.lib;d3d9i.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib;xuirun.lib;xuirender.lib;xuihtml.lib;xonline.lib;xhv2.lib;qnetxaudio2.lib;xparty.lib;xbox\4JLibs\libs\4J_Input_r.lib;xbox\4JLibs\libs\4J_Storage_r.lib;xbox\4JLibs\libs\4J_Profile_r.lib;xbox\4JLibs\libs\4J_Render.lib;..\Minecraft.World\Release\Minecraft.World.lib;xbdm.lib;xsocialpost.lib;xrnm.lib;xbox\Sentient\libs\SenCore.lib;xbox\Sentient\libs\SenNews.lib;xbox\Sentient\libs\SenUGC.lib;xbox\Sentient\libs\SenBoxArt.lib;NuiApi.lib;ST.lib;NuiFitnessApi.lib;NuiHandles.lib;NuiSpeech.lib;NuiAudio.lib;xhttp.lib;xauth.lib;xgetserviceendpoint.lib;xav.lib;xjson.lib;xtms.lib;%(AdditionalDependencies) + xavatar2.lib;xapilib.lib;d3d9.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib;xuirun.lib;xuirender.lib;xuihtml.lib;xonline.lib;xhv2.lib;qnetxaudio2.lib;xparty.lib;xbox\4JLibs\libs\4J_Input_r.lib;xbox\4JLibs\libs\4J_Storage_r.lib;xbox\4JLibs\libs\4J_Profile_r.lib;xbox\4JLibs\libs\4J_Render.lib;..\Minecraft.World\Release\Minecraft.World.lib;xsocialpost.lib;xrnm.lib;xbox\Sentient\libs\SenCore.lib;xbox\Sentient\libs\SenNews.lib;xbox\Sentient\libs\SenUGC.lib;xbox\Sentient\libs\SenBoxArt.lib;NuiApi.lib;ST.lib;NuiFitnessApi.lib;NuiHandles.lib;NuiSpeech.lib;NuiAudio.lib;xhttp.lib;xauth.lib;xgetserviceendpoint.lib;xav.lib;xjson.lib;xtms.lib;%(AdditionalDependencies) xapilib.lib true false diff --git a/Minecraft.Client/Options.cpp b/Minecraft.Client/Options.cpp index c0095d6e..65f07987 100644 --- a/Minecraft.Client/Options.cpp +++ b/Minecraft.Client/Options.cpp @@ -116,7 +116,11 @@ void Options::init() bobView = true; anaglyph3d = false; advancedOpengl = false; +#ifdef _WINDOWS64 framerateLimit = 0; +#else + framerateLimit = 2; +#endif fancyGraphics = true; ambientOcclusion = true; renderClouds = true; diff --git a/Minecraft.Client/Xbox/Xbox_App.cpp b/Minecraft.Client/Xbox/Xbox_App.cpp index df256ce3..4ee2e9ac 100644 --- a/Minecraft.Client/Xbox/Xbox_App.cpp +++ b/Minecraft.Client/Xbox/Xbox_App.cpp @@ -30,6 +30,10 @@ #include "..\Common\XUI\XUI_Scene_Furnace.h" #include "..\Common\XUI\XUI_Scene_Inventory.h" #include "..\Common\XUI\XUI_Scene_Trap.h" +#include "..\Common\XUI\XUI_Scene_Beacon.h" +#include "..\Common\XUI\XUI_Scene_Hopper.h" +#include "..\Common\XUI\XUI_Scene_HorseInventory.h" +#include "..\Common\XUI\XUI_Scene_Fireworks.h" #include "..\Common\XUI\XUI_Control_ComboBox.h" #include "..\Common\XUI\XUI_MultiGameInfo.h" #include "..\Common\XUI\XUI_MultiGameJoinLoad.h" @@ -140,6 +144,10 @@ #include "..\Common\XUI\XUI_Scene_Furnace.h" #include "..\Common\XUI\XUI_Scene_Inventory.h" #include "..\Common\XUI\XUI_Scene_Trap.h" +#include "..\Common\XUI\XUI_Scene_Beacon.h" +#include "..\Common\XUI\XUI_Scene_Hopper.h" +#include "..\Common\XUI\XUI_Scene_HorseInventory.h" +#include "..\Common\XUI\XUI_Scene_Fireworks.h" #include "..\Common\XUI\XUI_Control_ComboBox.h" #include "..\Common\XUI\XUI_MultiGameInfo.h" #include "..\Common\XUI\XUI_MultiGameJoinLoad.h" @@ -265,6 +273,10 @@ WCHAR *CConsoleMinecraftApp::wchSceneA[]= L"xuiscene_trading", L"xuiscene_anvil", L"xuiscene_teleportmenu", + L"xuiscene_hopper", + L"xuiscene_beacon", + L"xuiscene_horse", + L"xuiscene_fireworks", // L"xuiscene_TransferToXboxOne", #ifdef _DEBUG_MENUS_ENABLED @@ -521,6 +533,14 @@ HRESULT CConsoleMinecraftApp::RegisterXuiClasses() if( FAILED( hr) ) return hr; hr = CXuiSceneAnvil::Register(); if( FAILED( hr) ) return hr; + hr = CXuiSceneBeacon::Register(); + if( FAILED( hr) ) return hr; + hr = CXuiSceneHopper::Register(); + if( FAILED( hr) ) return hr; + hr = CXuiSceneHorseInventory::Register(); + if( FAILED( hr) ) return hr; + hr = CXuiSceneFireworks::Register(); + if( FAILED( hr) ) return hr; hr = CXuiSceneTrading::Register(); if( FAILED( hr) ) return hr; hr = CScene_Teleport::Register(); @@ -563,6 +583,10 @@ HRESULT CConsoleMinecraftApp::UnregisterXuiClasses() CXuiSceneTrading::Unregister(); CXuiSceneAnvil::Unregister(); // CScene_TransferToXboxOne::Unregister(); + CXuiSceneBeacon::Unregister(); + CXuiSceneHopper::Unregister(); + CXuiSceneHorseInventory::Unregister(); + CXuiSceneFireworks::Unregister(); CXuiSceneHud::Unregister(); CScene_Win::Unregister(); CXuiCtrlMobEffect::Unregister(); @@ -3024,7 +3048,8 @@ void CConsoleMinecraftApp::GetFileFromTPD(eTPDFileType eType,PBYTE pbData,DWORD LPCWSTR CConsoleMinecraftApp::GetString(int iID) { - return StringTable.Lookup(iID); + LPCWSTR result = StringTable.Lookup(iID); + return result ? result : L""; } CXuiStringTable *CConsoleMinecraftApp::GetStringTable() diff --git a/Minecraft.Client/Xbox/Xbox_UIController.cpp b/Minecraft.Client/Xbox/Xbox_UIController.cpp index a530df76..5d1d5753 100644 --- a/Minecraft.Client/Xbox/Xbox_UIController.cpp +++ b/Minecraft.Client/Xbox/Xbox_UIController.cpp @@ -116,9 +116,9 @@ void ConsoleUIController::ShowTooltip( unsigned int iPad, unsigned int tooltip, CXuiSceneBase::ShowTooltip(iPad,tooltip,show); } -void ConsoleUIController::SetTooltips( unsigned int iPad, int iA, int iB, int iX, int iY, int iLT, int iRT, int iLB, int iRB, int iLS, bool forceUpdate) +void ConsoleUIController::SetTooltips( unsigned int iPad, int iA, int iB, int iX, int iY, int iLT, int iRT, int iLB, int iRB, int iLS, int iRS, int iBack, bool forceUpdate) { - CXuiSceneBase::SetTooltips(iPad,iA,iB,iX,iY,iLT,iRT,iLB,iRB,iLS,forceUpdate); + CXuiSceneBase::SetTooltips(iPad,iA,iB,iX,iY,iLT,iRT,iLB,iRB,iLS,iRS,iBack,forceUpdate); } void ConsoleUIController::EnableTooltip( unsigned int iPad, unsigned int tooltip, bool enable ) @@ -319,6 +319,18 @@ C4JStorage::EMessageResult ConsoleUIController::RequestMessageBox(UINT uiTitle, return StorageManager.RequestMessageBox(uiTitle, uiText, uiOptionA, uiOptionC, dwPad, Func, lpParam, pStringTable, pwchFormatString, dwFocusButton); } +C4JStorage::EMessageResult ConsoleUIController::RequestErrorMessage(UINT uiTitle, UINT uiText, UINT *uiOptionA,UINT uiOptionC, DWORD dwPad, + int( *Func)(LPVOID,int,const C4JStorage::EMessageResult),LPVOID lpParam, WCHAR *pwchFormatString) +{ + return StorageManager.RequestMessageBox(uiTitle, uiText, uiOptionA, uiOptionC, dwPad, Func, lpParam, NULL, pwchFormatString, 0); +} + +C4JStorage::EMessageResult ConsoleUIController::RequestAlertMessage(UINT uiTitle, UINT uiText, UINT *uiOptionA,UINT uiOptionC, DWORD dwPad, + int( *Func)(LPVOID,int,const C4JStorage::EMessageResult),LPVOID lpParam, WCHAR *pwchFormatString) +{ + return StorageManager.RequestMessageBox(uiTitle, uiText, uiOptionA, uiOptionC, dwPad, Func, lpParam, NULL, pwchFormatString, 0); +} + C4JStorage::EMessageResult ConsoleUIController::RequestUGCMessageBox(UINT title/* = -1 */, UINT message/* = -1 */, int iPad/* = -1*/, int( *Func)(LPVOID,int,const C4JStorage::EMessageResult)/* = NULL*/, LPVOID lpParam/* = NULL*/) { // Default title / messages diff --git a/Minecraft.Client/Xbox/Xbox_UIController.h b/Minecraft.Client/Xbox/Xbox_UIController.h index 9fb28898..2b67b007 100644 --- a/Minecraft.Client/Xbox/Xbox_UIController.h +++ b/Minecraft.Client/Xbox/Xbox_UIController.h @@ -30,7 +30,7 @@ public: virtual void SetTooltipText( unsigned int iPad, unsigned int tooltip, int iTextID ); virtual void SetEnableTooltips( unsigned int iPad, BOOL bVal ); virtual void ShowTooltip( unsigned int iPad, unsigned int tooltip, bool show ); - virtual void SetTooltips( unsigned int iPad, int iA, int iB=-1, int iX=-1, int iY=-1 , int iLT=-1, int iRT=-1, int iLB=-1, int iRB=-1, int iLS=-1, bool forceUpdate = false); + virtual void SetTooltips( unsigned int iPad, int iA, int iB=-1, int iX=-1, int iY=-1 , int iLT=-1, int iRT=-1, int iLB=-1, int iRB=-1, int iLS=-1, int iRS=-1, int iBack=-1, bool forceUpdate = false); virtual void EnableTooltip( unsigned int iPad, unsigned int tooltip, bool enable ); virtual void RefreshTooltips(unsigned int iPad); @@ -70,9 +70,13 @@ public: virtual void SetWinUserIndex(unsigned int iPad); - virtual C4JStorage::EMessageResult RequestMessageBox(UINT uiTitle, UINT uiText, UINT *uiOptionA,UINT uiOptionC, DWORD dwPad=XUSER_INDEX_ANY, + virtual C4JStorage::EMessageResult RequestMessageBox(UINT uiTitle, UINT uiText, UINT *uiOptionA,UINT uiOptionC, DWORD dwPad=XUSER_INDEX_ANY, int( *Func)(LPVOID,int,const C4JStorage::EMessageResult)=NULL,LPVOID lpParam=NULL, CXuiStringTable *pStringTable=NULL, WCHAR *pwchFormatString=NULL,DWORD dwFocusButton=0, bool bIsError = true); + virtual C4JStorage::EMessageResult RequestErrorMessage(UINT uiTitle, UINT uiText, UINT *uiOptionA,UINT uiOptionC, DWORD dwPad=XUSER_INDEX_ANY, int( *Func)(LPVOID,int,const C4JStorage::EMessageResult)=NULL,LPVOID lpParam=NULL, WCHAR *pwchFormatString=NULL); + + virtual C4JStorage::EMessageResult RequestAlertMessage(UINT uiTitle, UINT uiText, UINT *uiOptionA,UINT uiOptionC, DWORD dwPad=XUSER_INDEX_ANY, int( *Func)(LPVOID,int,const C4JStorage::EMessageResult)=NULL,LPVOID lpParam=NULL, WCHAR *pwchFormatString=NULL); + C4JStorage::EMessageResult RequestUGCMessageBox(UINT title = -1, UINT message = -1, int iPad = -1, int( *Func)(LPVOID,int,const C4JStorage::EMessageResult) = NULL, LPVOID lpParam = NULL); }; diff --git a/Minecraft.Client/XboxMedia/XZP/Minecraft.xzp b/Minecraft.Client/XboxMedia/XZP/Minecraft.xzp index 886c9274..1bcf2bdb 100644 Binary files a/Minecraft.Client/XboxMedia/XZP/Minecraft.xzp and b/Minecraft.Client/XboxMedia/XZP/Minecraft.xzp differ diff --git a/Minecraft.Client/XboxMedia/strings.h b/Minecraft.Client/XboxMedia/strings.h index 7869d7cb..46d89ea3 100644 --- a/Minecraft.Client/XboxMedia/strings.h +++ b/Minecraft.Client/XboxMedia/strings.h @@ -1855,3 +1855,248 @@ #define IDS_YOU_DIED 1854 #define IDS_YOU_HAVE 1855 #define IDS_ZOMBIE 1856 +#define IDS_ATTRIBUTE_NAME_GENERIC_ATTACKDAMAGE 1857 +#define IDS_ATTRIBUTE_NAME_GENERIC_FOLLOWRANGE 1858 +#define IDS_ATTRIBUTE_NAME_GENERIC_KNOCKBACKRESISTANCE 1859 +#define IDS_ATTRIBUTE_NAME_GENERIC_MAXHEALTH 1860 +#define IDS_ATTRIBUTE_NAME_GENERIC_MOVEMENTSPEED 1861 +#define IDS_ATTRIBUTE_NAME_HORSE_JUMPSTRENGTH 1862 +#define IDS_ATTRIBUTE_NAME_ZOMBIE_SPAWNREINFORCEMENTS 1863 +#define IDS_BAT 1864 +#define IDS_CONTAINER_ANIMAL 1865 +#define IDS_CONTAINER_BEACON 1866 +#define IDS_CONTAINER_DROPPER 1867 +#define IDS_CONTAINER_HOPPER 1868 +#define IDS_CONTAINER_MINECART 1869 +#define IDS_DEATH_ARROW_ITEM 1870 +#define IDS_DEATH_CACTUS_PLAYER 1871 +#define IDS_DEATH_DROWN_PLAYER 1872 +#define IDS_DEATH_EXPLOSION_PLAYER 1873 +#define IDS_DEATH_FELL_ACCIDENT_GENERIC 1874 +#define IDS_DEATH_FELL_ACCIDENT_LADDER 1875 +#define IDS_DEATH_FELL_ACCIDENT_VINES 1876 +#define IDS_DEATH_FELL_ACCIDENT_WATER 1877 +#define IDS_DEATH_FELL_ASSIST 1878 +#define IDS_DEATH_FELL_ASSIST_ITEM 1879 +#define IDS_DEATH_FELL_FINISH 1880 +#define IDS_DEATH_FELL_FINISH_ITEM 1881 +#define IDS_DEATH_FIREBALL_ITEM 1882 +#define IDS_DEATH_INDIRECT_MAGIC_ITEM 1883 +#define IDS_DEATH_INFIRE_PLAYER 1884 +#define IDS_DEATH_LAVA_PLAYER 1885 +#define IDS_DEATH_ONFIRE_PLAYER 1886 +#define IDS_DEATH_PLAYER_ITEM 1887 +#define IDS_DEATH_THROWN_ITEM 1888 +#define IDS_DEATH_WITHER 1889 +#define IDS_DESC_ACTIVATOR_RAIL 1890 +#define IDS_DESC_BEACON 1891 +#define IDS_DESC_CHEST_TRAP 1892 +#define IDS_DESC_COAL_BLOCK 1893 +#define IDS_DESC_COMMAND_BLOCK 1894 +#define IDS_DESC_COMPARATOR 1895 +#define IDS_DESC_DAYLIGHT_DETECTOR 1896 +#define IDS_DESC_DIAMOND_HORSE_ARMOR 1897 +#define IDS_DESC_DROPPER 1898 +#define IDS_DESC_FIREWORKS 1899 +#define IDS_DESC_FIREWORKS_CHARGE 1900 +#define IDS_DESC_GOLD_HORSE_ARMOR 1901 +#define IDS_DESC_HARDENED_CLAY 1902 +#define IDS_DESC_HAY 1903 +#define IDS_DESC_HOPPER 1904 +#define IDS_DESC_IRON_HORSE_ARMOR 1905 +#define IDS_DESC_LEAD 1906 +#define IDS_DESC_MAP_EMPTY 1907 +#define IDS_DESC_MINECART_HOPPER 1908 +#define IDS_DESC_MINECART_TNT 1909 +#define IDS_DESC_NAME_TAG 1910 +#define IDS_DESC_NETHER_STAR 1911 +#define IDS_DESC_REDSTONE_BLOCK 1912 +#define IDS_DESC_STAINED_CLAY 1913 +#define IDS_DESC_STAINED_GLASS 1914 +#define IDS_DESC_STAINED_GLASS_PANE 1915 +#define IDS_DESC_WEIGHTED_PLATE_HEAVY 1916 +#define IDS_DESC_WEIGHTED_PLATE_LIGHT 1917 +#define IDS_DONKEY 1918 +#define IDS_FIREWORKS 1919 +#define IDS_FIREWORKS_CHARGE 1920 +#define IDS_FIREWORKS_CHARGE_BLACK 1921 +#define IDS_FIREWORKS_CHARGE_BLUE 1922 +#define IDS_FIREWORKS_CHARGE_BROWN 1923 +#define IDS_FIREWORKS_CHARGE_CUSTOM 1924 +#define IDS_FIREWORKS_CHARGE_CYAN 1925 +#define IDS_FIREWORKS_CHARGE_FADE_TO 1926 +#define IDS_FIREWORKS_CHARGE_FLICKER 1927 +#define IDS_FIREWORKS_CHARGE_GRAY 1928 +#define IDS_FIREWORKS_CHARGE_GREEN 1929 +#define IDS_FIREWORKS_CHARGE_LIGHT_BLUE 1930 +#define IDS_FIREWORKS_CHARGE_LIME 1931 +#define IDS_FIREWORKS_CHARGE_MAGENTA 1932 +#define IDS_FIREWORKS_CHARGE_ORANGE 1933 +#define IDS_FIREWORKS_CHARGE_PINK 1934 +#define IDS_FIREWORKS_CHARGE_PURPLE 1935 +#define IDS_FIREWORKS_CHARGE_RED 1936 +#define IDS_FIREWORKS_CHARGE_SILVER 1937 +#define IDS_FIREWORKS_CHARGE_TRAIL 1938 +#define IDS_FIREWORKS_CHARGE_TYPE 1939 +#define IDS_FIREWORKS_CHARGE_TYPE_0 1940 +#define IDS_FIREWORKS_CHARGE_TYPE_1 1941 +#define IDS_FIREWORKS_CHARGE_TYPE_2 1942 +#define IDS_FIREWORKS_CHARGE_TYPE_3 1943 +#define IDS_FIREWORKS_CHARGE_TYPE_4 1944 +#define IDS_FIREWORKS_CHARGE_WHITE 1945 +#define IDS_FIREWORKS_CHARGE_YELLOW 1946 +#define IDS_HORSE 1947 +#define IDS_ITEM_COMPARATOR 1948 +#define IDS_ITEM_DIAMOND_HORSE_ARMOR 1949 +#define IDS_ITEM_FIREWORKS_FLIGHT 1950 +#define IDS_ITEM_GOLD_HORSE_ARMOR 1951 +#define IDS_ITEM_IRON_HORSE_ARMOR 1952 +#define IDS_ITEM_LEAD 1953 +#define IDS_ITEM_MAP_EMPTY 1954 +#define IDS_ITEM_MINECART_HOPPER 1955 +#define IDS_ITEM_MINECART_TNT 1956 +#define IDS_ITEM_NAME_TAG 1957 +#define IDS_MAX_BATS_SPAWNED 1958 +#define IDS_MULE 1959 +#define IDS_NETHER_STAR 1960 +#define IDS_POTION_ABSORPTION 1961 +#define IDS_POTION_ABSORPTION_POSTFIX 1962 +#define IDS_POTION_EFFECTS_WHENDRANK 1963 +#define IDS_POTION_HEALTHBOOST 1964 +#define IDS_POTION_HEALTHBOOST_POSTFIX 1965 +#define IDS_POTION_SATURATION 1966 +#define IDS_POTION_SATURATION_POSTFIX 1967 +#define IDS_POTION_WITHER 1968 +#define IDS_POTION_WITHER_POSTFIX 1969 +#define IDS_SKELETON_HORSE 1970 +#define IDS_TILE_ACTIVATOR_RAIL 1971 +#define IDS_TILE_BEACON 1972 +#define IDS_TILE_CHEST_TRAP 1973 +#define IDS_TILE_COAL 1974 +#define IDS_TILE_COMMAND_BLOCK 1975 +#define IDS_TILE_COMPARATOR 1976 +#define IDS_TILE_DAYLIGHT_DETECTOR 1977 +#define IDS_TILE_DROPPER 1978 +#define IDS_TILE_HARDENED_CLAY 1979 +#define IDS_TILE_HAY 1980 +#define IDS_TILE_HOPPER 1981 +#define IDS_TILE_PLANKS 1982 +#define IDS_TILE_REDSTONE_BLOCK 1983 +#define IDS_TILE_STAINED_CLAY 1984 +#define IDS_TILE_STAINED_CLAY_BLACK 1985 +#define IDS_TILE_STAINED_CLAY_BLUE 1986 +#define IDS_TILE_STAINED_CLAY_BROWN 1987 +#define IDS_TILE_STAINED_CLAY_CYAN 1988 +#define IDS_TILE_STAINED_CLAY_GRAY 1989 +#define IDS_TILE_STAINED_CLAY_GREEN 1990 +#define IDS_TILE_STAINED_CLAY_LIGHT_BLUE 1991 +#define IDS_TILE_STAINED_CLAY_LIME 1992 +#define IDS_TILE_STAINED_CLAY_MAGENTA 1993 +#define IDS_TILE_STAINED_CLAY_ORANGE 1994 +#define IDS_TILE_STAINED_CLAY_PINK 1995 +#define IDS_TILE_STAINED_CLAY_PURPLE 1996 +#define IDS_TILE_STAINED_CLAY_RED 1997 +#define IDS_TILE_STAINED_CLAY_SILVER 1998 +#define IDS_TILE_STAINED_CLAY_WHITE 1999 +#define IDS_TILE_STAINED_CLAY_YELLOW 2000 +#define IDS_TILE_STAINED_GLASS 2001 +#define IDS_TILE_STAINED_GLASS_BLACK 2002 +#define IDS_TILE_STAINED_GLASS_BLUE 2003 +#define IDS_TILE_STAINED_GLASS_BROWN 2004 +#define IDS_TILE_STAINED_GLASS_CYAN 2005 +#define IDS_TILE_STAINED_GLASS_GRAY 2006 +#define IDS_TILE_STAINED_GLASS_GREEN 2007 +#define IDS_TILE_STAINED_GLASS_LIGHT_BLUE 2008 +#define IDS_TILE_STAINED_GLASS_LIME 2009 +#define IDS_TILE_STAINED_GLASS_MAGENTA 2010 +#define IDS_TILE_STAINED_GLASS_ORANGE 2011 +#define IDS_TILE_STAINED_GLASS_PANE 2012 +#define IDS_TILE_STAINED_GLASS_PANE_BLACK 2013 +#define IDS_TILE_STAINED_GLASS_PANE_BLUE 2014 +#define IDS_TILE_STAINED_GLASS_PANE_BROWN 2015 +#define IDS_TILE_STAINED_GLASS_PANE_CYAN 2016 +#define IDS_TILE_STAINED_GLASS_PANE_GRAY 2017 +#define IDS_TILE_STAINED_GLASS_PANE_GREEN 2018 +#define IDS_TILE_STAINED_GLASS_PANE_LIGHT_BLUE 2019 +#define IDS_TILE_STAINED_GLASS_PANE_LIME 2020 +#define IDS_TILE_STAINED_GLASS_PANE_MAGENTA 2021 +#define IDS_TILE_STAINED_GLASS_PANE_ORANGE 2022 +#define IDS_TILE_STAINED_GLASS_PANE_PINK 2023 +#define IDS_TILE_STAINED_GLASS_PANE_PURPLE 2024 +#define IDS_TILE_STAINED_GLASS_PANE_RED 2025 +#define IDS_TILE_STAINED_GLASS_PANE_SILVER 2026 +#define IDS_TILE_STAINED_GLASS_PANE_WHITE 2027 +#define IDS_TILE_STAINED_GLASS_PANE_YELLOW 2028 +#define IDS_TILE_STAINED_GLASS_PINK 2029 +#define IDS_TILE_STAINED_GLASS_PURPLE 2030 +#define IDS_TILE_STAINED_GLASS_RED 2031 +#define IDS_TILE_STAINED_GLASS_SILVER 2032 +#define IDS_TILE_STAINED_GLASS_WHITE 2033 +#define IDS_TILE_STAINED_GLASS_YELLOW 2034 +#define IDS_TILE_WEIGHTED_PLATE_HEAVY 2035 +#define IDS_TILE_WEIGHTED_PLATE_LIGHT 2036 +#define IDS_TOOLTIPS_ATTACH 2037 +#define IDS_TOOLTIPS_DISMOUNT 2038 +#define IDS_TOOLTIPS_FIREWORK_LAUNCH 2039 +#define IDS_TOOLTIPS_LEASH 2040 +#define IDS_TOOLTIPS_MOUNT 2041 +#define IDS_TOOLTIPS_NAME 2042 +#define IDS_TOOLTIPS_UNLEASH 2043 +#define IDS_WITCH 2044 +#define IDS_WITHER 2045 +#define IDS_ZOMBIE_HORSE 2046 +#define IDS_DESC_BAT 2047 +#define IDS_DESC_HORSE 2048 +#define IDS_DESC_WITCH 2049 +#define IDS_DESC_WITHER 2050 +#define IDS_TUTORIAL_PROMPT_BEACON_MENU_OVERVIEW 2051 +#define IDS_TUTORIAL_PROMPT_BEACON_OVERVIEW 2052 +#define IDS_TUTORIAL_PROMPT_FIREWORK_MENU_OVERVIEW 2053 +#define IDS_TUTORIAL_PROMPT_FIREWORK_OVERVIEW 2054 +#define IDS_TUTORIAL_PROMPT_HOPPER_OVERVIEW 2055 +#define IDS_TUTORIAL_PROMPT_HORSE_MENU_OVERVIEW 2056 +#define IDS_TUTORIAL_PROMPT_HORSE_OVERVIEW 2057 +#define IDS_TUTORIAL_TASK_BEACON_CHOOSING_POWERS 2058 +#define IDS_TUTORIAL_TASK_BEACON_DESIGN 2059 +#define IDS_TUTORIAL_TASK_BEACON_MENU_ACTIVATION 2060 +#define IDS_TUTORIAL_TASK_BEACON_MENU_OVERVIEW 2061 +#define IDS_TUTORIAL_TASK_BEACON_MENU_PRIMARY_POWERS 2062 +#define IDS_TUTORIAL_TASK_BEACON_MENU_SECONDARY_POWER 2063 +#define IDS_TUTORIAL_TASK_BEACON_OVERVIEW 2064 +#define IDS_TUTORIAL_TASK_BEACON_PURPOSE 2065 +#define IDS_TUTORIAL_TASK_DONKEY_OVERVIEW 2066 +#define IDS_TUTORIAL_TASK_FIREWORK_CRAFTING 2067 +#define IDS_TUTORIAL_TASK_FIREWORK_CUSTOMISE 2068 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_ADV_COLOUR 2069 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_ADV_EFFECT 2070 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_ADV_FADE 2071 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_ADV_SHAPE 2072 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_ADV_START 2073 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_BASIC_CRAFT 2074 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_BASIC_HEIGHT 2075 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_BASIC_STARS 2076 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_BASIC_START 2077 +#define IDS_TUTORIAL_TASK_FIREWORK_MENU_OVERVIEW 2078 +#define IDS_TUTORIAL_TASK_FIREWORK_OVERVIEW 2079 +#define IDS_TUTORIAL_TASK_FIREWORK_PURPOSE 2080 +#define IDS_TUTORIAL_TASK_HOPPER_AREA 2081 +#define IDS_TUTORIAL_TASK_HOPPER_CONTAINERS 2082 +#define IDS_TUTORIAL_TASK_HOPPER_MECHANICS 2083 +#define IDS_TUTORIAL_TASK_HOPPER_OUTPUT 2084 +#define IDS_TUTORIAL_TASK_HOPPER_OVERVIEW 2085 +#define IDS_TUTORIAL_TASK_HOPPER_PURPOSE 2086 +#define IDS_TUTORIAL_TASK_HOPPER_REDSTONE 2087 +#define IDS_TUTORIAL_TASK_HORSE_BREEDING 2088 +#define IDS_TUTORIAL_TASK_HORSE_INTRO 2089 +#define IDS_TUTORIAL_TASK_HORSE_MENU_EQUIPMENT 2090 +#define IDS_TUTORIAL_TASK_HORSE_MENU_LAYOUT 2091 +#define IDS_TUTORIAL_TASK_HORSE_MENU_OVERVIEW 2092 +#define IDS_TUTORIAL_TASK_HORSE_MENU_SADDLEBAGS 2093 +#define IDS_TUTORIAL_TASK_HORSE_OVERVIEW 2094 +#define IDS_TUTORIAL_TASK_HORSE_PURPOSE 2095 +#define IDS_TUTORIAL_TASK_HORSE_RIDE 2096 +#define IDS_TUTORIAL_TASK_HORSE_SADDLEBAGS 2097 +#define IDS_TUTORIAL_TASK_HORSE_SADDLES 2098 +#define IDS_TUTORIAL_TASK_HORSE_TAMING 2099 +#define IDS_TUTORIAL_TASK_HORSE_TAMING2 2100 +#define IDS_TUTORIAL_TASK_MULE_OVERVIEW 2101 diff --git a/Minecraft.World/Boat.cpp b/Minecraft.World/Boat.cpp index 157f8842..b8e138e1 100644 --- a/Minecraft.World/Boat.cpp +++ b/Minecraft.World/Boat.cpp @@ -48,6 +48,35 @@ bool Boat::makeStepSound() return false; } +void Boat::checkFallDamage(int result, int onGround, double ya) +{ + if (fallDistance <= 3.0) return; + + if ( !onGround ) + { + int t = level->getTile(x, (floor(y) - 1.0), z); + if ((!t || Tile::tiles[t]->material != Material::water) && ya < 0.0 ) + fallDistance -= ya; + + return; + } + causeFallDamage(fallDistance); + if (!level->isClientSide && !removed) + { + remove(); + for (int i = 0; i < 3; i++) + { + spawnAtLocation(Tile::wood_Id, 1, 0); + } + for (int i = 0; i < 2; i++) + { + spawnAtLocation(Item::stick->id, 1, 0); + } + } + + fallDistance = 0.0; +} + void Boat::defineSynchedData() { entityData->define(DATA_ID_HURT, 0); diff --git a/Minecraft.World/Boat.h b/Minecraft.World/Boat.h index 55586eeb..5edf64e0 100644 --- a/Minecraft.World/Boat.h +++ b/Minecraft.World/Boat.h @@ -36,6 +36,7 @@ public: Boat(Level *level); protected: + virtual void checkFallDamage(int result, int onGround, double ya); virtual bool makeStepSound(); virtual void defineSynchedData(); diff --git a/Minecraft.World/Item.cpp b/Minecraft.World/Item.cpp index ad03efcc..f1c0ffe6 100644 --- a/Minecraft.World/Item.cpp +++ b/Minecraft.World/Item.cpp @@ -473,27 +473,106 @@ void Item::staticCtor() Item::potatoBaked = (new FoodItem(137, 6, FoodConstants::FOOD_SATURATION_NORMAL, false)) ->setIconName(L"potatoBaked")->setDescriptionId(IDS_ITEM_POTATO_BAKED)->setUseDescriptionId(IDS_DESC_POTATO_BAKED); Item::potatoPoisonous = (new FoodItem(138, 2, FoodConstants::FOOD_SATURATION_LOW, false)) ->setEatEffect(MobEffect::poison->id, 5, 0, .6f)->setIconName(L"potatoPoisonous")->setDescriptionId(IDS_ITEM_POTATO_POISONOUS)->setUseDescriptionId(IDS_DESC_POTATO_POISONOUS); - Item::emptyMap = (EmptyMapItem *) (new EmptyMapItem(139))->setIconName(L"map_empty")->setBaseItemTypeAndMaterial(eBaseItemType_pockettool, eMaterial_map)->setDescriptionId(IDS_ITEM_MAP_EMPTY)->setUseDescriptionId(IDS_DESC_MAP_EMPTY); + Item::emptyMap = (EmptyMapItem *) (new EmptyMapItem(139)); + Item::emptyMap->setIconName(L"map_empty"); + Item::emptyMap->setBaseItemTypeAndMaterial(eBaseItemType_pockettool, eMaterial_map); + Item::emptyMap->setDescriptionId(IDS_ITEM_MAP_EMPTY); + Item::emptyMap->setUseDescriptionId(IDS_DESC_MAP_EMPTY); - Item::carrotGolden = (new FoodItem(140, 6, FoodConstants::FOOD_SATURATION_SUPERNATURAL, false)) ->setBaseItemTypeAndMaterial(eBaseItemType_giltFruit, eMaterial_carrot)->setIconName(L"carrotGolden")->setPotionBrewingFormula(PotionBrewing::MOD_GOLDENCARROT)->setDescriptionId(IDS_ITEM_CARROT_GOLDEN)->setUseDescriptionId(IDS_DESC_CARROT_GOLDEN); + Item::carrotGolden = (new FoodItem(140, 6, FoodConstants::FOOD_SATURATION_SUPERNATURAL, false)); + Item::carrotGolden->setBaseItemTypeAndMaterial(eBaseItemType_giltFruit, eMaterial_carrot); + Item::carrotGolden->setIconName(L"carrotGolden"); + Item::carrotGolden->setPotionBrewingFormula(PotionBrewing::MOD_GOLDENCARROT); + Item::carrotGolden->setDescriptionId(IDS_ITEM_CARROT_GOLDEN); + Item::carrotGolden->setUseDescriptionId(IDS_DESC_CARROT_GOLDEN); - Item::carrotOnAStick = (new CarrotOnAStickItem(142)) ->setBaseItemTypeAndMaterial(eBaseItemType_rod, eMaterial_carrot)->setIconName(L"carrotOnAStick")->setDescriptionId(IDS_ITEM_CARROT_ON_A_STICK)->setUseDescriptionId(IDS_DESC_CARROT_ON_A_STICK); - Item::netherStar = (new SimpleFoiledItem(143)) ->setIconName(L"nether_star")->setDescriptionId(IDS_NETHER_STAR)->setUseDescriptionId(IDS_DESC_NETHER_STAR); - Item::pumpkinPie = (new FoodItem(144, 8, FoodConstants::FOOD_SATURATION_LOW, false)) ->setIconName(L"pumpkinPie")->setDescriptionId(IDS_ITEM_PUMPKIN_PIE)->setUseDescriptionId(IDS_DESC_PUMPKIN_PIE); - Item::fireworks = (new FireworksItem(145)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_fireworks, Item::eMaterial_undefined)->setIconName(L"fireworks")->setDescriptionId(IDS_FIREWORKS)->setUseDescriptionId(IDS_DESC_FIREWORKS); - Item::fireworksCharge = (new FireworksChargeItem(146)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_fireworks, Item::eMaterial_undefined)->setIconName(L"fireworks_charge")->setDescriptionId(IDS_FIREWORKS_CHARGE)->setUseDescriptionId(IDS_DESC_FIREWORKS_CHARGE); - EnchantedBookItem::enchantedBook = (EnchantedBookItem *)(new EnchantedBookItem(147)) ->setMaxStackSize(1)->setIconName(L"enchantedBook")->setDescriptionId(IDS_ITEM_ENCHANTED_BOOK)->setUseDescriptionId(IDS_DESC_ENCHANTED_BOOK); - Item::comparator = (new TilePlanterItem(148, Tile::comparator_off)) ->setIconName(L"comparator")->setDescriptionId(IDS_ITEM_COMPARATOR)->setUseDescriptionId(IDS_DESC_COMPARATOR); - Item::netherbrick = (new Item(149)) ->setIconName(L"netherbrick")->setDescriptionId(IDS_ITEM_NETHERBRICK)->setUseDescriptionId(IDS_DESC_ITEM_NETHERBRICK); - Item::netherQuartz = (new Item(150)) ->setIconName(L"netherquartz")->setDescriptionId(IDS_ITEM_NETHER_QUARTZ)->setUseDescriptionId(IDS_DESC_NETHER_QUARTZ); - Item::minecart_tnt = (new MinecartItem(151, Minecart::TYPE_TNT)) ->setIconName(L"minecart_tnt")->setDescriptionId(IDS_ITEM_MINECART_TNT)->setUseDescriptionId(IDS_DESC_MINECART_TNT); - Item::minecart_hopper = (new MinecartItem(152, Minecart::TYPE_HOPPER)) ->setIconName(L"minecart_hopper")->setDescriptionId(IDS_ITEM_MINECART_HOPPER)->setUseDescriptionId(IDS_DESC_MINECART_HOPPER); + Item::carrotOnAStick = (new CarrotOnAStickItem(142)); + Item::carrotOnAStick->setBaseItemTypeAndMaterial(eBaseItemType_rod, eMaterial_carrot); + Item::carrotOnAStick->setIconName(L"carrotOnAStick"); + Item::carrotOnAStick->setDescriptionId(IDS_ITEM_CARROT_ON_A_STICK); + Item::carrotOnAStick->setUseDescriptionId(IDS_DESC_CARROT_ON_A_STICK); - Item::horseArmorMetal = (new Item(161)) ->setIconName(L"iron_horse_armor")->setMaxStackSize(1)->setDescriptionId(IDS_ITEM_IRON_HORSE_ARMOR)->setUseDescriptionId(IDS_DESC_IRON_HORSE_ARMOR); - Item::horseArmorGold = (new Item(162)) ->setIconName(L"gold_horse_armor")->setMaxStackSize(1)->setDescriptionId(IDS_ITEM_GOLD_HORSE_ARMOR)->setUseDescriptionId(IDS_DESC_GOLD_HORSE_ARMOR); - Item::horseArmorDiamond = (new Item(163)) ->setIconName(L"diamond_horse_armor")->setMaxStackSize(1)->setDescriptionId(IDS_ITEM_DIAMOND_HORSE_ARMOR)->setUseDescriptionId(IDS_DESC_DIAMOND_HORSE_ARMOR); - Item::lead = (new LeashItem(164)) ->setBaseItemTypeAndMaterial(eBaseItemType_pockettool, eMaterial_undefined)->setIconName(L"lead")->setDescriptionId(IDS_ITEM_LEAD)->setUseDescriptionId(IDS_DESC_LEAD); - Item::nameTag = (new NameTagItem(165)) ->setIconName(L"name_tag")->setDescriptionId(IDS_ITEM_NAME_TAG)->setUseDescriptionId(IDS_DESC_NAME_TAG);} + Item::netherStar = (new SimpleFoiledItem(143)); + Item::netherStar->setIconName(L"nether_star"); + Item::netherStar->setDescriptionId(IDS_NETHER_STAR); + Item::netherStar->setUseDescriptionId(IDS_DESC_NETHER_STAR); + + Item::pumpkinPie = (new FoodItem(144, 8, FoodConstants::FOOD_SATURATION_LOW, false)); + Item::pumpkinPie->setIconName(L"pumpkinPie"); + Item::pumpkinPie->setDescriptionId(IDS_ITEM_PUMPKIN_PIE); + Item::pumpkinPie->setUseDescriptionId(IDS_DESC_PUMPKIN_PIE); + + Item::fireworks = (new FireworksItem(145)); + Item::fireworks->setBaseItemTypeAndMaterial(Item::eBaseItemType_fireworks, Item::eMaterial_undefined); + Item::fireworks->setIconName(L"fireworks"); + Item::fireworks->setDescriptionId(IDS_FIREWORKS); + Item::fireworks->setUseDescriptionId(IDS_DESC_FIREWORKS); + + Item::fireworksCharge = (new FireworksChargeItem(146)); + Item::fireworksCharge->setBaseItemTypeAndMaterial(Item::eBaseItemType_fireworks, Item::eMaterial_undefined); + Item::fireworksCharge->setIconName(L"fireworks_charge"); + Item::fireworksCharge->setDescriptionId(IDS_FIREWORKS_CHARGE); + Item::fireworksCharge->setUseDescriptionId(IDS_DESC_FIREWORKS_CHARGE); + + EnchantedBookItem::enchantedBook = (EnchantedBookItem *)(new EnchantedBookItem(147)); + EnchantedBookItem::enchantedBook->setMaxStackSize(1); + EnchantedBookItem::enchantedBook->setIconName(L"enchantedBook"); + EnchantedBookItem::enchantedBook->setDescriptionId(IDS_ITEM_ENCHANTED_BOOK); + EnchantedBookItem::enchantedBook->setUseDescriptionId(IDS_DESC_ENCHANTED_BOOK); + + Item::comparator = (new TilePlanterItem(148, Tile::comparator_off)); + Item::comparator->setIconName(L"comparator"); + Item::comparator->setDescriptionId(IDS_ITEM_COMPARATOR); + Item::comparator->setUseDescriptionId(IDS_DESC_COMPARATOR); + + Item::netherbrick = (new Item(149)); + Item::netherbrick->setIconName(L"netherbrick"); + Item::netherbrick->setDescriptionId(IDS_ITEM_NETHERBRICK); + Item::netherbrick->setUseDescriptionId(IDS_DESC_ITEM_NETHERBRICK); + + Item::netherQuartz = (new Item(150)); + Item::netherQuartz->setIconName(L"netherquartz"); + Item::netherQuartz->setDescriptionId(IDS_ITEM_NETHER_QUARTZ); + Item::netherQuartz->setUseDescriptionId(IDS_DESC_NETHER_QUARTZ); + + Item::minecart_tnt = (new MinecartItem(151, Minecart::TYPE_TNT)); + Item::minecart_tnt->setIconName(L"minecart_tnt"); + Item::minecart_tnt->setDescriptionId(IDS_ITEM_MINECART_TNT); + Item::minecart_tnt->setUseDescriptionId(IDS_DESC_MINECART_TNT); + + Item::minecart_hopper = (new MinecartItem(152, Minecart::TYPE_HOPPER)); + Item::minecart_hopper->setIconName(L"minecart_hopper"); + Item::minecart_hopper->setDescriptionId(IDS_ITEM_MINECART_HOPPER); + Item::minecart_hopper->setUseDescriptionId(IDS_DESC_MINECART_HOPPER); + + Item::horseArmorMetal = (new Item(161)); + Item::horseArmorMetal->setIconName(L"iron_horse_armor"); + Item::horseArmorMetal->setMaxStackSize(1); + Item::horseArmorMetal->setDescriptionId(IDS_ITEM_IRON_HORSE_ARMOR); + Item::horseArmorMetal->setUseDescriptionId(IDS_DESC_IRON_HORSE_ARMOR); + + Item::horseArmorGold = (new Item(162)); + Item::horseArmorGold->setIconName(L"gold_horse_armor"); + Item::horseArmorGold->setMaxStackSize(1); + Item::horseArmorGold->setDescriptionId(IDS_ITEM_GOLD_HORSE_ARMOR); + Item::horseArmorGold->setUseDescriptionId(IDS_DESC_GOLD_HORSE_ARMOR); + + Item::horseArmorDiamond = (new Item(163)); + Item::horseArmorDiamond->setIconName(L"diamond_horse_armor"); + Item::horseArmorDiamond->setMaxStackSize(1); + Item::horseArmorDiamond->setDescriptionId(IDS_ITEM_DIAMOND_HORSE_ARMOR); + Item::horseArmorDiamond->setUseDescriptionId(IDS_DESC_DIAMOND_HORSE_ARMOR); + + Item::lead = (new LeashItem(164)); + Item::lead->setBaseItemTypeAndMaterial(eBaseItemType_pockettool, eMaterial_undefined); + Item::lead->setIconName(L"lead"); + Item::lead->setDescriptionId(IDS_ITEM_LEAD); + Item::lead->setUseDescriptionId(IDS_DESC_LEAD); + + Item::nameTag = (new NameTagItem(165)); + Item::nameTag->setIconName(L"name_tag"); + Item::nameTag->setDescriptionId(IDS_ITEM_NAME_TAG); + Item::nameTag->setUseDescriptionId(IDS_DESC_NAME_TAG);} // 4J Stu - We need to do this after the staticCtor AND after staticCtors for other class diff --git a/Minecraft.World/ItemInstance.cpp b/Minecraft.World/ItemInstance.cpp index 2e6be408..1c11d45e 100644 --- a/Minecraft.World/ItemInstance.cpp +++ b/Minecraft.World/ItemInstance.cpp @@ -110,12 +110,22 @@ Item *ItemInstance::getItem() const Icon *ItemInstance::getIcon() { - return getItem()->getIcon(shared_from_this()); + Item *item = getItem(); + if(item != NULL) + { + return item->getIcon(shared_from_this()); + } + return NULL; } int ItemInstance::getIconType() { - return getItem()->getIconType(); + Item *item = getItem(); + if(item != NULL) + { + return item->getIconType(); + } + return 0; } bool ItemInstance::useOn(shared_ptr player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly) @@ -555,6 +565,7 @@ vector *ItemInstance::getHoverText(shared_ptr player, bool a { vector *lines = new vector(); Item *item = Item::items[id]; + HtmlString title = HtmlString(getHoverName()); if (hasCustomHoverName()) @@ -562,38 +573,12 @@ vector *ItemInstance::getHoverText(shared_ptr player, bool a title.italics = true; } - // 4J: This is for showing aux values, not useful in console version - /* - if (advanced) - { - wstring suffix = L""; - - if (title.length() > 0) - { - title += L" ("; - suffix = L")"; - } - - if (isStackedByData()) - { - title += String.format("#%04d/%d%s", id, auxValue, suffix); - } - else - { - title += String.format("#%04d%s", id, suffix); - } - } - else if (!hasCustomHoverName() && id == Item::map_Id) - */ - - /*if (!hasCustomHoverName() && id == Item::map_Id) - { - title.text += L" #" + _toString(auxValue); - }*/ - lines->push_back(title); - item->appendHoverText(shared_from_this(), player, lines, advanced); + if(item != NULL) + { + item->appendHoverText(shared_from_this(), player, lines, advanced); + } if (hasTag()) { @@ -688,7 +673,10 @@ vector *ItemInstance::getHoverTextOnly(shared_ptr player, bo vector *lines = new vector(); Item *item = Item::items[id]; - item->appendHoverText(shared_from_this(), player, lines, advanced); + if(item != NULL) + { + item->appendHoverText(shared_from_this(), player, lines, advanced); + } if (hasTag()) { @@ -718,12 +706,19 @@ bool ItemInstance::isFoil() const Rarity *ItemInstance::getRarity() { - return getItem()->getRarity(shared_from_this()); + Item *item = getItem(); + if(item != NULL) + { + return item->getRarity(shared_from_this()); + } + return Rarity::common; } bool ItemInstance::isEnchantable() { - if (!getItem()->isEnchantable(shared_from_this())) return false; + Item *item = getItem(); + if(item == NULL) return false; + if (!item->isEnchantable(shared_from_this())) return false; if (isEnchanted()) return false; return true; } @@ -816,7 +811,15 @@ attrAttrModMap *ItemInstance::getAttributeModifiers() } else { - result = getItem()->getDefaultAttributeModifiers(); + Item *item = getItem(); + if(item != NULL) + { + result = item->getDefaultAttributeModifiers(); + } + else + { + result = new attrAttrModMap(); + } } return result; diff --git a/Minecraft.World/Minecraft.World.vcxproj b/Minecraft.World/Minecraft.World.vcxproj index 4169c2d7..a599401f 100644 --- a/Minecraft.World/Minecraft.World.vcxproj +++ b/Minecraft.World/Minecraft.World.vcxproj @@ -884,8 +884,7 @@ false $(OutDir)$(ProjectName).pch MultiThreaded - _DEBUG_MENUS_ENABLED;NDEBUG;_XBOX;_LIB;%(PreprocessorDefinitions);PROFILE - Disabled + _ITERATOR_DEBUG_LEVEL=0;NDEBUG;_XBOX;_LIB;%(PreprocessorDefinitions) true false false @@ -910,8 +909,7 @@ false $(OutDir)$(ProjectName).pch MultiThreaded - _DEBUG_MENUS_ENABLED;NDEBUG;_XBOX;_LIB;%(PreprocessorDefinitions);PROFILE - Disabled + _DEBUG_MENUS_ENABLED;NDEBUG;_XBOX;_LIB;%(PreprocessorDefinitions) true false false diff --git a/Minecraft.World/MobEffect.cpp b/Minecraft.World/MobEffect.cpp index 18b20da4..186d4f38 100644 --- a/Minecraft.World/MobEffect.cpp +++ b/Minecraft.World/MobEffect.cpp @@ -62,14 +62,48 @@ void MobEffect::staticCtor() waterBreathing = (new MobEffect(13, false, eMinecraftColour_Effect_WaterBreathing)) ->setDescriptionId(IDS_POTION_WATERBREATHING) ->setPostfixDescriptionId(IDS_POTION_WATERBREATHING_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_WaterBreathing); //->setIcon(0, 2); invisibility = (new MobEffect(14, false, eMinecraftColour_Effect_Invisiblity)) ->setDescriptionId(IDS_POTION_INVISIBILITY) ->setPostfixDescriptionId(IDS_POTION_INVISIBILITY_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_Invisiblity); //->setIcon(0, 1); blindness = (new MobEffect(15, true, eMinecraftColour_Effect_Blindness)) ->setDescriptionId(IDS_POTION_BLINDNESS) ->setPostfixDescriptionId(IDS_POTION_BLINDNESS_POSTFIX)->setDurationModifier(.25)->setIcon(MobEffect::e_MobEffectIcon_Blindness); //->setIcon(5, 1); - nightVision = (new MobEffect(16, false, eMinecraftColour_Effect_NightVision)) ->setDescriptionId(IDS_POTION_NIGHTVISION) ->setPostfixDescriptionId(IDS_POTION_NIGHTVISION_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_NightVision); //->setIcon(4, 1); - hunger = (new MobEffect(17, true, eMinecraftColour_Effect_Hunger)) ->setDescriptionId(IDS_POTION_HUNGER) ->setPostfixDescriptionId(IDS_POTION_HUNGER_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_Hunger); //->setIcon(1, 1); - weakness = (new AttackDamageMobEffect(18, true, eMinecraftColour_Effect_Weakness)) ->setDescriptionId(IDS_POTION_WEAKNESS) ->setPostfixDescriptionId(IDS_POTION_WEAKNESS_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_Weakness)->addAttributeModifier(SharedMonsterAttributes::ATTACK_DAMAGE, eModifierId_POTION_WEAKNESS, 2, AttributeModifier::OPERATION_ADDITION); //->setIcon(5, 0); - poison = (new MobEffect(19, true, eMinecraftColour_Effect_Poison)) ->setDescriptionId(IDS_POTION_POISON) ->setPostfixDescriptionId(IDS_POTION_POISON_POSTFIX)->setDurationModifier(.25)->setIcon(MobEffect::e_MobEffectIcon_Poison); //->setIcon(6, 0); - wither = (new MobEffect(20, true, eMinecraftColour_Effect_Wither)) ->setDescriptionId(IDS_POTION_WITHER) ->setPostfixDescriptionId(IDS_POTION_WITHER_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_Wither)->setDurationModifier(.25); - healthBoost = (new HealthBoostMobEffect(21, false, eMinecraftColour_Effect_HealthBoost)) ->setDescriptionId(IDS_POTION_HEALTHBOOST) ->setPostfixDescriptionId(IDS_POTION_HEALTHBOOST_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_HealthBoost)->addAttributeModifier(SharedMonsterAttributes::MAX_HEALTH, eModifierId_POTION_HEALTHBOOST, 4, AttributeModifier::OPERATION_ADDITION); - absorption = (new AbsoptionMobEffect(22, false, eMinecraftColour_Effect_Absoprtion)) ->setDescriptionId(IDS_POTION_ABSORPTION) ->setPostfixDescriptionId(IDS_POTION_ABSORPTION_POSTFIX)->setIcon(MobEffect::e_MobEffectIcon_Absorption); - saturation = (new InstantenousMobEffect(23, false, eMinecraftColour_Effect_Saturation)) ->setDescriptionId(IDS_POTION_SATURATION) ->setPostfixDescriptionId(IDS_POTION_SATURATION_POSTFIX); + nightVision = (new MobEffect(16, false, eMinecraftColour_Effect_NightVision)); + nightVision->setDescriptionId(IDS_POTION_NIGHTVISION); + nightVision->setPostfixDescriptionId(IDS_POTION_NIGHTVISION_POSTFIX); + nightVision->setIcon(MobEffect::e_MobEffectIcon_NightVision); + + hunger = (new MobEffect(17, true, eMinecraftColour_Effect_Hunger)); + hunger->setDescriptionId(IDS_POTION_HUNGER); + hunger->setPostfixDescriptionId(IDS_POTION_HUNGER_POSTFIX); + hunger->setIcon(MobEffect::e_MobEffectIcon_Hunger); + + weakness = (new AttackDamageMobEffect(18, true, eMinecraftColour_Effect_Weakness)); + weakness->setDescriptionId(IDS_POTION_WEAKNESS); + weakness->setPostfixDescriptionId(IDS_POTION_WEAKNESS_POSTFIX); + weakness->setIcon(MobEffect::e_MobEffectIcon_Weakness); + weakness->addAttributeModifier(SharedMonsterAttributes::ATTACK_DAMAGE, eModifierId_POTION_WEAKNESS, 2, AttributeModifier::OPERATION_ADDITION); + + poison = (new MobEffect(19, true, eMinecraftColour_Effect_Poison)); + poison->setDescriptionId(IDS_POTION_POISON); + poison->setPostfixDescriptionId(IDS_POTION_POISON_POSTFIX); + poison->setDurationModifier(.25); + poison->setIcon(MobEffect::e_MobEffectIcon_Poison); + + wither = (new MobEffect(20, true, eMinecraftColour_Effect_Wither)); + wither->setDescriptionId(IDS_POTION_WITHER); + wither->setPostfixDescriptionId(IDS_POTION_WITHER_POSTFIX); + wither->setIcon(MobEffect::e_MobEffectIcon_Wither); + wither->setDurationModifier(.25); + + healthBoost = (new HealthBoostMobEffect(21, false, eMinecraftColour_Effect_HealthBoost)); + healthBoost->setDescriptionId(IDS_POTION_HEALTHBOOST); + healthBoost->setPostfixDescriptionId(IDS_POTION_HEALTHBOOST_POSTFIX); + healthBoost->setIcon(MobEffect::e_MobEffectIcon_HealthBoost); + healthBoost->addAttributeModifier(SharedMonsterAttributes::MAX_HEALTH, eModifierId_POTION_HEALTHBOOST, 4, AttributeModifier::OPERATION_ADDITION); + + absorption = (new AbsoptionMobEffect(22, false, eMinecraftColour_Effect_Absoprtion)); + absorption->setDescriptionId(IDS_POTION_ABSORPTION); + absorption->setPostfixDescriptionId(IDS_POTION_ABSORPTION_POSTFIX); + absorption->setIcon(MobEffect::e_MobEffectIcon_Absorption); + + saturation = (new InstantenousMobEffect(23, false, eMinecraftColour_Effect_Saturation)); + saturation->setDescriptionId(IDS_POTION_SATURATION); + saturation->setPostfixDescriptionId(IDS_POTION_SATURATION_POSTFIX); reserved_24 = NULL; reserved_25 = NULL; reserved_26 = NULL; diff --git a/Minecraft.World/Tile.cpp b/Minecraft.World/Tile.cpp index c401fc8f..27ea69fd 100644 --- a/Minecraft.World/Tile.cpp +++ b/Minecraft.World/Tile.cpp @@ -358,35 +358,213 @@ void Tile::staticCtor() Tile::glowstone = (new Glowstonetile(89, Material::glass)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_torch, Item::eMaterial_glowstone)->setDestroyTime(0.3f)->setSoundType(Tile::SOUND_GLASS)->setLightEmission(1.0f)->setIconName(L"glowstone")->setDescriptionId(IDS_TILE_LIGHT_GEM)->setUseDescriptionId(IDS_DESC_GLOWSTONE); Tile::portalTile = (PortalTile *) ((new PortalTile(90)) ->setDestroyTime(-1)->setSoundType(Tile::SOUND_GLASS)->setLightEmission(0.75f))->setIconName(L"portal")->setDescriptionId(IDS_TILE_PORTAL)->setUseDescriptionId(IDS_DESC_PORTAL); - Tile::litPumpkin = (new PumpkinTile(91, true)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_torch, Item::eMaterial_pumpkin)->setDestroyTime(1.0f)->setSoundType(Tile::SOUND_WOOD)->setLightEmission(1.0f)->setIconName(L"pumpkin")->setDescriptionId(IDS_TILE_LIT_PUMPKIN)->sendTileData()->setUseDescriptionId(IDS_DESC_JACKOLANTERN); - Tile::cake = (new CakeTile(92)) ->setDestroyTime(0.5f)->setSoundType(Tile::SOUND_CLOTH)->setIconName(L"cake")->setDescriptionId(IDS_TILE_CAKE)->setNotCollectStatistics()->sendTileData()->setUseDescriptionId(IDS_DESC_CAKE); - Tile::diode_off = (RepeaterTile *)(new RepeaterTile(93, false)) ->setDestroyTime(0.0f)->setSoundType(Tile::SOUND_WOOD)->setIconName(L"repeater_off")->setDescriptionId(IDS_ITEM_DIODE)->setNotCollectStatistics()->sendTileData()->setUseDescriptionId(IDS_DESC_REDSTONEREPEATER)->disableMipmap(); - Tile::diode_on = (RepeaterTile *)(new RepeaterTile(94, true)) ->setDestroyTime(0.0f)->setLightEmission(10 / 16.0f)->setSoundType(Tile::SOUND_WOOD)->setIconName(L"repeater_on")->setDescriptionId(IDS_ITEM_DIODE)->setNotCollectStatistics()->sendTileData()->setUseDescriptionId(IDS_DESC_REDSTONEREPEATER)->disableMipmap(); - Tile::stained_glass = (new StainedGlassBlock(95, Material::glass))->setBaseItemTypeAndMaterial(Item::eBaseItemType_glass, Item::eMaterial_glass)->setDestroyTime(0.3f)->setSoundType(SOUND_GLASS)->setIconName(L"glass")->setDescriptionId(IDS_TILE_STAINED_GLASS)->setUseDescriptionId(IDS_DESC_STAINED_GLASS); - Tile::trapdoor = (new TrapDoorTile(96, Material::wood)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_door, Item::eMaterial_trap)->setDestroyTime(3.0f)->setSoundType(Tile::SOUND_WOOD)->setIconName(L"trapdoor")->setDescriptionId(IDS_TILE_TRAPDOOR)->setNotCollectStatistics()->sendTileData()->setUseDescriptionId(IDS_DESC_TRAPDOOR); - Tile::monsterStoneEgg = (new StoneMonsterTile(97)) ->setDestroyTime(0.75f)->setIconName(L"monsterStoneEgg")->setDescriptionId(IDS_TILE_STONE_SILVERFISH)->setUseDescriptionId(IDS_DESC_STONE_SILVERFISH); - Tile::stoneBrick = (new SmoothStoneBrickTile(98)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_structblock, Item::eMaterial_stoneSmooth)->setDestroyTime(1.5f)->setExplodeable(10)->setSoundType(SOUND_STONE)->setIconName(L"stonebrick")->setDescriptionId(IDS_TILE_STONE_BRICK_SMOOTH)->setUseDescriptionId(IDS_DESC_STONE_BRICK_SMOOTH); - Tile::hugeMushroom_brown = (new HugeMushroomTile(99, Material::wood, HugeMushroomTile::MUSHROOM_TYPE_BROWN)) ->setDestroyTime(0.2f)->setSoundType(SOUND_WOOD)->setIconName(L"mushroom_block")->setDescriptionId(IDS_TILE_HUGE_MUSHROOM_1)->setUseDescriptionId(IDS_DESC_MUSHROOM)->sendTileData(); - Tile::hugeMushroom_red = (new HugeMushroomTile(100, Material::wood, HugeMushroomTile::MUSHROOM_TYPE_RED)) ->setDestroyTime(0.2f)->setSoundType(SOUND_WOOD)->setIconName(L"mushroom_block")->setDescriptionId(IDS_TILE_HUGE_MUSHROOM_2)->setUseDescriptionId(IDS_DESC_MUSHROOM)->sendTileData(); + Tile::litPumpkin = (new PumpkinTile(91, true)); + Tile::litPumpkin->setBaseItemTypeAndMaterial(Item::eBaseItemType_torch, Item::eMaterial_pumpkin); + Tile::litPumpkin->setDestroyTime(1.0f); + Tile::litPumpkin->setSoundType(Tile::SOUND_WOOD); + Tile::litPumpkin->setLightEmission(1.0f); + Tile::litPumpkin->setIconName(L"pumpkin"); + Tile::litPumpkin->setDescriptionId(IDS_TILE_LIT_PUMPKIN); + Tile::litPumpkin->sendTileData(); + Tile::litPumpkin->setUseDescriptionId(IDS_DESC_JACKOLANTERN); + + Tile::cake = (new CakeTile(92)); + Tile::cake->setDestroyTime(0.5f); + Tile::cake->setSoundType(Tile::SOUND_CLOTH); + Tile::cake->setIconName(L"cake"); + Tile::cake->setDescriptionId(IDS_TILE_CAKE); + Tile::cake->setNotCollectStatistics(); + Tile::cake->sendTileData(); + Tile::cake->setUseDescriptionId(IDS_DESC_CAKE); + + Tile::diode_off = (RepeaterTile *)(new RepeaterTile(93, false)); + Tile::diode_off->setDestroyTime(0.0f); + Tile::diode_off->setSoundType(Tile::SOUND_WOOD); + Tile::diode_off->setIconName(L"repeater_off"); + Tile::diode_off->setDescriptionId(IDS_ITEM_DIODE); + Tile::diode_off->setNotCollectStatistics(); + Tile::diode_off->sendTileData(); + Tile::diode_off->setUseDescriptionId(IDS_DESC_REDSTONEREPEATER); + Tile::diode_off->disableMipmap(); + + Tile::diode_on = (RepeaterTile *)(new RepeaterTile(94, true)); + Tile::diode_on->setDestroyTime(0.0f); + Tile::diode_on->setLightEmission(10 / 16.0f); + Tile::diode_on->setSoundType(Tile::SOUND_WOOD); + Tile::diode_on->setIconName(L"repeater_on"); + Tile::diode_on->setDescriptionId(IDS_ITEM_DIODE); + Tile::diode_on->setNotCollectStatistics(); + Tile::diode_on->sendTileData(); + Tile::diode_on->setUseDescriptionId(IDS_DESC_REDSTONEREPEATER); + Tile::diode_on->disableMipmap(); + + Tile::stained_glass = (new StainedGlassBlock(95, Material::glass)); + Tile::stained_glass->setBaseItemTypeAndMaterial(Item::eBaseItemType_glass, Item::eMaterial_glass); + Tile::stained_glass->setDestroyTime(0.3f); + Tile::stained_glass->setSoundType(SOUND_GLASS); + Tile::stained_glass->setIconName(L"glass"); + Tile::stained_glass->setDescriptionId(IDS_TILE_STAINED_GLASS); + Tile::stained_glass->setUseDescriptionId(IDS_DESC_STAINED_GLASS); + + Tile::trapdoor = (new TrapDoorTile(96, Material::wood)); + Tile::trapdoor->setBaseItemTypeAndMaterial(Item::eBaseItemType_door, Item::eMaterial_trap); + Tile::trapdoor->setDestroyTime(3.0f); + Tile::trapdoor->setSoundType(Tile::SOUND_WOOD); + Tile::trapdoor->setIconName(L"trapdoor"); + Tile::trapdoor->setDescriptionId(IDS_TILE_TRAPDOOR); + Tile::trapdoor->setNotCollectStatistics(); + Tile::trapdoor->sendTileData(); + Tile::trapdoor->setUseDescriptionId(IDS_DESC_TRAPDOOR); + + Tile::monsterStoneEgg = (new StoneMonsterTile(97)); + Tile::monsterStoneEgg->setDestroyTime(0.75f); + Tile::monsterStoneEgg->setIconName(L"monsterStoneEgg"); + Tile::monsterStoneEgg->setDescriptionId(IDS_TILE_STONE_SILVERFISH); + Tile::monsterStoneEgg->setUseDescriptionId(IDS_DESC_STONE_SILVERFISH); + + Tile::stoneBrick = (new SmoothStoneBrickTile(98)); + Tile::stoneBrick->setBaseItemTypeAndMaterial(Item::eBaseItemType_structblock, Item::eMaterial_stoneSmooth); + Tile::stoneBrick->setDestroyTime(1.5f); + Tile::stoneBrick->setExplodeable(10); + Tile::stoneBrick->setSoundType(SOUND_STONE); + Tile::stoneBrick->setIconName(L"stonebrick"); + Tile::stoneBrick->setDescriptionId(IDS_TILE_STONE_BRICK_SMOOTH); + Tile::stoneBrick->setUseDescriptionId(IDS_DESC_STONE_BRICK_SMOOTH); + + Tile::hugeMushroom_brown = (new HugeMushroomTile(99, Material::wood, HugeMushroomTile::MUSHROOM_TYPE_BROWN)); + Tile::hugeMushroom_brown->setDestroyTime(0.2f); + Tile::hugeMushroom_brown->setSoundType(SOUND_WOOD); + Tile::hugeMushroom_brown->setIconName(L"mushroom_block"); + Tile::hugeMushroom_brown->setDescriptionId(IDS_TILE_HUGE_MUSHROOM_1); + Tile::hugeMushroom_brown->setUseDescriptionId(IDS_DESC_MUSHROOM); + Tile::hugeMushroom_brown->sendTileData(); + + Tile::hugeMushroom_red = (new HugeMushroomTile(100, Material::wood, HugeMushroomTile::MUSHROOM_TYPE_RED)); + Tile::hugeMushroom_red->setDestroyTime(0.2f); + Tile::hugeMushroom_red->setSoundType(SOUND_WOOD); + Tile::hugeMushroom_red->setIconName(L"mushroom_block"); + Tile::hugeMushroom_red->setDescriptionId(IDS_TILE_HUGE_MUSHROOM_2); + Tile::hugeMushroom_red->setUseDescriptionId(IDS_DESC_MUSHROOM); + Tile::hugeMushroom_red->sendTileData(); - Tile::ironFence = (new ThinFenceTile(101, L"iron_bars", L"iron_bars", Material::metal, true)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_fence, Item::eMaterial_iron)->setDestroyTime(5.0f)->setExplodeable(10)->setSoundType(SOUND_METAL)->setDescriptionId(IDS_TILE_IRON_FENCE)->setUseDescriptionId(IDS_DESC_IRON_FENCE); - Tile::thinGlass = (new ThinFenceTile(102, L"glass", L"glass_pane_top", Material::glass, false)) ->setDestroyTime(0.3f)->setSoundType(SOUND_GLASS)->setDescriptionId(IDS_TILE_THIN_GLASS)->setUseDescriptionId(IDS_DESC_THIN_GLASS); - Tile::melon = (new MelonTile(103)) ->setDestroyTime(1.0f)->setSoundType(SOUND_WOOD)->setIconName(L"melon")->setDescriptionId(IDS_TILE_MELON)->setUseDescriptionId(IDS_DESC_MELON_BLOCK); - Tile::pumpkinStem = (new StemTile(104, Tile::pumpkin)) ->setDestroyTime(0.0f)->setSoundType(SOUND_WOOD)->setIconName(L"pumpkin_stem")->setDescriptionId(IDS_TILE_PUMPKIN_STEM)->sendTileData(); - Tile::melonStem = (new StemTile(105, Tile::melon)) ->setDestroyTime(0.0f)->setSoundType(SOUND_WOOD)->setIconName(L"melon_stem")->setDescriptionId(IDS_TILE_MELON_STEM)->sendTileData(); - Tile::vine = (new VineTile(106))->setDestroyTime(0.2f) ->setSoundType(SOUND_GRASS)->setIconName(L"vine")->setDescriptionId(IDS_TILE_VINE)->setUseDescriptionId(IDS_DESC_VINE)->sendTileData(); - Tile::fenceGate = (new FenceGateTile(107)) ->setDestroyTime(2.0f)->setExplodeable(5)->setSoundType(SOUND_WOOD)->setIconName(L"fenceGate")->setDescriptionId(IDS_TILE_FENCE_GATE)->sendTileData()->setUseDescriptionId(IDS_DESC_FENCE_GATE); - Tile::stairs_bricks = (new StairTile(108, Tile::redBrick,0)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_brick) ->setIconName(L"stairsBrick")->setDescriptionId(IDS_TILE_STAIRS_BRICKS) ->sendTileData()->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::stairs_stoneBrickSmooth = (new StairTile(109, Tile::stoneBrick,0)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_stoneSmooth)->setIconName(L"stairsStoneBrickSmooth")->setDescriptionId(IDS_TILE_STAIRS_STONE_BRICKS_SMOOTH) ->sendTileData()->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::mycel = (MycelTile *)(new MycelTile(110)) ->setDestroyTime(0.6f)->setSoundType(SOUND_GRASS)->setIconName(L"mycelium")->setDescriptionId(IDS_TILE_MYCEL)->setUseDescriptionId(IDS_DESC_MYCEL); + Tile::ironFence = (new ThinFenceTile(101, L"iron_bars", L"iron_bars", Material::metal, true)); + Tile::ironFence->setBaseItemTypeAndMaterial(Item::eBaseItemType_fence, Item::eMaterial_iron); + Tile::ironFence->setDestroyTime(5.0f); + Tile::ironFence->setExplodeable(10); + Tile::ironFence->setSoundType(SOUND_METAL); + Tile::ironFence->setDescriptionId(IDS_TILE_IRON_FENCE); + Tile::ironFence->setUseDescriptionId(IDS_DESC_IRON_FENCE); - Tile::waterLily = (new WaterlilyTile(111)) ->setDestroyTime(0.0f)->setSoundType(SOUND_GRASS)->setIconName(L"waterlily")->setDescriptionId(IDS_TILE_WATERLILY)->setUseDescriptionId(IDS_DESC_WATERLILY); - Tile::netherBrick = (new Tile(112, Material::stone)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_structblock, Item::eMaterial_netherbrick)->setDestroyTime(2.0f)->setExplodeable(10)->setSoundType(SOUND_STONE)->setIconName(L"nether_brick")->setDescriptionId(IDS_TILE_NETHERBRICK)->setUseDescriptionId(IDS_DESC_NETHERBRICK); - Tile::netherFence = (new FenceTile(113, L"nether_brick", Material::stone)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_fence, Item::eMaterial_netherbrick)->setDestroyTime(2.0f)->setExplodeable(10)->setSoundType(SOUND_STONE)->setDescriptionId(IDS_TILE_NETHERFENCE)->setUseDescriptionId(IDS_DESC_NETHERFENCE); - Tile::stairs_netherBricks = (new StairTile(114, Tile::netherBrick,0)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_netherbrick)->setIconName(L"stairsNetherBrick")->setDescriptionId(IDS_TILE_STAIRS_NETHERBRICK) ->sendTileData()->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::netherStalk = (new NetherWartTile(115)) ->setIconName(L"nether_wart")->setDescriptionId(IDS_TILE_NETHERSTALK)->sendTileData()->setUseDescriptionId(IDS_DESC_NETHERSTALK); - Tile::enchantTable = (new EnchantmentTableTile(116)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_device, Item::eMaterial_magic)->setDestroyTime(5.0f)->setExplodeable(2000)->setIconName(L"enchanting_table")->setDescriptionId(IDS_TILE_ENCHANTMENTTABLE)->setUseDescriptionId(IDS_DESC_ENCHANTMENTTABLE); + Tile::thinGlass = (new ThinFenceTile(102, L"glass", L"glass_pane_top", Material::glass, false)); + Tile::thinGlass->setDestroyTime(0.3f); + Tile::thinGlass->setSoundType(SOUND_GLASS); + Tile::thinGlass->setDescriptionId(IDS_TILE_THIN_GLASS); + Tile::thinGlass->setUseDescriptionId(IDS_DESC_THIN_GLASS); + + Tile::melon = (new MelonTile(103)); + Tile::melon->setDestroyTime(1.0f); + Tile::melon->setSoundType(SOUND_WOOD); + Tile::melon->setIconName(L"melon"); + Tile::melon->setDescriptionId(IDS_TILE_MELON); + Tile::melon->setUseDescriptionId(IDS_DESC_MELON_BLOCK); + + Tile::pumpkinStem = (new StemTile(104, Tile::pumpkin)); + Tile::pumpkinStem->setDestroyTime(0.0f); + Tile::pumpkinStem->setSoundType(SOUND_WOOD); + Tile::pumpkinStem->setIconName(L"pumpkin_stem"); + Tile::pumpkinStem->setDescriptionId(IDS_TILE_PUMPKIN_STEM); + Tile::pumpkinStem->sendTileData(); + + Tile::melonStem = (new StemTile(105, Tile::melon)); + Tile::melonStem->setDestroyTime(0.0f); + Tile::melonStem->setSoundType(SOUND_WOOD); + Tile::melonStem->setIconName(L"melon_stem"); + Tile::melonStem->setDescriptionId(IDS_TILE_MELON_STEM); + Tile::melonStem->sendTileData(); + + Tile::vine = (new VineTile(106)); + Tile::vine->setDestroyTime(0.2f); + Tile::vine->setSoundType(SOUND_GRASS); + Tile::vine->setIconName(L"vine"); + Tile::vine->setDescriptionId(IDS_TILE_VINE); + Tile::vine->setUseDescriptionId(IDS_DESC_VINE); + Tile::vine->sendTileData(); + + Tile::fenceGate = (new FenceGateTile(107)); + Tile::fenceGate->setDestroyTime(2.0f); + Tile::fenceGate->setExplodeable(5); + Tile::fenceGate->setSoundType(SOUND_WOOD); + Tile::fenceGate->setIconName(L"fenceGate"); + Tile::fenceGate->setDescriptionId(IDS_TILE_FENCE_GATE); + Tile::fenceGate->sendTileData(); + Tile::fenceGate->setUseDescriptionId(IDS_DESC_FENCE_GATE); + + Tile::stairs_bricks = (new StairTile(108, Tile::redBrick,0)); + Tile::stairs_bricks->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_brick); + Tile::stairs_bricks->setIconName(L"stairsBrick"); + Tile::stairs_bricks->setDescriptionId(IDS_TILE_STAIRS_BRICKS); + Tile::stairs_bricks->sendTileData(); + Tile::stairs_bricks->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::stairs_stoneBrickSmooth = (new StairTile(109, Tile::stoneBrick,0)); + Tile::stairs_stoneBrickSmooth->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_stoneSmooth); + Tile::stairs_stoneBrickSmooth->setIconName(L"stairsStoneBrickSmooth"); + Tile::stairs_stoneBrickSmooth->setDescriptionId(IDS_TILE_STAIRS_STONE_BRICKS_SMOOTH); + Tile::stairs_stoneBrickSmooth->sendTileData(); + Tile::stairs_stoneBrickSmooth->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::mycel = (MycelTile *)(new MycelTile(110)); + Tile::mycel->setDestroyTime(0.6f); + Tile::mycel->setSoundType(SOUND_GRASS); + Tile::mycel->setIconName(L"mycelium"); + Tile::mycel->setDescriptionId(IDS_TILE_MYCEL); + Tile::mycel->setUseDescriptionId(IDS_DESC_MYCEL); + + Tile::waterLily = (new WaterlilyTile(111)); + Tile::waterLily->setDestroyTime(0.0f); + Tile::waterLily->setSoundType(SOUND_GRASS); + Tile::waterLily->setIconName(L"waterlily"); + Tile::waterLily->setDescriptionId(IDS_TILE_WATERLILY); + Tile::waterLily->setUseDescriptionId(IDS_DESC_WATERLILY); + + Tile::netherBrick = (new Tile(112, Material::stone)); + Tile::netherBrick->setBaseItemTypeAndMaterial(Item::eBaseItemType_structblock, Item::eMaterial_netherbrick); + Tile::netherBrick->setDestroyTime(2.0f); + Tile::netherBrick->setExplodeable(10); + Tile::netherBrick->setSoundType(SOUND_STONE); + Tile::netherBrick->setIconName(L"nether_brick"); + Tile::netherBrick->setDescriptionId(IDS_TILE_NETHERBRICK); + Tile::netherBrick->setUseDescriptionId(IDS_DESC_NETHERBRICK); + + Tile::netherFence = (new FenceTile(113, L"nether_brick", Material::stone)); + Tile::netherFence->setBaseItemTypeAndMaterial(Item::eBaseItemType_fence, Item::eMaterial_netherbrick); + Tile::netherFence->setDestroyTime(2.0f); + Tile::netherFence->setExplodeable(10); + Tile::netherFence->setSoundType(SOUND_STONE); + Tile::netherFence->setDescriptionId(IDS_TILE_NETHERFENCE); + Tile::netherFence->setUseDescriptionId(IDS_DESC_NETHERFENCE); + + Tile::stairs_netherBricks = (new StairTile(114, Tile::netherBrick,0)); + Tile::stairs_netherBricks->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_netherbrick); + Tile::stairs_netherBricks->setIconName(L"stairsNetherBrick"); + Tile::stairs_netherBricks->setDescriptionId(IDS_TILE_STAIRS_NETHERBRICK); + Tile::stairs_netherBricks->sendTileData(); + Tile::stairs_netherBricks->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::netherStalk = (new NetherWartTile(115)); + Tile::netherStalk->setIconName(L"nether_wart"); + Tile::netherStalk->setDescriptionId(IDS_TILE_NETHERSTALK); + Tile::netherStalk->sendTileData(); + Tile::netherStalk->setUseDescriptionId(IDS_DESC_NETHERSTALK); + + Tile::enchantTable = (new EnchantmentTableTile(116)); + Tile::enchantTable->setBaseItemTypeAndMaterial(Item::eBaseItemType_device, Item::eMaterial_magic); + Tile::enchantTable->setDestroyTime(5.0f); + Tile::enchantTable->setExplodeable(2000); + Tile::enchantTable->setIconName(L"enchanting_table"); + Tile::enchantTable->setDescriptionId(IDS_TILE_ENCHANTMENTTABLE); + Tile::enchantTable->setUseDescriptionId(IDS_DESC_ENCHANTMENTTABLE); Tile::brewingStand = (new BrewingStandTile(117)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_device, Item::eMaterial_blaze)->setDestroyTime(0.5f)->setLightEmission(2 / 16.0f)->setIconName(L"brewing_stand")->setDescriptionId(IDS_TILE_BREWINGSTAND)->sendTileData()->setUseDescriptionId(IDS_DESC_BREWING_STAND); Tile::cauldron = (CauldronTile *)(new CauldronTile(118)) ->setDestroyTime(2.0f)->setIconName(L"cauldron")->setDescriptionId(IDS_TILE_CAULDRON)->sendTileData()->setUseDescriptionId(IDS_DESC_CAULDRON); Tile::endPortalTile = (new TheEndPortal(119, Material::portal)) ->setDestroyTime(INDESTRUCTIBLE_DESTROY_TIME)->setExplodeable(6000000)->setDescriptionId(IDS_TILE_END_PORTAL)->setUseDescriptionId(IDS_DESC_END_PORTAL); @@ -404,64 +582,352 @@ void Tile::staticCtor() Tile::enderChest = (new EnderChestTile(130)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_chest, Item::eMaterial_ender)->setDestroyTime(22.5f)->setExplodeable(1000)->setSoundType(SOUND_STONE)->setIconName(L"enderChest")->sendTileData()->setLightEmission(.5f)->setDescriptionId(IDS_TILE_ENDERCHEST)->setUseDescriptionId(IDS_DESC_ENDERCHEST); - Tile::tripWireSource = (TripWireSourceTile *)( new TripWireSourceTile(131) ) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_lever, Item::eMaterial_undefined)->setIconName(L"trip_wire_source")->sendTileData()->setDescriptionId(IDS_TILE_TRIPWIRE_SOURCE)->setUseDescriptionId(IDS_DESC_TRIPWIRE_SOURCE); - Tile::tripWire = (new TripWireTile(132)) ->setIconName(L"trip_wire")->sendTileData()->setDescriptionId(IDS_TILE_TRIPWIRE)->setUseDescriptionId(IDS_DESC_TRIPWIRE); - Tile::emeraldBlock = (new MetalTile(133)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_emerald)->setDestroyTime(5.0f)->setExplodeable(10)->setSoundType(SOUND_METAL)->setIconName(L"emerald_block")->setDescriptionId(IDS_TILE_EMERALDBLOCK)->setUseDescriptionId(IDS_DESC_EMERALDBLOCK); - Tile::woodStairsDark = (new StairTile(134, Tile::wood, TreeTile::DARK_TRUNK)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_sprucewood)->setIconName(L"stairsWoodSpruce")->setDescriptionId(IDS_TILE_STAIRS_SPRUCEWOOD) ->sendTileData()->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::woodStairsBirch = (new StairTile(135, Tile::wood, TreeTile::BIRCH_TRUNK)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_birchwood)->setIconName(L"stairsWoodBirch")->setDescriptionId(IDS_TILE_STAIRS_BIRCHWOOD) ->sendTileData()->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::woodStairsJungle =(new StairTile(136, Tile::wood, TreeTile::JUNGLE_TRUNK))->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_junglewood)->setIconName(L"stairsWoodJungle")->setDescriptionId(IDS_TILE_STAIRS_JUNGLEWOOD) ->sendTileData()->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::commandBlock = (new CommandBlock(137)) ->setIndestructible()->setExplodeable(6000000)->setIconName(L"command_block")->setDescriptionId(IDS_TILE_COMMAND_BLOCK)->setUseDescriptionId(IDS_DESC_COMMAND_BLOCK); - Tile::beacon = (BeaconTile *) (new BeaconTile(138)) ->setLightEmission(1.0f)->setIconName(L"beacon")->setDescriptionId(IDS_TILE_BEACON)->setUseDescriptionId(IDS_DESC_BEACON); - Tile::cobbleWall = (new WallTile(139, Tile::stoneBrick)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_fence, Item::eMaterial_stone)->setIconName(L"cobbleWall")->setDescriptionId(IDS_TILE_COBBLESTONE_WALL)->setUseDescriptionId(IDS_DESC_COBBLESTONE_WALL); - Tile::flowerPot = (new FlowerPotTile(140)) ->setDestroyTime(0.0f)->setSoundType(SOUND_NORMAL)->setIconName(L"flower_pot")->setDescriptionId(IDS_TILE_FLOWERPOT)->setUseDescriptionId(IDS_DESC_FLOWERPOT); + Tile::tripWireSource = (TripWireSourceTile *)( new TripWireSourceTile(131) ); + Tile::tripWireSource->setBaseItemTypeAndMaterial(Item::eBaseItemType_lever, Item::eMaterial_undefined); + Tile::tripWireSource->setIconName(L"trip_wire_source"); + Tile::tripWireSource->sendTileData(); + Tile::tripWireSource->setDescriptionId(IDS_TILE_TRIPWIRE_SOURCE); + Tile::tripWireSource->setUseDescriptionId(IDS_DESC_TRIPWIRE_SOURCE); - Tile::carrots = (new CarrotTile(141)) ->setIconName(L"carrots")->setDescriptionId(IDS_TILE_CARROTS)->setUseDescriptionId(IDS_DESC_CARROTS)->disableMipmap(); - Tile::potatoes = (new PotatoTile(142)) ->setIconName(L"potatoes")->setDescriptionId(IDS_TILE_POTATOES)->setUseDescriptionId(IDS_DESC_POTATO)->disableMipmap(); - Tile::button_wood = (new WoodButtonTile(143)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_button, Item::eMaterial_wood)->setDestroyTime(0.5f)->setSoundType(Tile::SOUND_WOOD)->setIconName(L"button")->setDescriptionId(IDS_TILE_BUTTON)->sendTileData()->setUseDescriptionId(IDS_DESC_BUTTON); - Tile::skull = (new SkullTile(144)) ->setDestroyTime(1.0f)->setSoundType(SOUND_STONE)->setIconName(L"skull")->setDescriptionId(IDS_TILE_SKULL)->setUseDescriptionId(IDS_DESC_SKULL); - Tile::anvil = (new AnvilTile(145)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_device, Item::eMaterial_iron)->setDestroyTime(5.0f)->setSoundType(SOUND_ANVIL)->setExplodeable(2000)->setIconName(L"anvil")->sendTileData()->setDescriptionId(IDS_TILE_ANVIL)->setUseDescriptionId(IDS_DESC_ANVIL); - Tile::chest_trap = (new ChestTile(146, ChestTile::TYPE_TRAP)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_chest, Item::eMaterial_trap)->setDestroyTime(2.5f)->setSoundType(SOUND_WOOD)->setDescriptionId(IDS_TILE_CHEST_TRAP)->setUseDescriptionId(IDS_DESC_CHEST_TRAP); - Tile::weightedPlate_light = (new WeightedPressurePlateTile(147, L"gold_block", Material::metal, Redstone::SIGNAL_MAX)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_pressureplate, Item::eMaterial_gold)->setDestroyTime(0.5f)->setSoundType(SOUND_WOOD)->setDescriptionId(IDS_TILE_WEIGHTED_PLATE_LIGHT)->setUseDescriptionId(IDS_DESC_WEIGHTED_PLATE_LIGHT); - Tile::weightedPlate_heavy = (new WeightedPressurePlateTile(148, L"iron_block", Material::metal, Redstone::SIGNAL_MAX * 10))->setBaseItemTypeAndMaterial(Item::eBaseItemType_pressureplate, Item::eMaterial_iron)->setDestroyTime(0.5f)->setSoundType(SOUND_WOOD)->setDescriptionId(IDS_TILE_WEIGHTED_PLATE_HEAVY)->setUseDescriptionId(IDS_DESC_WEIGHTED_PLATE_HEAVY); - Tile::comparator_off = (ComparatorTile *) (new ComparatorTile(149, false)) ->setDestroyTime(0.0f)->setSoundType(SOUND_WOOD)->setIconName(L"comparator_off")->setDescriptionId(IDS_TILE_COMPARATOR)->setUseDescriptionId(IDS_DESC_COMPARATOR); - Tile::comparator_on = (ComparatorTile *) (new ComparatorTile(150, true)) ->setDestroyTime(0.0f)->setLightEmission(10 / 16.0f)->setSoundType(SOUND_WOOD)->setIconName(L"comparator_on")->setDescriptionId(IDS_TILE_COMPARATOR)->setUseDescriptionId(IDS_DESC_COMPARATOR); + Tile::tripWire = (new TripWireTile(132)); + Tile::tripWire->setIconName(L"trip_wire"); + Tile::tripWire->sendTileData(); + Tile::tripWire->setDescriptionId(IDS_TILE_TRIPWIRE); + Tile::tripWire->setUseDescriptionId(IDS_DESC_TRIPWIRE); - Tile::daylightDetector = (DaylightDetectorTile *) (new DaylightDetectorTile(151))->setDestroyTime(0.2f)->setSoundType(SOUND_WOOD)->setIconName(L"daylight_detector")->setDescriptionId(IDS_TILE_DAYLIGHT_DETECTOR)->setUseDescriptionId(IDS_DESC_DAYLIGHT_DETECTOR); - Tile::redstoneBlock = (new PoweredMetalTile(152)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_redstone)->setDestroyTime(5.0f)->setExplodeable(10)->setSoundType(SOUND_METAL)->setIconName(L"redstone_block")->setDescriptionId(IDS_TILE_REDSTONE_BLOCK)->setUseDescriptionId(IDS_DESC_REDSTONE_BLOCK); - Tile::netherQuartz = (new OreTile(153)) ->setDestroyTime(3.0f)->setExplodeable(5)->setSoundType(SOUND_STONE)->setIconName(L"quartz_ore")->setDescriptionId(IDS_TILE_NETHER_QUARTZ)->setUseDescriptionId(IDS_DESC_NETHER_QUARTZ_ORE); - Tile::hopper = (HopperTile *)(new HopperTile(154)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_redstoneContainer, Item::eMaterial_undefined)->setDestroyTime(3.0f)->setExplodeable(8)->setSoundType(SOUND_WOOD)->setIconName(L"hopper")->setDescriptionId(IDS_TILE_HOPPER)->setUseDescriptionId(IDS_DESC_HOPPER); - Tile::quartzBlock = (new QuartzBlockTile(155)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_structblock, Item::eMaterial_quartz)->setSoundType(SOUND_STONE)->setDestroyTime(0.8f)->setIconName(L"quartz_block")->setDescriptionId(IDS_TILE_QUARTZ_BLOCK)->setUseDescriptionId(IDS_DESC_QUARTZ_BLOCK); - Tile::stairs_quartz = (new StairTile(156, Tile::quartzBlock, QuartzBlockTile::TYPE_DEFAULT)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_quartz)->setIconName(L"stairsQuartz")->setDescriptionId(IDS_TILE_STAIRS_QUARTZ)->setUseDescriptionId(IDS_DESC_STAIRS); - Tile::activatorRail = (new PoweredRailTile(157)) ->setDestroyTime(0.7f)->setSoundType(SOUND_METAL)->setIconName(L"rail_activator")->setDescriptionId(IDS_TILE_ACTIVATOR_RAIL)->setUseDescriptionId(IDS_DESC_ACTIVATOR_RAIL); - Tile::dropper = (new DropperTile(158)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_redstoneContainer, Item::eMaterial_undefined)->setDestroyTime(3.5f)->setSoundType(SOUND_STONE)->setIconName(L"dropper")->setDescriptionId(IDS_TILE_DROPPER)->setUseDescriptionId(IDS_DESC_DROPPER); - Tile::clayHardened_colored = (new ColoredTile(159, Material::stone)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_clay, Item::eMaterial_clay)->setDestroyTime(1.25f)->setExplodeable(7)->setSoundType(SOUND_STONE)->setIconName(L"hardened_clay_stained")->setDescriptionId(IDS_TILE_STAINED_CLAY)->setUseDescriptionId(IDS_DESC_STAINED_CLAY); - Tile::stained_glass_pane = (new StainedGlassPaneBlock(160)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_glass, Item::eMaterial_glass)->setDestroyTime(0.3f)->setSoundType(SOUND_GLASS)->setIconName(L"glass")->setDescriptionId(IDS_TILE_STAINED_GLASS_PANE)->setUseDescriptionId(IDS_DESC_STAINED_GLASS_PANE); + Tile::emeraldBlock = (new MetalTile(133)); + Tile::emeraldBlock->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_emerald); + Tile::emeraldBlock->setDestroyTime(5.0f); + Tile::emeraldBlock->setExplodeable(10); + Tile::emeraldBlock->setSoundType(SOUND_METAL); + Tile::emeraldBlock->setIconName(L"emerald_block"); + Tile::emeraldBlock->setDescriptionId(IDS_TILE_EMERALDBLOCK); + Tile::emeraldBlock->setUseDescriptionId(IDS_DESC_EMERALDBLOCK); - Tile::hayBlock = (new HayBlockTile(170)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_wheat)->setDestroyTime(0.5f)->setSoundType(SOUND_GRASS)->setIconName(L"hay_block")->setDescriptionId(IDS_TILE_HAY)->setUseDescriptionId(IDS_DESC_HAY); - Tile::woolCarpet = (new WoolCarpetTile(171)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_carpet, Item::eMaterial_cloth)->setDestroyTime(0.1f)->setSoundType(SOUND_CLOTH)->setIconName(L"woolCarpet")->setLightBlock(0)->setDescriptionId(IDS_TILE_CARPET)->setUseDescriptionId(IDS_DESC_CARPET); - Tile::clayHardened = (new Tile(172, Material::stone)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_clay, Item::eMaterial_clay)->setDestroyTime(1.25f)->setExplodeable(7)->setSoundType(SOUND_STONE)->setIconName(L"hardened_clay")->setDescriptionId(IDS_TILE_HARDENED_CLAY)->setUseDescriptionId(IDS_DESC_HARDENED_CLAY); - Tile::coalBlock = (new Tile(173, Material::stone)) ->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_coal)->setDestroyTime(5.0f)->setExplodeable(10)->setSoundType(SOUND_STONE)->setIconName(L"coal_block")->setDescriptionId(IDS_TILE_COAL)->setUseDescriptionId(IDS_DESC_COAL_BLOCK); + Tile::woodStairsDark = (new StairTile(134, Tile::wood, TreeTile::DARK_TRUNK)); + Tile::woodStairsDark->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_sprucewood); + Tile::woodStairsDark->setIconName(L"stairsWoodSpruce"); + Tile::woodStairsDark->setDescriptionId(IDS_TILE_STAIRS_SPRUCEWOOD); + Tile::woodStairsDark->sendTileData(); + Tile::woodStairsDark->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::woodStairsBirch = (new StairTile(135, Tile::wood, TreeTile::BIRCH_TRUNK)); + Tile::woodStairsBirch->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_birchwood); + Tile::woodStairsBirch->setIconName(L"stairsWoodBirch"); + Tile::woodStairsBirch->setDescriptionId(IDS_TILE_STAIRS_BIRCHWOOD); + Tile::woodStairsBirch->sendTileData(); + Tile::woodStairsBirch->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::woodStairsJungle = (new StairTile(136, Tile::wood, TreeTile::JUNGLE_TRUNK)); + Tile::woodStairsJungle->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_junglewood); + Tile::woodStairsJungle->setIconName(L"stairsWoodJungle"); + Tile::woodStairsJungle->setDescriptionId(IDS_TILE_STAIRS_JUNGLEWOOD); + Tile::woodStairsJungle->sendTileData(); + Tile::woodStairsJungle->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::commandBlock = (new CommandBlock(137)); + Tile::commandBlock->setIndestructible(); + Tile::commandBlock->setExplodeable(6000000); + Tile::commandBlock->setIconName(L"command_block"); + Tile::commandBlock->setDescriptionId(IDS_TILE_COMMAND_BLOCK); + Tile::commandBlock->setUseDescriptionId(IDS_DESC_COMMAND_BLOCK); + + Tile::beacon = (BeaconTile *) (new BeaconTile(138)); + Tile::beacon->setLightEmission(1.0f); + Tile::beacon->setIconName(L"beacon"); + Tile::beacon->setDescriptionId(IDS_TILE_BEACON); + Tile::beacon->setUseDescriptionId(IDS_DESC_BEACON); + + Tile::cobbleWall = (new WallTile(139, Tile::stoneBrick)); + Tile::cobbleWall->setBaseItemTypeAndMaterial(Item::eBaseItemType_fence, Item::eMaterial_stone); + Tile::cobbleWall->setIconName(L"cobbleWall"); + Tile::cobbleWall->setDescriptionId(IDS_TILE_COBBLESTONE_WALL); + Tile::cobbleWall->setUseDescriptionId(IDS_DESC_COBBLESTONE_WALL); + + Tile::flowerPot = (new FlowerPotTile(140)); + Tile::flowerPot->setDestroyTime(0.0f); + Tile::flowerPot->setSoundType(SOUND_NORMAL); + Tile::flowerPot->setIconName(L"flower_pot"); + Tile::flowerPot->setDescriptionId(IDS_TILE_FLOWERPOT); + Tile::flowerPot->setUseDescriptionId(IDS_DESC_FLOWERPOT); + + Tile::carrots = (new CarrotTile(141)); + Tile::carrots->setIconName(L"carrots"); + Tile::carrots->setDescriptionId(IDS_TILE_CARROTS); + Tile::carrots->setUseDescriptionId(IDS_DESC_CARROTS); + Tile::carrots->disableMipmap(); + + Tile::potatoes = (new PotatoTile(142)); + Tile::potatoes->setIconName(L"potatoes"); + Tile::potatoes->setDescriptionId(IDS_TILE_POTATOES); + Tile::potatoes->setUseDescriptionId(IDS_DESC_POTATO); + Tile::potatoes->disableMipmap(); + + Tile::button_wood = (new WoodButtonTile(143)); + Tile::button_wood->setBaseItemTypeAndMaterial(Item::eBaseItemType_button, Item::eMaterial_wood); + Tile::button_wood->setDestroyTime(0.5f); + Tile::button_wood->setSoundType(Tile::SOUND_WOOD); + Tile::button_wood->setIconName(L"button"); + Tile::button_wood->setDescriptionId(IDS_TILE_BUTTON); + Tile::button_wood->sendTileData(); + Tile::button_wood->setUseDescriptionId(IDS_DESC_BUTTON); + + Tile::skull = (new SkullTile(144)); + Tile::skull->setDestroyTime(1.0f); + Tile::skull->setSoundType(SOUND_STONE); + Tile::skull->setIconName(L"skull"); + Tile::skull->setDescriptionId(IDS_TILE_SKULL); + Tile::skull->setUseDescriptionId(IDS_DESC_SKULL); + + Tile::anvil = (new AnvilTile(145)); + Tile::anvil->setBaseItemTypeAndMaterial(Item::eBaseItemType_device, Item::eMaterial_iron); + Tile::anvil->setDestroyTime(5.0f); + Tile::anvil->setSoundType(SOUND_ANVIL); + Tile::anvil->setExplodeable(2000); + Tile::anvil->setIconName(L"anvil"); + Tile::anvil->sendTileData(); + Tile::anvil->setDescriptionId(IDS_TILE_ANVIL); + Tile::anvil->setUseDescriptionId(IDS_DESC_ANVIL); + + Tile::chest_trap = (new ChestTile(146, ChestTile::TYPE_TRAP)); + Tile::chest_trap->setBaseItemTypeAndMaterial(Item::eBaseItemType_chest, Item::eMaterial_trap); + Tile::chest_trap->setDestroyTime(2.5f); + Tile::chest_trap->setSoundType(SOUND_WOOD); + Tile::chest_trap->setDescriptionId(IDS_TILE_CHEST_TRAP); + Tile::chest_trap->setUseDescriptionId(IDS_DESC_CHEST_TRAP); + + Tile::weightedPlate_light = (new WeightedPressurePlateTile(147, L"gold_block", Material::metal, Redstone::SIGNAL_MAX)); + Tile::weightedPlate_light->setBaseItemTypeAndMaterial(Item::eBaseItemType_pressureplate, Item::eMaterial_gold); + Tile::weightedPlate_light->setDestroyTime(0.5f); + Tile::weightedPlate_light->setSoundType(SOUND_WOOD); + Tile::weightedPlate_light->setDescriptionId(IDS_TILE_WEIGHTED_PLATE_LIGHT); + Tile::weightedPlate_light->setUseDescriptionId(IDS_DESC_WEIGHTED_PLATE_LIGHT); + + Tile::weightedPlate_heavy = (new WeightedPressurePlateTile(148, L"iron_block", Material::metal, Redstone::SIGNAL_MAX * 10)); + Tile::weightedPlate_heavy->setBaseItemTypeAndMaterial(Item::eBaseItemType_pressureplate, Item::eMaterial_iron); + Tile::weightedPlate_heavy->setDestroyTime(0.5f); + Tile::weightedPlate_heavy->setSoundType(SOUND_WOOD); + Tile::weightedPlate_heavy->setDescriptionId(IDS_TILE_WEIGHTED_PLATE_HEAVY); + Tile::weightedPlate_heavy->setUseDescriptionId(IDS_DESC_WEIGHTED_PLATE_HEAVY); + + Tile::comparator_off = (ComparatorTile *) (new ComparatorTile(149, false)); + Tile::comparator_off->setDestroyTime(0.0f); + Tile::comparator_off->setSoundType(SOUND_WOOD); + Tile::comparator_off->setIconName(L"comparator_off"); + Tile::comparator_off->setDescriptionId(IDS_TILE_COMPARATOR); + Tile::comparator_off->setUseDescriptionId(IDS_DESC_COMPARATOR); + + Tile::comparator_on = (ComparatorTile *) (new ComparatorTile(150, true)); + Tile::comparator_on->setDestroyTime(0.0f); + Tile::comparator_on->setLightEmission(10 / 16.0f); + Tile::comparator_on->setSoundType(SOUND_WOOD); + Tile::comparator_on->setIconName(L"comparator_on"); + Tile::comparator_on->setDescriptionId(IDS_TILE_COMPARATOR); + Tile::comparator_on->setUseDescriptionId(IDS_DESC_COMPARATOR); + + Tile::daylightDetector = (DaylightDetectorTile *) (new DaylightDetectorTile(151)); + Tile::daylightDetector->setDestroyTime(0.2f); + Tile::daylightDetector->setSoundType(SOUND_WOOD); + Tile::daylightDetector->setIconName(L"daylight_detector"); + Tile::daylightDetector->setDescriptionId(IDS_TILE_DAYLIGHT_DETECTOR); + Tile::daylightDetector->setUseDescriptionId(IDS_DESC_DAYLIGHT_DETECTOR); + + Tile::redstoneBlock = (new PoweredMetalTile(152)); + Tile::redstoneBlock->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_redstone); + Tile::redstoneBlock->setDestroyTime(5.0f); + Tile::redstoneBlock->setExplodeable(10); + Tile::redstoneBlock->setSoundType(SOUND_METAL); + Tile::redstoneBlock->setIconName(L"redstone_block"); + Tile::redstoneBlock->setDescriptionId(IDS_TILE_REDSTONE_BLOCK); + Tile::redstoneBlock->setUseDescriptionId(IDS_DESC_REDSTONE_BLOCK); + + Tile::netherQuartz = (new OreTile(153)); + Tile::netherQuartz->setDestroyTime(3.0f); + Tile::netherQuartz->setExplodeable(5); + Tile::netherQuartz->setSoundType(SOUND_STONE); + Tile::netherQuartz->setIconName(L"quartz_ore"); + Tile::netherQuartz->setDescriptionId(IDS_TILE_NETHER_QUARTZ); + Tile::netherQuartz->setUseDescriptionId(IDS_DESC_NETHER_QUARTZ_ORE); + + Tile::hopper = (HopperTile *)(new HopperTile(154)); + Tile::hopper->setBaseItemTypeAndMaterial(Item::eBaseItemType_redstoneContainer, Item::eMaterial_undefined); + Tile::hopper->setDestroyTime(3.0f); + Tile::hopper->setExplodeable(8); + Tile::hopper->setSoundType(SOUND_WOOD); + Tile::hopper->setIconName(L"hopper"); + Tile::hopper->setDescriptionId(IDS_TILE_HOPPER); + Tile::hopper->setUseDescriptionId(IDS_DESC_HOPPER); + + Tile::quartzBlock = (new QuartzBlockTile(155)); + Tile::quartzBlock->setBaseItemTypeAndMaterial(Item::eBaseItemType_structblock, Item::eMaterial_quartz); + Tile::quartzBlock->setSoundType(SOUND_STONE); + Tile::quartzBlock->setDestroyTime(0.8f); + Tile::quartzBlock->setIconName(L"quartz_block"); + Tile::quartzBlock->setDescriptionId(IDS_TILE_QUARTZ_BLOCK); + Tile::quartzBlock->setUseDescriptionId(IDS_DESC_QUARTZ_BLOCK); + + Tile::stairs_quartz = (new StairTile(156, Tile::quartzBlock, QuartzBlockTile::TYPE_DEFAULT)); + Tile::stairs_quartz->setBaseItemTypeAndMaterial(Item::eBaseItemType_stairs, Item::eMaterial_quartz); + Tile::stairs_quartz->setIconName(L"stairsQuartz"); + Tile::stairs_quartz->setDescriptionId(IDS_TILE_STAIRS_QUARTZ); + Tile::stairs_quartz->setUseDescriptionId(IDS_DESC_STAIRS); + + Tile::activatorRail = (new PoweredRailTile(157)); + Tile::activatorRail->setDestroyTime(0.7f); + Tile::activatorRail->setSoundType(SOUND_METAL); + Tile::activatorRail->setIconName(L"rail_activator"); + Tile::activatorRail->setDescriptionId(IDS_TILE_ACTIVATOR_RAIL); + Tile::activatorRail->setUseDescriptionId(IDS_DESC_ACTIVATOR_RAIL); + + Tile::dropper = (new DropperTile(158)); + Tile::dropper->setBaseItemTypeAndMaterial(Item::eBaseItemType_redstoneContainer, Item::eMaterial_undefined); + Tile::dropper->setDestroyTime(3.5f); + Tile::dropper->setSoundType(SOUND_STONE); + Tile::dropper->setIconName(L"dropper"); + Tile::dropper->setDescriptionId(IDS_TILE_DROPPER); + Tile::dropper->setUseDescriptionId(IDS_DESC_DROPPER); + + Tile::clayHardened_colored = (new ColoredTile(159, Material::stone)); + Tile::clayHardened_colored->setBaseItemTypeAndMaterial(Item::eBaseItemType_clay, Item::eMaterial_clay); + Tile::clayHardened_colored->setDestroyTime(1.25f); + Tile::clayHardened_colored->setExplodeable(7); + Tile::clayHardened_colored->setSoundType(SOUND_STONE); + Tile::clayHardened_colored->setIconName(L"hardened_clay_stained"); + Tile::clayHardened_colored->setDescriptionId(IDS_TILE_STAINED_CLAY); + Tile::clayHardened_colored->setUseDescriptionId(IDS_DESC_STAINED_CLAY); + + Tile::stained_glass_pane = (new StainedGlassPaneBlock(160)); + Tile::stained_glass_pane->setBaseItemTypeAndMaterial(Item::eBaseItemType_glass, Item::eMaterial_glass); + Tile::stained_glass_pane->setDestroyTime(0.3f); + Tile::stained_glass_pane->setSoundType(SOUND_GLASS); + Tile::stained_glass_pane->setIconName(L"glass"); + Tile::stained_glass_pane->setDescriptionId(IDS_TILE_STAINED_GLASS_PANE); + Tile::stained_glass_pane->setUseDescriptionId(IDS_DESC_STAINED_GLASS_PANE); + + Tile::hayBlock = (new HayBlockTile(170)); + Tile::hayBlock->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_wheat); + Tile::hayBlock->setDestroyTime(0.5f); + Tile::hayBlock->setSoundType(SOUND_GRASS); + Tile::hayBlock->setIconName(L"hay_block"); + Tile::hayBlock->setDescriptionId(IDS_TILE_HAY); + Tile::hayBlock->setUseDescriptionId(IDS_DESC_HAY); + + Tile::woolCarpet = (new WoolCarpetTile(171)); + Tile::woolCarpet->setBaseItemTypeAndMaterial(Item::eBaseItemType_carpet, Item::eMaterial_cloth); + Tile::woolCarpet->setDestroyTime(0.1f); + Tile::woolCarpet->setSoundType(SOUND_CLOTH); + Tile::woolCarpet->setIconName(L"woolCarpet"); + Tile::woolCarpet->setLightBlock(0); + Tile::woolCarpet->setDescriptionId(IDS_TILE_CARPET); + Tile::woolCarpet->setUseDescriptionId(IDS_DESC_CARPET); + + Tile::clayHardened = (new Tile(172, Material::stone)); + Tile::clayHardened->setBaseItemTypeAndMaterial(Item::eBaseItemType_clay, Item::eMaterial_clay); + Tile::clayHardened->setDestroyTime(1.25f); + Tile::clayHardened->setExplodeable(7); + Tile::clayHardened->setSoundType(SOUND_STONE); + Tile::clayHardened->setIconName(L"hardened_clay"); + Tile::clayHardened->setDescriptionId(IDS_TILE_HARDENED_CLAY); + Tile::clayHardened->setUseDescriptionId(IDS_DESC_HARDENED_CLAY); + + Tile::coalBlock = (new Tile(173, Material::stone)); + Tile::coalBlock->setBaseItemTypeAndMaterial(Item::eBaseItemType_block, Item::eMaterial_coal); + Tile::coalBlock->setDestroyTime(5.0f); + Tile::coalBlock->setExplodeable(10); + Tile::coalBlock->setSoundType(SOUND_STONE); + Tile::coalBlock->setIconName(L"coal_block"); + Tile::coalBlock->setDescriptionId(IDS_TILE_COAL); + Tile::coalBlock->setUseDescriptionId(IDS_DESC_COAL_BLOCK); // Special cases for certain items since they can have different icons - Item::items[wool_Id] = ( new WoolTileItem(Tile::wool_Id- 256) )->setIconName(L"cloth")->setDescriptionId(IDS_TILE_CLOTH)->setUseDescriptionId(IDS_DESC_WOOL); - Item::items[clayHardened_colored_Id]= ( new WoolTileItem(Tile::clayHardened_colored_Id - 256))->setIconName(L"clayHardenedStained")->setDescriptionId(IDS_TILE_STAINED_CLAY)->setUseDescriptionId(IDS_DESC_STAINED_CLAY); - Item::items[stained_glass_Id] = ( new WoolTileItem(Tile::stained_glass_Id - 256))->setIconName(L"stainedGlass")->setDescriptionId(IDS_TILE_STAINED_GLASS)->setUseDescriptionId(IDS_DESC_STAINED_GLASS); - Item::items[stained_glass_pane_Id] = ( new WoolTileItem(Tile::stained_glass_pane_Id - 256))->setIconName(L"stainedGlassPane")->setDescriptionId(IDS_TILE_STAINED_GLASS_PANE)->setUseDescriptionId(IDS_DESC_STAINED_GLASS_PANE); - Item::items[woolCarpet_Id] = ( new WoolTileItem(Tile::woolCarpet_Id - 256))->setIconName(L"woolCarpet")->setDescriptionId(IDS_TILE_CARPET)->setUseDescriptionId(IDS_DESC_CARPET); - Item::items[treeTrunk_Id] = ( new MultiTextureTileItem(Tile::treeTrunk_Id - 256, treeTrunk, (int *)TreeTile::TREE_NAMES, 4) )->setIconName(L"log")->setDescriptionId(IDS_TILE_LOG)->setUseDescriptionId(IDS_DESC_LOG); - Item::items[wood_Id] = ( new MultiTextureTileItem(Tile::wood_Id - 256, Tile::wood, (int *)WoodTile::WOOD_NAMES, 4, IDS_TILE_PLANKS))->setIconName(L"wood")->setDescriptionId(IDS_TILE_OAKWOOD_PLANKS)->setUseDescriptionId(IDS_DESC_LOG); // <- TODO - Item::items[monsterStoneEgg_Id] = ( new MultiTextureTileItem(Tile::monsterStoneEgg_Id - 256, monsterStoneEgg, (int *)StoneMonsterTile::STONE_MONSTER_NAMES, 3))->setIconName(L"monsterStoneEgg")->setDescriptionId(IDS_TILE_STONE_SILVERFISH)->setUseDescriptionId(IDS_DESC_STONE_SILVERFISH); // 4J - Brought forward from post-1.2 to fix stacking problem - Item::items[stoneBrick_Id] = ( new MultiTextureTileItem(Tile::stoneBrick_Id - 256, stoneBrick,(int *)SmoothStoneBrickTile::SMOOTH_STONE_BRICK_NAMES, 4))->setIconName(L"stonebricksmooth")->setDescriptionId(IDS_TILE_STONE_BRICK_SMOOTH); - Item::items[sandStone_Id] = ( new MultiTextureTileItem(sandStone_Id - 256, sandStone, SandStoneTile::SANDSTONE_NAMES, SandStoneTile::SANDSTONE_BLOCK_NAMES) )->setIconName(L"sandStone")->setDescriptionId(IDS_TILE_SANDSTONE)->setUseDescriptionId(IDS_DESC_SANDSTONE); - Item::items[quartzBlock_Id] = ( new MultiTextureTileItem(quartzBlock_Id - 256, quartzBlock, QuartzBlockTile::BLOCK_NAMES, QuartzBlockTile::QUARTZ_BLOCK_NAMES) )->setIconName(L"quartzBlock")->setDescriptionId(IDS_TILE_QUARTZ_BLOCK)->setUseDescriptionId(IDS_DESC_QUARTZ_BLOCK); - Item::items[stoneSlabHalf_Id] = ( new StoneSlabTileItem(Tile::stoneSlabHalf_Id - 256, Tile::stoneSlabHalf, Tile::stoneSlab, false) )->setIconName(L"stoneSlab")->setDescriptionId(IDS_TILE_STONESLAB)->setUseDescriptionId(IDS_DESC_HALFSLAB); - Item::items[stoneSlab_Id] = ( new StoneSlabTileItem(Tile::stoneSlab_Id - 256, Tile::stoneSlabHalf, Tile::stoneSlab, true))->setIconName(L"stoneSlab")->setDescriptionId(IDS_DESC_STONESLAB)->setUseDescriptionId(IDS_DESC_SLAB); - Item::items[woodSlabHalf_Id] = ( new StoneSlabTileItem(Tile::woodSlabHalf_Id - 256, Tile::woodSlabHalf, Tile::woodSlab, false))->setIconName(L"woodSlab")->setDescriptionId(IDS_DESC_WOODSLAB)->setUseDescriptionId(IDS_DESC_WOODSLAB); - Item::items[woodSlab_Id] = ( new StoneSlabTileItem(Tile::woodSlab_Id - 256, Tile::woodSlabHalf, Tile::woodSlab, true))->setIconName(L"woodSlab")->setDescriptionId(IDS_DESC_WOODSLAB)->setUseDescriptionId(IDS_DESC_WOODSLAB); - Item::items[sapling_Id] = ( new MultiTextureTileItem(Tile::sapling_Id - 256, Tile::sapling, Sapling::SAPLING_NAMES, 4) )->setIconName(L"sapling")->setDescriptionId(IDS_TILE_SAPLING)->setUseDescriptionId(IDS_DESC_SAPLING); - Item::items[leaves_Id] = ( new LeafTileItem(Tile::leaves_Id - 256) )->setIconName(L"leaves")->setDescriptionId(IDS_TILE_LEAVES)->setUseDescriptionId(IDS_DESC_LEAVES); - Item::items[vine_Id] = ( new ColoredTileItem(Tile::vine_Id - 256, false))->setDescriptionId(IDS_TILE_VINE)->setUseDescriptionId(IDS_DESC_VINE); + Item::items[wool_Id] = ( new WoolTileItem(Tile::wool_Id- 256) ); + Item::items[wool_Id]->setIconName(L"cloth"); + Item::items[wool_Id]->setDescriptionId(IDS_TILE_CLOTH); + Item::items[wool_Id]->setUseDescriptionId(IDS_DESC_WOOL); + + Item::items[clayHardened_colored_Id] = ( new WoolTileItem(Tile::clayHardened_colored_Id - 256)); + Item::items[clayHardened_colored_Id]->setIconName(L"clayHardenedStained"); + Item::items[clayHardened_colored_Id]->setDescriptionId(IDS_TILE_STAINED_CLAY); + Item::items[clayHardened_colored_Id]->setUseDescriptionId(IDS_DESC_STAINED_CLAY); + + Item::items[stained_glass_Id] = ( new WoolTileItem(Tile::stained_glass_Id - 256)); + Item::items[stained_glass_Id]->setIconName(L"stainedGlass"); + Item::items[stained_glass_Id]->setDescriptionId(IDS_TILE_STAINED_GLASS); + Item::items[stained_glass_Id]->setUseDescriptionId(IDS_DESC_STAINED_GLASS); + + Item::items[stained_glass_pane_Id] = ( new WoolTileItem(Tile::stained_glass_pane_Id - 256)); + Item::items[stained_glass_pane_Id]->setIconName(L"stainedGlassPane"); + Item::items[stained_glass_pane_Id]->setDescriptionId(IDS_TILE_STAINED_GLASS_PANE); + Item::items[stained_glass_pane_Id]->setUseDescriptionId(IDS_DESC_STAINED_GLASS_PANE); + + Item::items[woolCarpet_Id] = ( new WoolTileItem(Tile::woolCarpet_Id - 256)); + Item::items[woolCarpet_Id]->setIconName(L"woolCarpet"); + Item::items[woolCarpet_Id]->setDescriptionId(IDS_TILE_CARPET); + Item::items[woolCarpet_Id]->setUseDescriptionId(IDS_DESC_CARPET); + + Item::items[treeTrunk_Id] = ( new MultiTextureTileItem(Tile::treeTrunk_Id - 256, treeTrunk, (int *)TreeTile::TREE_NAMES, 4) ); + Item::items[treeTrunk_Id]->setIconName(L"log"); + Item::items[treeTrunk_Id]->setDescriptionId(IDS_TILE_LOG); + Item::items[treeTrunk_Id]->setUseDescriptionId(IDS_DESC_LOG); + + Item::items[wood_Id] = ( new MultiTextureTileItem(Tile::wood_Id - 256, Tile::wood, (int *)WoodTile::WOOD_NAMES, 4, IDS_TILE_PLANKS)); + Item::items[wood_Id]->setIconName(L"wood"); + Item::items[wood_Id]->setDescriptionId(IDS_TILE_OAKWOOD_PLANKS); + Item::items[wood_Id]->setUseDescriptionId(IDS_DESC_LOG); + + Item::items[monsterStoneEgg_Id] = ( new MultiTextureTileItem(Tile::monsterStoneEgg_Id - 256, monsterStoneEgg, (int *)StoneMonsterTile::STONE_MONSTER_NAMES, 3)); + Item::items[monsterStoneEgg_Id]->setIconName(L"monsterStoneEgg"); + Item::items[monsterStoneEgg_Id]->setDescriptionId(IDS_TILE_STONE_SILVERFISH); + Item::items[monsterStoneEgg_Id]->setUseDescriptionId(IDS_DESC_STONE_SILVERFISH); + + Item::items[stoneBrick_Id] = ( new MultiTextureTileItem(Tile::stoneBrick_Id - 256, stoneBrick,(int *)SmoothStoneBrickTile::SMOOTH_STONE_BRICK_NAMES, 4)); + Item::items[stoneBrick_Id]->setIconName(L"stonebricksmooth"); + Item::items[stoneBrick_Id]->setDescriptionId(IDS_TILE_STONE_BRICK_SMOOTH); + + Item::items[sandStone_Id] = ( new MultiTextureTileItem(sandStone_Id - 256, sandStone, SandStoneTile::SANDSTONE_NAMES, SandStoneTile::SANDSTONE_BLOCK_NAMES) ); + Item::items[sandStone_Id]->setIconName(L"sandStone"); + Item::items[sandStone_Id]->setDescriptionId(IDS_TILE_SANDSTONE); + Item::items[sandStone_Id]->setUseDescriptionId(IDS_DESC_SANDSTONE); + + Item::items[quartzBlock_Id] = ( new MultiTextureTileItem(quartzBlock_Id - 256, quartzBlock, QuartzBlockTile::BLOCK_NAMES, QuartzBlockTile::QUARTZ_BLOCK_NAMES) ); + Item::items[quartzBlock_Id]->setIconName(L"quartzBlock"); + Item::items[quartzBlock_Id]->setDescriptionId(IDS_TILE_QUARTZ_BLOCK); + Item::items[quartzBlock_Id]->setUseDescriptionId(IDS_DESC_QUARTZ_BLOCK); + + Item::items[stoneSlabHalf_Id] = ( new StoneSlabTileItem(Tile::stoneSlabHalf_Id - 256, Tile::stoneSlabHalf, Tile::stoneSlab, false) ); + Item::items[stoneSlabHalf_Id]->setIconName(L"stoneSlab"); + Item::items[stoneSlabHalf_Id]->setDescriptionId(IDS_TILE_STONESLAB); + Item::items[stoneSlabHalf_Id]->setUseDescriptionId(IDS_DESC_HALFSLAB); + + Item::items[stoneSlab_Id] = ( new StoneSlabTileItem(Tile::stoneSlab_Id - 256, Tile::stoneSlabHalf, Tile::stoneSlab, true)); + Item::items[stoneSlab_Id]->setIconName(L"stoneSlab"); + Item::items[stoneSlab_Id]->setDescriptionId(IDS_DESC_STONESLAB); + Item::items[stoneSlab_Id]->setUseDescriptionId(IDS_DESC_SLAB); + + Item::items[woodSlabHalf_Id] = ( new StoneSlabTileItem(Tile::woodSlabHalf_Id - 256, Tile::woodSlabHalf, Tile::woodSlab, false)); + Item::items[woodSlabHalf_Id]->setIconName(L"woodSlab"); + Item::items[woodSlabHalf_Id]->setDescriptionId(IDS_DESC_WOODSLAB); + Item::items[woodSlabHalf_Id]->setUseDescriptionId(IDS_DESC_WOODSLAB); + + Item::items[woodSlab_Id] = ( new StoneSlabTileItem(Tile::woodSlab_Id - 256, Tile::woodSlabHalf, Tile::woodSlab, true)); + Item::items[woodSlab_Id]->setIconName(L"woodSlab"); + Item::items[woodSlab_Id]->setDescriptionId(IDS_DESC_WOODSLAB); + Item::items[woodSlab_Id]->setUseDescriptionId(IDS_DESC_WOODSLAB); + + Item::items[sapling_Id] = ( new MultiTextureTileItem(Tile::sapling_Id - 256, Tile::sapling, Sapling::SAPLING_NAMES, 4) ); + Item::items[sapling_Id]->setIconName(L"sapling"); + Item::items[sapling_Id]->setDescriptionId(IDS_TILE_SAPLING); + Item::items[sapling_Id]->setUseDescriptionId(IDS_DESC_SAPLING); + + Item::items[leaves_Id] = ( new LeafTileItem(Tile::leaves_Id - 256) ); + Item::items[leaves_Id]->setIconName(L"leaves"); + Item::items[leaves_Id]->setDescriptionId(IDS_TILE_LEAVES); + Item::items[leaves_Id]->setUseDescriptionId(IDS_DESC_LEAVES); + + Item::items[vine_Id] = ( new ColoredTileItem(Tile::vine_Id - 256, false)); + Item::items[vine_Id]->setDescriptionId(IDS_TILE_VINE); + Item::items[vine_Id]->setUseDescriptionId(IDS_DESC_VINE); int idsData[3] = {IDS_TILE_SHRUB, IDS_TILE_TALL_GRASS, IDS_TILE_FERN}; intArray ids = intArray(idsData, 3); Item::items[tallgrass_Id] = ( (ColoredTileItem *)(new ColoredTileItem(Tile::tallgrass_Id - 256, true))->setDescriptionId(IDS_TILE_TALL_GRASS))->setDescriptionPostfixes(ids); diff --git a/Minecraft.World/Zombie.cpp b/Minecraft.World/Zombie.cpp index f27a1c7d..944c54b5 100644 --- a/Minecraft.World/Zombie.cpp +++ b/Minecraft.World/Zombie.cpp @@ -147,6 +147,8 @@ void Zombie::aiStep() } } Monster::aiStep(); + if (isBaby()) + setSize(0.3f, 0.9f); } bool Zombie::hurt(DamageSource *source, float dmg) diff --git a/MinecraftConsoles.sln b/MinecraftConsoles.sln index 61e02755..13f786ce 100644 --- a/MinecraftConsoles.sln +++ b/MinecraftConsoles.sln @@ -1,157 +1,161 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft.World", "Minecraft.World\Minecraft.World.vcxproj", "{F046C3CE-9749-4823-B32B-D9CC10B1A2C8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft.Client", "Minecraft.Client\Minecraft.Client.vcxproj", "{1B9A8C38-DD48-448C-AA24-E1A35E0089A3}" - ProjectSection(ProjectDependencies) = postProject - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8} = {F046C3CE-9749-4823-B32B-D9CC10B1A2C8} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - ContentPackage_NO_TU|Durango = ContentPackage_NO_TU|Durango - ContentPackage_NO_TU|ORBIS = ContentPackage_NO_TU|ORBIS - ContentPackage_NO_TU|PS3 = ContentPackage_NO_TU|PS3 - ContentPackage_NO_TU|PSVita = ContentPackage_NO_TU|PSVita - ContentPackage_NO_TU|Windows64 = ContentPackage_NO_TU|Windows64 - ContentPackage_NO_TU|Xbox 360 = ContentPackage_NO_TU|Xbox 360 - CONTENTPACKAGE_SYMBOLS|Durango = CONTENTPACKAGE_SYMBOLS|Durango - CONTENTPACKAGE_SYMBOLS|ORBIS = CONTENTPACKAGE_SYMBOLS|ORBIS - CONTENTPACKAGE_SYMBOLS|PS3 = CONTENTPACKAGE_SYMBOLS|PS3 - CONTENTPACKAGE_SYMBOLS|PSVita = CONTENTPACKAGE_SYMBOLS|PSVita - CONTENTPACKAGE_SYMBOLS|Windows64 = CONTENTPACKAGE_SYMBOLS|Windows64 - CONTENTPACKAGE_SYMBOLS|Xbox 360 = CONTENTPACKAGE_SYMBOLS|Xbox 360 - ContentPackage|Durango = ContentPackage|Durango - ContentPackage|ORBIS = ContentPackage|ORBIS - ContentPackage|PS3 = ContentPackage|PS3 - ContentPackage|PSVita = ContentPackage|PSVita - ContentPackage|Windows64 = ContentPackage|Windows64 - ContentPackage|Xbox 360 = ContentPackage|Xbox 360 - Debug|Durango = Debug|Durango - Debug|ORBIS = Debug|ORBIS - Debug|PS3 = Debug|PS3 - Debug|PSVita = Debug|PSVita - Debug|Windows64 = Debug|Windows64 - Debug|Xbox 360 = Debug|Xbox 360 - Release|Durango = Release|Durango - Release|ORBIS = Release|ORBIS - Release|PS3 = Release|PS3 - Release|PSVita = Release|PSVita - Release|Windows64 = Release|Windows64 - Release|Xbox 360 = Release|Xbox 360 - ReleaseForArt|Durango = ReleaseForArt|Durango - ReleaseForArt|ORBIS = ReleaseForArt|ORBIS - ReleaseForArt|PS3 = ReleaseForArt|PS3 - ReleaseForArt|PSVita = ReleaseForArt|PSVita - ReleaseForArt|Windows64 = ReleaseForArt|Windows64 - ReleaseForArt|Xbox 360 = ReleaseForArt|Xbox 360 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Durango.ActiveCfg = ContentPackage_NO_TU|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|ORBIS.ActiveCfg = ContentPackage_NO_TU|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|PS3.ActiveCfg = ContentPackage_NO_TU|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|PS3.Build.0 = ContentPackage_NO_TU|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|PSVita.ActiveCfg = ContentPackage_NO_TU|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Windows64.ActiveCfg = ContentPackage_NO_TU|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Xbox 360.ActiveCfg = ContentPackage_NO_TU|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Durango.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|ORBIS.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|PS3.ActiveCfg = CONTENTPACKAGE_SYMBOLS|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|PS3.Build.0 = CONTENTPACKAGE_SYMBOLS|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|PSVita.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Windows64.ActiveCfg = CONTENTPACKAGE_SYMBOLS|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Xbox 360.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Durango.ActiveCfg = ContentPackage|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|ORBIS.ActiveCfg = ContentPackage|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|PS3.ActiveCfg = ContentPackage|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|PS3.Build.0 = ContentPackage|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|PSVita.ActiveCfg = ContentPackage|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Windows64.ActiveCfg = ContentPackage|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Windows64.Build.0 = ContentPackage|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Xbox 360.ActiveCfg = ContentPackage|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Durango.ActiveCfg = Debug|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|ORBIS.ActiveCfg = Debug|ORBIS - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|ORBIS.Build.0 = Debug|ORBIS - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PS3.ActiveCfg = Debug|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PS3.Build.0 = Debug|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PSVita.ActiveCfg = Debug|PSVita - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PSVita.Build.0 = Debug|PSVita - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Windows64.ActiveCfg = Debug|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Windows64.Build.0 = Debug|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Xbox 360.Build.0 = Debug|Xbox 360 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Durango.ActiveCfg = Release|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|ORBIS.ActiveCfg = Release|ORBIS - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|ORBIS.Build.0 = Release|ORBIS - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PS3.ActiveCfg = Release|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PS3.Build.0 = Release|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PSVita.ActiveCfg = Release|PSVita - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PSVita.Build.0 = Release|PSVita - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Windows64.ActiveCfg = Release|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Windows64.Build.0 = Release|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Xbox 360.ActiveCfg = Release|Xbox 360 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Xbox 360.Build.0 = Release|Xbox 360 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Durango.ActiveCfg = ReleaseForArt|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|ORBIS.ActiveCfg = ReleaseForArt|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|PS3.ActiveCfg = ReleaseForArt|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|PS3.Build.0 = ReleaseForArt|PS3 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|PSVita.ActiveCfg = ReleaseForArt|Win32 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Windows64.ActiveCfg = ReleaseForArt|x64 - {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Xbox 360.ActiveCfg = ReleaseForArt|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Durango.ActiveCfg = ContentPackage_NO_TU|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|ORBIS.ActiveCfg = ContentPackage_NO_TU|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|PS3.ActiveCfg = ContentPackage_NO_TU|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|PS3.Build.0 = ContentPackage_NO_TU|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|PSVita.ActiveCfg = ContentPackage_NO_TU|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Windows64.ActiveCfg = ContentPackage_NO_TU|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Xbox 360.ActiveCfg = ContentPackage_NO_TU|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Durango.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|ORBIS.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|PS3.ActiveCfg = CONTENTPACKAGE_SYMBOLS|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|PS3.Build.0 = CONTENTPACKAGE_SYMBOLS|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|PSVita.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Windows64.ActiveCfg = CONTENTPACKAGE_SYMBOLS|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Xbox 360.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Durango.ActiveCfg = ContentPackage|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|ORBIS.ActiveCfg = ContentPackage|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|PS3.ActiveCfg = ContentPackage|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|PS3.Build.0 = ContentPackage|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|PSVita.ActiveCfg = ContentPackage|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Windows64.ActiveCfg = ContentPackage|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Xbox 360.ActiveCfg = ContentPackage|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Durango.ActiveCfg = Debug|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|ORBIS.ActiveCfg = Debug|ORBIS - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|ORBIS.Build.0 = Debug|ORBIS - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PS3.ActiveCfg = Debug|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PS3.Build.0 = Debug|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PSVita.ActiveCfg = Debug|PSVita - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PSVita.Build.0 = Debug|PSVita - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Windows64.ActiveCfg = Debug|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Windows64.Build.0 = Debug|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Xbox 360.Build.0 = Debug|Xbox 360 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Durango.ActiveCfg = Release|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|ORBIS.ActiveCfg = Release|ORBIS - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|ORBIS.Build.0 = Release|ORBIS - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PS3.ActiveCfg = Release|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PS3.Build.0 = Release|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PSVita.ActiveCfg = Release|PSVita - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PSVita.Build.0 = Release|PSVita - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Windows64.ActiveCfg = Release|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Windows64.Build.0 = Release|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Windows64.Deploy.0 = Release|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Xbox 360.ActiveCfg = Release|Xbox 360 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Xbox 360.Build.0 = Release|Xbox 360 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Durango.ActiveCfg = ReleaseForArt|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|ORBIS.ActiveCfg = ReleaseForArt|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|PS3.ActiveCfg = ReleaseForArt|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|PS3.Build.0 = ReleaseForArt|PS3 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|PSVita.ActiveCfg = ReleaseForArt|Win32 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Windows64.ActiveCfg = ReleaseForArt|x64 - {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Xbox 360.ActiveCfg = ReleaseForArt|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft.World", "Minecraft.World\Minecraft.World.vcxproj", "{F046C3CE-9749-4823-B32B-D9CC10B1A2C8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft.Client", "Minecraft.Client\Minecraft.Client.vcxproj", "{1B9A8C38-DD48-448C-AA24-E1A35E0089A3}" + ProjectSection(ProjectDependencies) = postProject + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8} = {F046C3CE-9749-4823-B32B-D9CC10B1A2C8} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + ContentPackage_NO_TU|Durango = ContentPackage_NO_TU|Durango + ContentPackage_NO_TU|ORBIS = ContentPackage_NO_TU|ORBIS + ContentPackage_NO_TU|PS3 = ContentPackage_NO_TU|PS3 + ContentPackage_NO_TU|PSVita = ContentPackage_NO_TU|PSVita + ContentPackage_NO_TU|Windows64 = ContentPackage_NO_TU|Windows64 + ContentPackage_NO_TU|Xbox 360 = ContentPackage_NO_TU|Xbox 360 + CONTENTPACKAGE_SYMBOLS|Durango = CONTENTPACKAGE_SYMBOLS|Durango + CONTENTPACKAGE_SYMBOLS|ORBIS = CONTENTPACKAGE_SYMBOLS|ORBIS + CONTENTPACKAGE_SYMBOLS|PS3 = CONTENTPACKAGE_SYMBOLS|PS3 + CONTENTPACKAGE_SYMBOLS|PSVita = CONTENTPACKAGE_SYMBOLS|PSVita + CONTENTPACKAGE_SYMBOLS|Windows64 = CONTENTPACKAGE_SYMBOLS|Windows64 + CONTENTPACKAGE_SYMBOLS|Xbox 360 = CONTENTPACKAGE_SYMBOLS|Xbox 360 + ContentPackage|Durango = ContentPackage|Durango + ContentPackage|ORBIS = ContentPackage|ORBIS + ContentPackage|PS3 = ContentPackage|PS3 + ContentPackage|PSVita = ContentPackage|PSVita + ContentPackage|Windows64 = ContentPackage|Windows64 + ContentPackage|Xbox 360 = ContentPackage|Xbox 360 + Debug|Durango = Debug|Durango + Debug|ORBIS = Debug|ORBIS + Debug|PS3 = Debug|PS3 + Debug|PSVita = Debug|PSVita + Debug|Windows64 = Debug|Windows64 + Debug|Xbox 360 = Debug|Xbox 360 + Release|Durango = Release|Durango + Release|ORBIS = Release|ORBIS + Release|PS3 = Release|PS3 + Release|PSVita = Release|PSVita + Release|Windows64 = Release|Windows64 + Release|Xbox 360 = Release|Xbox 360 + ReleaseForArt|Durango = ReleaseForArt|Durango + ReleaseForArt|ORBIS = ReleaseForArt|ORBIS + ReleaseForArt|PS3 = ReleaseForArt|PS3 + ReleaseForArt|PSVita = ReleaseForArt|PSVita + ReleaseForArt|Windows64 = ReleaseForArt|Windows64 + ReleaseForArt|Xbox 360 = ReleaseForArt|Xbox 360 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Durango.ActiveCfg = ContentPackage_NO_TU|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|ORBIS.ActiveCfg = ContentPackage_NO_TU|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|PS3.ActiveCfg = ContentPackage_NO_TU|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|PS3.Build.0 = ContentPackage_NO_TU|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|PSVita.ActiveCfg = ContentPackage_NO_TU|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Windows64.ActiveCfg = ContentPackage_NO_TU|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Xbox 360.ActiveCfg = ContentPackage_NO_TU|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage_NO_TU|Xbox 360.Build.0 = ContentPackage_NO_TU|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Durango.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|ORBIS.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|PS3.ActiveCfg = CONTENTPACKAGE_SYMBOLS|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|PS3.Build.0 = CONTENTPACKAGE_SYMBOLS|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|PSVita.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Windows64.ActiveCfg = CONTENTPACKAGE_SYMBOLS|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Xbox 360.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.CONTENTPACKAGE_SYMBOLS|Xbox 360.Build.0 = CONTENTPACKAGE_SYMBOLS|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Durango.ActiveCfg = ContentPackage|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|ORBIS.ActiveCfg = ContentPackage|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|PS3.ActiveCfg = ContentPackage|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|PS3.Build.0 = ContentPackage|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|PSVita.ActiveCfg = ContentPackage|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Windows64.ActiveCfg = ContentPackage|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Windows64.Build.0 = ContentPackage|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Xbox 360.ActiveCfg = ContentPackage|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ContentPackage|Xbox 360.Build.0 = ContentPackage|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Durango.ActiveCfg = Debug|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|ORBIS.ActiveCfg = Debug|ORBIS + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|ORBIS.Build.0 = Debug|ORBIS + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PS3.ActiveCfg = Debug|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PS3.Build.0 = Debug|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|PSVita.ActiveCfg = Debug|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Windows64.ActiveCfg = Debug|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Windows64.Build.0 = Debug|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Debug|Xbox 360.Build.0 = Debug|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Durango.ActiveCfg = Release|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|ORBIS.ActiveCfg = Release|ORBIS + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|ORBIS.Build.0 = Release|ORBIS + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PS3.ActiveCfg = Release|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PS3.Build.0 = Release|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|PSVita.ActiveCfg = Release|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Windows64.ActiveCfg = Release|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Windows64.Build.0 = Release|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Xbox 360.ActiveCfg = Release|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.Release|Xbox 360.Build.0 = Release|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Durango.ActiveCfg = ReleaseForArt|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|ORBIS.ActiveCfg = ReleaseForArt|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|PS3.ActiveCfg = ReleaseForArt|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|PS3.Build.0 = ReleaseForArt|PS3 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|PSVita.ActiveCfg = ReleaseForArt|Win32 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Windows64.ActiveCfg = ReleaseForArt|x64 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Xbox 360.ActiveCfg = ReleaseForArt|Xbox 360 + {F046C3CE-9749-4823-B32B-D9CC10B1A2C8}.ReleaseForArt|Xbox 360.Build.0 = ReleaseForArt|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Durango.ActiveCfg = ContentPackage_NO_TU|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|ORBIS.ActiveCfg = ContentPackage_NO_TU|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|PS3.ActiveCfg = ContentPackage_NO_TU|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|PS3.Build.0 = ContentPackage_NO_TU|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|PSVita.ActiveCfg = ContentPackage_NO_TU|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Windows64.ActiveCfg = ContentPackage_NO_TU|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Xbox 360.ActiveCfg = ContentPackage_NO_TU|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage_NO_TU|Xbox 360.Build.0 = ContentPackage_NO_TU|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Durango.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|ORBIS.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|PS3.ActiveCfg = CONTENTPACKAGE_SYMBOLS|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|PS3.Build.0 = CONTENTPACKAGE_SYMBOLS|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|PSVita.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Windows64.ActiveCfg = CONTENTPACKAGE_SYMBOLS|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Xbox 360.ActiveCfg = CONTENTPACKAGE_SYMBOLS|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.CONTENTPACKAGE_SYMBOLS|Xbox 360.Build.0 = CONTENTPACKAGE_SYMBOLS|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Durango.ActiveCfg = ContentPackage|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|ORBIS.ActiveCfg = ContentPackage|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|PS3.ActiveCfg = ContentPackage|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|PS3.Build.0 = ContentPackage|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|PSVita.ActiveCfg = ContentPackage|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Windows64.ActiveCfg = ContentPackage|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Xbox 360.ActiveCfg = ContentPackage|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ContentPackage|Xbox 360.Build.0 = ContentPackage|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Durango.ActiveCfg = Debug|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|ORBIS.ActiveCfg = Debug|ORBIS + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|ORBIS.Build.0 = Debug|ORBIS + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PS3.ActiveCfg = Debug|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PS3.Build.0 = Debug|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|PSVita.ActiveCfg = Debug|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Windows64.ActiveCfg = Debug|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Windows64.Build.0 = Debug|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Debug|Xbox 360.Build.0 = Debug|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Durango.ActiveCfg = Release|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|ORBIS.ActiveCfg = Release|ORBIS + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|ORBIS.Build.0 = Release|ORBIS + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PS3.ActiveCfg = Release|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PS3.Build.0 = Release|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|PSVita.ActiveCfg = Release|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Windows64.ActiveCfg = Release|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Windows64.Build.0 = Release|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Windows64.Deploy.0 = Release|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Xbox 360.ActiveCfg = Release|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.Release|Xbox 360.Build.0 = Release|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Durango.ActiveCfg = ReleaseForArt|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|ORBIS.ActiveCfg = ReleaseForArt|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|PS3.ActiveCfg = ReleaseForArt|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|PS3.Build.0 = ReleaseForArt|PS3 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|PSVita.ActiveCfg = ReleaseForArt|Win32 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Windows64.ActiveCfg = ReleaseForArt|x64 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Xbox 360.ActiveCfg = ReleaseForArt|Xbox 360 + {1B9A8C38-DD48-448C-AA24-E1A35E0089A3}.ReleaseForArt|Xbox 360.Build.0 = ReleaseForArt|Xbox 360 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal