|
1283 | 1283 | VerticalAlignment="Center"
|
1284 | 1284 | Orientation="Horizontal"
|
1285 | 1285 | Style="{StaticResource TextPanel}">
|
1286 |
| - |
1287 | 1286 | <TextBlock
|
1288 | 1287 | Margin="10,0,0,0"
|
1289 | 1288 | VerticalAlignment="center"
|
|
1316 | 1315 | FontSize="11"
|
1317 | 1316 | Foreground="{DynamicResource PluginInfoColor}"
|
1318 | 1317 | Text="|" />
|
1319 |
| - |
1320 | 1318 | <TextBlock
|
1321 | 1319 | Margin="5,0,0,0"
|
1322 |
| - HorizontalAlignment="Right" |
1323 |
| - VerticalAlignment="Center" |
1324 |
| - Cursor="Hand" |
1325 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1326 |
| - FontSize="11" |
1327 |
| - TextDecorations="None" |
| 1320 | + Style="{DynamicResource LinkBtnStyle}" |
1328 | 1321 | ToolTip="{DynamicResource plugin_query_web}">
|
1329 | 1322 | <Hyperlink
|
1330 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1331 | 1323 | NavigateUri="{Binding PluginPair.Metadata.Website}"
|
1332 | 1324 | RequestNavigate="OnRequestNavigate"
|
| 1325 | + Style="{DynamicResource HyperLinkBtnStyle}" |
1333 | 1326 | TextDecorations="None">
|
1334 |
| - <!--<Run Text="{DynamicResource plugin_query_web}" />--> |
1335 | 1327 | <Run Text="" />
|
1336 | 1328 | </Hyperlink>
|
1337 | 1329 | </TextBlock>
|
1338 |
| - |
1339 | 1330 | <TextBlock
|
1340 | 1331 | Margin="10,0,0,0"
|
1341 |
| - HorizontalAlignment="Right" |
1342 |
| - VerticalAlignment="Center" |
1343 |
| - Cursor="Hand" |
1344 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1345 |
| - FontSize="11" |
1346 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1347 | 1332 | MouseUp="OnExternalPluginUninstallClick"
|
| 1333 | + Style="{DynamicResource LinkBtnStyle}" |
1348 | 1334 | Text=""
|
1349 |
| - TextDecorations="None" |
1350 | 1335 | ToolTip="{DynamicResource plugin_uninstall}" />
|
1351 |
| - |
1352 | 1336 | <TextBlock
|
1353 | 1337 | Margin="10,0,5,0"
|
1354 |
| - HorizontalAlignment="Right" |
1355 |
| - VerticalAlignment="Center" |
1356 |
| - Cursor="Hand" |
1357 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1358 |
| - FontSize="11" |
1359 |
| - Foreground="{DynamicResource PluginInfoColor}" |
| 1338 | + Style="{DynamicResource LinkBtnStyle}" |
1360 | 1339 | Text=""
|
1361 | 1340 | ToolTip="{DynamicResource pluginDirectory}">
|
1362 | 1341 | <TextBlock.InputBindings>
|
1363 | 1342 | <MouseBinding Command="{Binding OpenPluginDirectoryCommand}" MouseAction="LeftClick" />
|
1364 | 1343 | </TextBlock.InputBindings>
|
1365 | 1344 | </TextBlock>
|
1366 |
| - <!-- |
1367 |
| - <TextBlock |
1368 |
| - Margin="5,0,0,0" |
1369 |
| - FontSize="11" |
1370 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1371 |
| - Text="{DynamicResource plugin_init_time}" /> |
1372 |
| - <TextBlock |
1373 |
| - MaxWidth="100" |
1374 |
| - Margin="5,0,0,0" |
1375 |
| - FontSize="11" |
1376 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1377 |
| - Text="{Binding InitilizaTime}" /> |
1378 |
| - <TextBlock |
1379 |
| - Margin="5,0,0,0" |
1380 |
| - VerticalAlignment="Center" |
1381 |
| - FontSize="11" |
1382 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1383 |
| - Text="|" /> |
1384 |
| - <TextBlock |
1385 |
| - Margin="5,0,0,0" |
1386 |
| - FontSize="11" |
1387 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1388 |
| - Text="{DynamicResource plugin_query_time}" /> |
1389 |
| - <TextBlock |
1390 |
| - Margin="5,0,0,0" |
1391 |
| - FontSize="11" |
1392 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1393 |
| - Text="{Binding QueryTime}" /> |
1394 |
| - --> |
1395 |
| - <!-- |
1396 |
| - <Button |
1397 |
| - Margin="0,0,0,0" |
1398 |
| - Background="Transparent" |
1399 |
| - BorderThickness="0" |
1400 |
| - Content="" |
1401 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1402 |
| - FontSize="11" |
1403 |
| - Foreground="{DynamicResource PluginInfoColor}" |
1404 |
| - Style="{DynamicResource DefaultNonBDButtonStyle}"> |
1405 |
| - <ui:FlyoutService.Flyout> |
1406 |
| - <ui:MenuFlyout> |
1407 |
| - <MenuItem Click="OpenWelcomeWindow" Header="{DynamicResource plugin_query_web}"> |
1408 |
| - <MenuItem.Icon> |
1409 |
| - <ui:FontIcon Glyph="" /> |
1410 |
| - </MenuItem.Icon> |
1411 |
| - </MenuItem> |
1412 |
| - <MenuItem Click="OpenSettingFolder" Header="{DynamicResource plugin_uninstall}"> |
1413 |
| - <MenuItem.Icon> |
1414 |
| - <ui:FontIcon Glyph="" /> |
1415 |
| - </MenuItem.Icon> |
1416 |
| - </MenuItem> |
1417 |
| - <MenuItem Click="OpenLogFolder" Header="{DynamicResource pluginDirectory}"> |
1418 |
| - <MenuItem.Icon> |
1419 |
| - <ui:FontIcon Glyph="" /> |
1420 |
| - </MenuItem.Icon> |
1421 |
| - </MenuItem> |
1422 |
| - <MenuItem Click="OpenLogFolder" Header="{DynamicResource pluginDirectory}"> |
1423 |
| - <MenuItem.Icon> |
1424 |
| - <ui:FontIcon Glyph="" /> |
1425 |
| - </MenuItem.Icon> |
1426 |
| - </MenuItem> |
1427 |
| - <MenuItem Click="OpenLogFolder" Header="{DynamicResource pluginDirectory}"> |
1428 |
| - <MenuItem.Icon> |
1429 |
| - <ui:FontIcon Glyph="" /> |
1430 |
| - </MenuItem.Icon> |
1431 |
| - </MenuItem> |
1432 |
| - </ui:MenuFlyout> |
1433 |
| - </ui:FlyoutService.Flyout> |
1434 |
| - </Button> |
1435 |
| - --> |
1436 | 1345 | </StackPanel>
|
1437 |
| - |
1438 | 1346 | </ItemsControl>
|
1439 | 1347 | </Border>
|
1440 |
| - |
1441 | 1348 | </StackPanel>
|
1442 | 1349 | </StackPanel>
|
1443 | 1350 | </Grid>
|
1444 | 1351 | </Expander>
|
1445 |
| - |
1446 | 1352 | </DataTemplate>
|
1447 | 1353 | </ListBox.ItemTemplate>
|
1448 | 1354 | </ListBox>
|
1449 | 1355 | </Border>
|
1450 |
| - |
1451 | 1356 | </Grid>
|
1452 | 1357 | </TabItem>
|
1453 | 1358 |
|
|
0 commit comments