新增DELL 螢幕控制開關
This commit is contained in:
21
DellMonitorControl/MainWindow.xaml
Normal file
21
DellMonitorControl/MainWindow.xaml
Normal file
@@ -0,0 +1,21 @@
|
||||
<Window x:Class="DellMonitorControl.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:tb="clr-namespace:Hardcodet.Wpf.TaskbarNotification;assembly=Hardcodet.Wpf.TaskbarNotification.Net6"
|
||||
xmlns:local="clr-namespace:DellMonitorControl"
|
||||
mc:Ignorable="d"
|
||||
Title="MainWindow" Height="450" Width="800">
|
||||
|
||||
<Grid>
|
||||
<tb:TaskbarIcon x:Name="taskbar"
|
||||
IconSource="/DellLogo.ico"
|
||||
ToolTipText="調整效能"
|
||||
PopupActivation="LeftOrDoubleClick">
|
||||
<tb:TaskbarIcon.TrayPopup>
|
||||
<local:ControlPanel/>
|
||||
</tb:TaskbarIcon.TrayPopup>
|
||||
</tb:TaskbarIcon>
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user