-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMainWindow.xaml
382 lines (368 loc) · 22.3 KB
/
MainWindow.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<Window x:Class="Bilibili_Client.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
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"
xmlns:controls="http://schemas.microsoft.com/netfx/2009/xaml/presentation"
mc:Ignorable="d"
xmlns:hc="https://handyorg.github.io/handycontrol"
x:Name="mainwindow"
Background="Transparent"
Title="PILIPILI客户端"
Height="900"
Width="1360"
WindowStyle="None"
MinWidth="1011.1">
<Window.CommandBindings>
<CommandBinding Command="New"
Executed="Change_Middle_Title"></CommandBinding>
</Window.CommandBindings>
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<hc:Theme Name="HandyTheme" />
<ResourceDictionary Source="Geometry.xaml" />
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml" />
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Window.Resources>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="318"></ColumnDefinition>
<ColumnDefinition Width="4*"></ColumnDefinition>
</Grid.ColumnDefinitions>
<Grid Grid.Column="0"
Background="#FFF3F8F9">
<Grid.RowDefinitions>
<RowDefinition Height="100"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<hc:TransitioningContentControl TransitionMode="Top2Bottom">
<Grid Grid.Row="0">
<Viewbox>
<Image Height="24"
Source="resource/img/BILIBILI_LOGO-PINK.png"
Margin="20,0,150,0" />
</Viewbox>
<Button x:Name="Back_Button"
Visibility="Hidden"
hc:BorderElement.CornerRadius="100"
HorizontalAlignment="Right"
Height="38"
Margin="0,0,20,0"
Click="Black">
<Image Height="16"
Width="16"
Source="resource/img/返回.png"></Image>
</Button>
</Grid>
</hc:TransitioningContentControl>
<Grid Grid.Row="1">
<Grid.RowDefinitions>
<RowDefinition Height="400"></RowDefinition>
<RowDefinition Height="3*"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<hc:TransitioningContentControl TransitionMode="Bottom2Top">
<hc:TransitioningContentControl TransitionMode="Right2Left">
<Grid Grid.Row="0">
<hc:Divider LineStrokeThickness="2"
Orientation="Horizontal"
Height="1"
Background="#FFFFFBFB"
Margin="30,0"
VerticalAlignment="Top" />
<hc:SideMenu SelectionChanged="Left_SideMenu_SelectionChanged"
Height="336"
x:Name="Left_SideMenu">
<!--首页-->
<hc:SideMenuItem x:Name="Index_Button"
IsSelected="True"
Background="#FFF3F8F9"
FontSize="14"
Header="首页"
MouseDown="Open_Index"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Index_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--动态-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="动态"
Command="New"
CommandParameter="{Binding RelativeSource={x:Static RelativeSource.Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Dynamic_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--排行榜-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="排行榜"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Leaderboard_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--直播-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="直播"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Live_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--漫画-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="漫画"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Comics_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--分区-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="分区"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Partition_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--投稿工具-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="投稿工具"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Post_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
</hc:SideMenu>
</Grid>
</hc:TransitioningContentControl>
</hc:TransitioningContentControl>
<Grid Grid.Row="1">
<hc:Divider LineStrokeThickness="2"
Orientation="Horizontal"
Height="1"
Background="#FFFFFBFB"
Margin="30,0"
VerticalAlignment="Top" />
<hc:SideMenu x:Name="User_SideMenu"
Visibility="Hidden"
Height="192">
<!--历史记录-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="历史记录"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource History_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--稍后观看-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="稍后观看"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Later_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--收藏夹-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="收藏夹"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="20"
Data="{StaticResource Favorites_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
<!--消息-->
<hc:SideMenuItem Background="#FFF3F8F9"
FontSize="14"
Header="消息"
Command="New"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}}">
<hc:SideMenuItem.Icon>
<hc:AnimationPath Height="17"
Data="{StaticResource Message_Logo}"
Duration="0:00:05"
RepeatBehavior="12"
Stretch="Uniform"
IsPlaying="False"
StrokeThickness="1"
Stroke="Black" />
</hc:SideMenuItem.Icon>
</hc:SideMenuItem>
</hc:SideMenu>
<hc:Divider LineStrokeThickness="2"
Orientation="Horizontal"
Height="1"
Background="#FFFFFBFB"
Margin="30,0"
VerticalAlignment="Bottom" />
</Grid>
<Grid Grid.Row="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="2*"></ColumnDefinition>
<ColumnDefinition Width="5*"></ColumnDefinition>
</Grid.ColumnDefinitions>
<Grid Grid.Column="0">
<hc:Gravatar MouseDown="Open_User_Space"
Height="60"
Width="60"
Style="{StaticResource GravatarCircleImg}"
Margin="15,0,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Center">
<Image x:Name="User_Cover_Img"
Source="resource/img/Bilibili_User_Cover.png"
MouseDown="Open_User_Space" />
</hc:Gravatar>
</Grid>
<Grid Grid.Column="1">
<Grid x:Name="User_Name_Grid"
Visibility="Hidden">
<Grid.RowDefinitions>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<Grid Grid.Row="0">
<TextBlock x:Name="User_Name_Label"
HorizontalAlignment="Left"
Style="{StaticResource TextBlockSubTitleBold}"
VerticalAlignment="Bottom" />
</Grid>
<Grid Grid.Row="1">
<ProgressBar x:Name="User_Exp_Bar"
Style="{StaticResource ProgressBarFlat}"
Value="0"
Margin="0,0,15,30"
VerticalAlignment="Bottom" />
</Grid>
</Grid>
<Button x:Name="Login_Button"
Height="36"
hc:BorderElement.CornerRadius="7"
Background="#FB7299"
FontSize="11.5"
Foreground="White"
Content="哔哩哔哩 (゜-゜)つロ 干杯~-bilibili"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Margin="0,0,20,0"
Click="Login_Button_Click"></Button>
</Grid>
</Grid>
</Grid>
</Grid>
<Grid Grid.Column="1"
Background="#FFFFFBFB">
<Grid.RowDefinitions>
<RowDefinition Height="100"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<Grid Grid.Row="0">
<hc:TransitioningContentControl TransitionMode="Top2Bottom">
<TextBlock x:Name="middle_title"
HorizontalAlignment="Left"
Margin="25,5,5,5"
Text="首页"
Style="{StaticResource TextBlockLargeBold}" />
</hc:TransitioningContentControl>
</Grid>
<Grid Grid.Row="1">
<Frame Navigated="middle_frame_Navigated"
NavigationUIVisibility="Hidden"
x:Name="middle_frame"
BorderThickness="0" />
</Grid>
</Grid>
</Grid>
</Window>