mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
15 lines
813 B
XML
15 lines
813 B
XML
<UserControl x:Class="MeoAsstGui.MallSettingsUserControl"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:s="https://github.com/canton7/Stylet"
|
|
xmlns:dd="urn:gong-wpf-dragdrop"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="300" d:DesignWidth="550">
|
|
<Grid Margin="20, 20">
|
|
<!--IsEnabled="{Binding CreditShoppingCheckBoxIsEnable}"-->
|
|
<CheckBox IsChecked="{Binding CreditShopping}"
|
|
Content=" 信用商店随缘买 (不买碳和家具)" />
|
|
</Grid>
|
|
</UserControl> |