UI设计
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
mc:Ignorable="d"
|
||||
Title="Window1" Height="300" Width="300">
|
||||
<Grid>
|
||||
<StackPanel HorizontalAlignment="Left" Margin="187,0,0,10.4" Width="100">
|
||||
<Image x:Name="image" Height="46" Source="UI/Resources/聊天气泡.png" Margin="0,0,10,0"/>
|
||||
|
||||
</StackPanel>
|
||||
<Button x:Name="button" Content="Button" HorizontalAlignment="Left" Margin="90,108,0,0" VerticalAlignment="Top" Width="75" Click="Button_Click"/>
|
||||
|
||||
<ComboBox x:Name="comboBox" HorizontalAlignment="Left" Margin="75,85,0,0" VerticalAlignment="Top" Width="120" Style="{DynamicResource DropDownMenu}"/>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user