LOGO挤出

This commit is contained in:
GG Z
2021-06-23 12:51:54 +08:00
parent 49f7cbddc0
commit 52d30a7ad9
9 changed files with 180 additions and 84 deletions

View File

@@ -79,11 +79,16 @@
TextAlignment="Center" />
</GroupBox>
<Button
x:Name="btnConfirm"
x:Name="btnByRoom"
Grid.Row="2"
Grid.Column="0"
Grid.ColumnSpan="2"
Click="btnConfirm_Click"
Content="铺设" />
Content="房间铺设" />
<Button
x:Name="btnByFace"
Grid.Row="2"
Grid.Column="1"
Click="btnConfirm_Click"
Content="按面铺设" />
</Grid>
</Window>