|
13 | 13 | <RowDefinition/> |
14 | 14 | <RowDefinition Height="108"/> |
15 | 15 | </Grid.RowDefinitions> |
16 | | - <Grid x:Name="grid1" AllowDrop="True" VerticalAlignment="Bottom" Height="315" Grid.RowSpan="2" HorizontalAlignment="Left" Width="1094" Margin="0,0,0,107" Grid.Row="1"> |
| 16 | + <Grid x:Name="grid1" AllowDrop="True" VerticalAlignment="Bottom" Height="315" Grid.RowSpan="2" HorizontalAlignment="Left" Width="1094" Margin="0,0,0,107" Grid.Row="1" d:IsLocked="True"> |
17 | 17 | <Grid.Background> |
18 | 18 | <ImageBrush ImageSource="pack://siteoforigin:,,,/Images/bg_inGame.jpg"/> |
19 | 19 | </Grid.Background> |
|
24 | 24 | <DockPanel Height="35" LastChildFill="False" Margin="717,10,0,0" Background="#FFE2DBDB" HorizontalAlignment="Left" VerticalAlignment="Top" Width="105"/> |
25 | 25 |
|
26 | 26 | </Grid> |
27 | | - <Grid x:Name="gridControlBar" Background="#FF2C2206" Margin="0,1,0,0" Grid.Row="2"> |
| 27 | + <Grid x:Name="gridControlBar" Background="#FF2C2206" Margin="0,1,0,0" Grid.Row="2" d:IsLocked="True"> |
28 | 28 | <Button x:Name="btnSpeedUp" Content=">" HorizontalAlignment="Left" Margin="24,58,0,0" VerticalAlignment="Top" Width="48" FontWeight="Bold" FontSize="16" Click="btnSpeedUp_Click" Height="35" Focusable="False" ToolTip="調整遊戲進行速度" Background="#FFB09F9F"/> |
29 | 29 | <Button x:Name="btnReturnToMenu" Content="Menu" HorizontalAlignment="Left" Margin="24,10,0,0" VerticalAlignment="Top" Width="48" Height="35" Click="btnReturnToMenu_Click" Focusable="False" ToolTip="回主選單" Foreground="Black" Background="#FFB09F9F" FontWeight="Bold"/> |
30 | 30 | <Button x:Name="skill1" HorizontalAlignment="Left" Margin="127,10,0,0" VerticalAlignment="Top" Width="43" Height="39" Focusable="False" ToolTip="時間凍結
CD: 40s
停止敵方全體10秒" Click="skill1_Click" BorderThickness="1" Background="{x:Null}" BorderBrush="{x:Null}"> |
|
68 | 68 | <Button x:Name="btnUnlock6" Content="$" HorizontalAlignment="Left" Height="26" Margin="817,46,0,0" VerticalAlignment="Top" Width="82" Click="btnUnlock6_Click" Focusable="False" Background="#FFB09F9F"/> |
69 | 69 | <Button x:Name="btnUpgradeTower" Content="升級塔" HorizontalAlignment="Left" Height="70" Margin="981,15,0,0" VerticalAlignment="Top" Width="79" Click="btnUpgradeTower_Click" Focusable="False" Background="#FFB09F9F" BorderThickness="0"/> |
70 | 70 | </Grid> |
71 | | - <Grid x:Name="gridTopBar" Background="#FFC5BCBC"> |
| 71 | + <Grid x:Name="gridTopBar" Background="#FFC5BCBC" d:IsLocked="True"> |
72 | 72 | <Label Content="HP/maxHP" Margin="757,0,0,10" Height="25" HorizontalContentAlignment="Right" BorderBrush="#FF0F0909" BorderThickness="1" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="200" Background="#FFFB0505" /> |
73 | 73 | <Label Content="HP/maxHP" Margin="35,0,0,10" Height="25" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="200" Background="#FFF70F0F" /> |
74 | 74 | <Label Content="難度" HorizontalAlignment="Left" Margin="456,16,0,0" VerticalAlignment="Top" Width="107"/> |
75 | 75 | </Grid> |
76 | 76 |
|
77 | | - <Grid x:Name="gridBG" Grid.RowSpan="3" MouseDown="gridBG_MouseDown" d:IsHidden="True" > |
| 77 | + <Grid x:Name="gridBG" Grid.RowSpan="3" MouseDown="gridBG_MouseDown" > |
78 | 78 | <Grid.Background> |
79 | 79 | <ImageBrush ImageSource="Images/Cover.png"/> |
80 | 80 | </Grid.Background> |
81 | 81 | <StackPanel x:Name="stackMenu" HorizontalAlignment="Left" Height="278" Margin="25,75,0,0" VerticalAlignment="Top" Width="131" OpacityMask="Black"> |
82 | 82 | <Button x:Name="startGame" Content="新遊戲" Height="45" Click="startGame_Click" Padding="5" FontSize="16" FontWeight="Bold" Margin="0,10" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="White"/> |
83 | | - <Button x:Name="howTo" Content="說 明" Height="49" Click="howTo_Click" Padding="5" FontSize="16" FontWeight="Bold" Margin="0,10" BorderBrush="{x:Null}" Background="{x:Null}" Foreground="White"/> |
84 | | - <Button x:Name="about" Content="關 於" Height="49" Click="about_Click" Padding="5" FontSize="16" FontWeight="Bold" Margin="0,10" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="White"/> |
| 83 | + <Button x:Name="howTo" Content="關 於" Height="49" Click="howTo_Click" Padding="5" FontSize="16" FontWeight="Bold" Margin="0,10" BorderBrush="{x:Null}" Background="{x:Null}" Foreground="White"/> |
| 84 | + <Button x:Name="about" Content="作者群" Height="49" Click="about_Click" Padding="5" FontSize="16" FontWeight="Bold" Margin="0,10" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="White"/> |
85 | 85 | </StackPanel> |
86 | 86 | <StackPanel x:Name="spDiffcultly" HorizontalAlignment="Left" Height="167" Margin="161,87,0,0" VerticalAlignment="Top" Width="94" Visibility="Hidden"> |
87 | 87 | <Button x:Name="btnEasy" Content="簡 單" Height="35" Click="btnEasy_Click" Padding="5" Focusable="False" FontSize="16" FontWeight="Bold" Margin="0,3" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="White"/> |
88 | 88 | <Button x:Name="btnNormal" Content="中 級" Height="35" Click="btnNormal_Click" Padding="5" Focusable="False" FontSize="16" FontWeight="Bold" Margin="0,3" BorderBrush="{x:Null}" Background="{x:Null}" Foreground="White"/> |
89 | 89 | <Button x:Name="btnHard" Content="困 難" Height="35" Click="btnHard_Click" Padding="5" Focusable="False" FontSize="16" FontWeight="Bold" Margin="0,3" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="White"/> |
90 | 90 | <Button x:Name="btnSuperHard" Content="絕望級" Height="35" Click="btnSuperHard_Click" Padding="5" Focusable="False" FontSize="16" FontWeight="Bold" Margin="0,3" BorderBrush="{x:Null}" Background="{x:Null}" Foreground="White"/> |
91 | 91 | </StackPanel> |
| 92 | + <Label Content="Version: 1.124" HorizontalAlignment="Left" Margin="992,0,0,0" VerticalAlignment="Top" Height="28" Width="102" FontWeight="Bold" Foreground="White" Background="{x:Null}" OpacityMask="#FF131313"/> |
92 | 93 | </Grid> |
93 | 94 | </Grid> |
94 | 95 | </Window> |
0 commit comments