初始化上传
This commit is contained in:
66
常用工具集/Views/03图片相关/色卡包.axaml
Normal file
66
常用工具集/Views/03图片相关/色卡包.axaml
Normal file
@@ -0,0 +1,66 @@
|
||||
<UserControl xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" Height="660" Width="815"
|
||||
xmlns:vm ="clr-namespace:常用工具集.ViewModel._03图片相关"
|
||||
x:Class="常用工具集.色卡包"
|
||||
x:CompileBindings="True"
|
||||
x:DataType="vm:色卡包ViewModel">
|
||||
<UserControl.DataContext>
|
||||
<vm:色卡包ViewModel />
|
||||
</UserControl.DataContext>
|
||||
<Grid ColumnDefinitions="2*,3*">
|
||||
<Grid Grid.Column="0" ColumnDefinitions="*,*,*,*" RowDefinitions="*,*,*,*,*,*,*,*,*,*,*,*,*,*,*">
|
||||
<Button Grid.Row="0" Grid.Column="0" CornerRadius="10" Content="钴蓝" Command="{Binding ButtonCmd}" CommandParameter="钴蓝" Width="80" Height="30" Background="#569DD9" Foreground="White" />
|
||||
<Button Grid.Row="1" Grid.Column="0" CornerRadius="10" Content="琉璃色" Command="{Binding ButtonCmd}" CommandParameter="琉璃色" Width="80" Height="30" Background="#1D50A2" Foreground="White"/>
|
||||
<Button Grid.Row="2" Grid.Column="0" CornerRadius="10" Content="浓蓝" Command="{Binding ButtonCmd}" CommandParameter="浓蓝" Width="80" Height="30" Background="#005977" Foreground="White"/>
|
||||
<Button Grid.Row="3" Grid.Column="0" CornerRadius="10" Content="青金石" Command="{Binding ButtonCmd}" CommandParameter="青金石" Width="80" Height="30" Background="#134098" Foreground="White"/>
|
||||
<Button Grid.Row="4" Grid.Column="0" CornerRadius="10" Content="深青灰" Command="{Binding ButtonCmd}" CommandParameter="深青灰" Width="80" Height="30" Background="#005178" Foreground="White"/>
|
||||
<Button Grid.Row="5" Grid.Column="0" CornerRadius="10" Content="绯红" Command="{Binding ButtonCmd}" CommandParameter="绯红" Width="80" Height="30" Background="#E72520" Foreground="White"/>
|
||||
<Button Grid.Row="6" Grid.Column="0" CornerRadius="10" Content="桃色" Command="{Binding ButtonCmd}" CommandParameter="桃色" Width="80" Height="30" Background="#DE7896" Foreground="White"/>
|
||||
<Button Grid.Row="7" Grid.Column="0" CornerRadius="10" Content="正红" Command="{Binding ButtonCmd}" CommandParameter="正红" Width="80" Height="30" Background="#D8210D" Foreground="White"/>
|
||||
<Button Grid.Row="8" Grid.Column="0" CornerRadius="10" Content="黄橙色" Command="{Binding ButtonCmd}" CommandParameter="黄橙色" Width="80" Height="30" Background="#E7A53B" Foreground="White"/>
|
||||
<Button Grid.Row="9" Grid.Column="0" CornerRadius="10" Content="橘红色" Command="{Binding ButtonCmd}" CommandParameter="橘红色" Width="80" Height="30" Background="#ED6D00" Foreground="White"/>
|
||||
<Button Grid.Row="10" Grid.Column="0" CornerRadius="10" Content="太阳橙" Command="{Binding ButtonCmd}" CommandParameter="太阳橙" Width="80" Height="30" Background="#F18D00" Foreground="White"/>
|
||||
<Button Grid.Row="11" Grid.Column="0" CornerRadius="10" Content="酒红" Command="{Binding ButtonCmd}" CommandParameter="酒红" Width="80" Height="30" Background="#B5003E" Foreground="White"/>
|
||||
<Button Grid.Row="12" Grid.Column="0" CornerRadius="10" Content="牡丹红" Command="{Binding ButtonCmd}" CommandParameter="牡丹红" Width="80" Height="30" Background="#F1006F" Foreground="White"/>
|
||||
<Button Grid.Row="13" Grid.Column="0" CornerRadius="10" Content="蔷薇色" Command="{Binding ButtonCmd}" CommandParameter="蔷薇色" Width="80" Height="30" Background="#D7003F" Foreground="White"/>
|
||||
<Button Grid.Row="14" Grid.Column="0" CornerRadius="10" Content="洋红" Command="{Binding ButtonCmd}" CommandParameter="洋红" Width="80" Height="30" Background="#E61C64" Foreground="White"/>
|
||||
<Button Grid.Row="0" Grid.Column="1" CornerRadius="10" Content="梨色" Command="{Binding ButtonCmd}" CommandParameter="梨色" Width="80" Height="30" Background="#FCDDAE" Foreground="White"/>
|
||||
<Button Grid.Row="1" Grid.Column="1" CornerRadius="10" Content="麦色" Command="{Binding ButtonCmd}" CommandParameter="麦色" Width="80" Height="30" Background="#CDB081" Foreground="White"/>
|
||||
<Button Grid.Row="2" Grid.Column="1" CornerRadius="10" Content="椰棕色" Command="{Binding ButtonCmd}" CommandParameter="椰棕色" Width="80" Height="30" Background="#7A4817" Foreground="White"/>
|
||||
<Button Grid.Row="3" Grid.Column="1" CornerRadius="10" Content="草绿" Command="{Binding ButtonCmd}" CommandParameter="草绿" Width="80" Height="30" Background="#A9C368" Foreground="White"/>
|
||||
<Button Grid.Row="4" Grid.Column="1" CornerRadius="10" Content="浅绿" Command="{Binding ButtonCmd}" CommandParameter="浅绿" Width="80" Height="30" Background="#CCE198" Foreground="White"/>
|
||||
<Button Grid.Row="5" Grid.Column="1" CornerRadius="10" Content="闪光绿" Command="{Binding ButtonCmd}" CommandParameter="闪光绿" Width="80" Height="30" Background="#D9E480" Foreground="Red"/>
|
||||
<Button Grid.Row="6" Grid.Column="1" CornerRadius="10" Content="贝色" Command="{Binding ButtonCmd}" CommandParameter="贝色" Width="80" Height="30" Background="#FCFBF4" Foreground="Red"/>
|
||||
<Button Grid.Row="7" Grid.Column="1" CornerRadius="10" Content="黑灰" Command="{Binding ButtonCmd}" CommandParameter="黑灰" Width="80" Height="30" Background="#534A46" Foreground="White"/>
|
||||
<Button Grid.Row="8" Grid.Column="1" CornerRadius="10" Content="鸠羽灰" Command="{Binding ButtonCmd}" CommandParameter="鸠羽灰" Width="80" Height="30" Background="#9E8B8E" Foreground="White"/>
|
||||
<Button Grid.Row="9" Grid.Column="1" CornerRadius="10" Content="浅灰" Command="{Binding ButtonCmd}" CommandParameter="浅灰" Width="80" Height="30" Background="#9F9FA0" Foreground="White"/>
|
||||
<Button Grid.Row="10" Grid.Column="1" CornerRadius="10" Content="濡雨色" Command="{Binding ButtonCmd}" CommandParameter="濡雨色" Width="80" Height="30" Background="#000A00" Foreground="White"/>
|
||||
<Button Grid.Row="11" Grid.Column="1" CornerRadius="10" Content="古代紫" Command="{Binding ButtonCmd}" CommandParameter="古代紫" Width="80" Height="30" Background="#D0ABBF" Foreground="White"/>
|
||||
<Button Grid.Row="12" Grid.Column="1" CornerRadius="10" Content="青紫色" Command="{Binding ButtonCmd}" CommandParameter="青紫色" Width="80" Height="30" Background="#775F9F" Foreground="White"/>
|
||||
<Button Grid.Row="13" Grid.Column="1" CornerRadius="10" Content="薰衣草" Command="{Binding ButtonCmd}" CommandParameter="薰衣草" Width="80" Height="30" Background="#D4C4DB" Foreground="White"/>
|
||||
<Button Grid.Row="14" Grid.Column="1" CornerRadius="10" Content="紫色" Command="{Binding ButtonCmd}" CommandParameter="紫色" Width="80" Height="30" Background="#920783" Foreground="White"/>
|
||||
<Button Grid.Row="0" Grid.Column="2" CornerRadius="10" Content="紫水晶" Command="{Binding ButtonCmd}" CommandParameter="紫水晶" Width="80" Height="30" Background="#7E4985" Foreground="White"/>
|
||||
<Button Grid.Row="1" Grid.Column="2" CornerRadius="10" Content="卡机色" Command="{Binding ButtonCmd}" CommandParameter="卡机色" Width="80" Height="30" Background="#B08727" Foreground="White"/>
|
||||
<Button Grid.Row="2" Grid.Column="2" CornerRadius="10" Content="鲜黄色" Command="{Binding ButtonCmd}" CommandParameter="鲜黄色" Width="80" Height="30" Background="#FFEA00" Foreground="White"/>
|
||||
<Button Grid.Row="3" Grid.Column="2" CornerRadius="10" Content="月亮黄" Command="{Binding ButtonCmd}" CommandParameter="月亮黄" Width="80" Height="30" Background="#FFED61" Foreground="White"/>
|
||||
<Button Grid.Row="4" Grid.Column="2" CornerRadius="10" Content="铬绿" Command="{Binding ButtonCmd}" CommandParameter="铬绿" Width="80" Height="30" Background="#6ABD78" Foreground="White"/>
|
||||
<Button Grid.Row="5" Grid.Column="2" CornerRadius="10" Content="孔雀绿" Command="{Binding ButtonCmd}" CommandParameter="孔雀绿" Width="80" Height="30" Background="#007F77" Foreground="White"/>
|
||||
<Button Grid.Row="6" Grid.Column="2" CornerRadius="10" Content="墨绿" Command="{Binding ButtonCmd}" CommandParameter="墨绿" Width="80" Height="30" Background="#006450" Foreground="White"/>
|
||||
<Button Grid.Row="7" Grid.Column="2" CornerRadius="10" Content="青灰绿" Command="{Binding ButtonCmd}" CommandParameter="青灰绿" Width="80" Height="30" Background="#418D6D" Foreground="White"/>
|
||||
<Button Grid.Row="8" Grid.Column="2" CornerRadius="10" Content="铬黄" Command="{Binding ButtonCmd}" CommandParameter="铬黄" Width="80" Height="30" Background="#FDD000" Foreground="White"/>
|
||||
<Button Grid.Row="9" Grid.Column="2" CornerRadius="10" Content="芥予色" Command="{Binding ButtonCmd}" CommandParameter="芥予色" Width="80" Height="30" Background="#D6C55F" Foreground="White"/>
|
||||
<Button Grid.Row="10" Grid.Column="2" CornerRadius="10" Content="那不勒斯黄" Command="{Binding ButtonCmd}" CommandParameter="那不勒斯黄" Width="80" Height="30" Background="#D7CC48" Foreground="White"/>
|
||||
<Button Grid.Row="11" Grid.Column="2" CornerRadius="10" Content="秋菊黄" Command="{Binding ButtonCmd}" CommandParameter="秋菊黄" Width="80" Height="30" Background="#FFEC94" Foreground="White"/>
|
||||
<Button Grid.Row="12" Grid.Column="2" CornerRadius="10" Content="地平线" Command="{Binding ButtonCmd}" CommandParameter="地平线" Width="80" Height="30" Background="#B0DCD5" Foreground="White"/>
|
||||
<Button Grid.Row="13" Grid.Column="2" CornerRadius="10" Content="灰瓷" Command="{Binding ButtonCmd}" CommandParameter="灰瓷" Width="80" Height="30" Background="#AFD3D9" Foreground="White"/>
|
||||
<Button Grid.Row="14" Grid.Column="2" CornerRadius="10" Content="浓蓝绿" Command="{Binding ButtonCmd}" CommandParameter="浓蓝绿" Width="80" Height="30" Background="#00697F" Foreground="White"/>
|
||||
<Button Grid.Row="0" Grid.Column="3" CornerRadius="10" Content="深蓝" Command="{Binding ButtonCmd}" CommandParameter="深蓝" Width="80" Height="30" Background="#006296" Foreground="White"/>
|
||||
</Grid>
|
||||
<Grid Grid.Column="1">
|
||||
<Image Source="{Binding ImageSource}" Stretch="Fill"/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user