mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
fixed
This commit is contained in:
parent
76e2d8e072
commit
583d75de90
1
.idea/.idea.detect/.idea/avalonia.xml
generated
1
.idea/.idea.detect/.idea/avalonia.xml
generated
@ -5,6 +5,7 @@
|
||||
<map>
|
||||
<entry key="detect.gui/App.axaml" value="detect.gui/detect.gui.csproj" />
|
||||
<entry key="detect.gui/Assets/DefaultResources.axaml" value="detect.gui/detect.gui.csproj" />
|
||||
<entry key="detect.gui/Assets/RadioButton.axaml" value="detect.gui/detect.gui.csproj" />
|
||||
<entry key="detect.gui/Controls/Arrow.axaml" value="detect.gui/detect.gui.csproj" />
|
||||
<entry key="detect.gui/Controls/PageControl.axaml" value="detect.gui/detect.gui.csproj" />
|
||||
<entry key="detect.gui/Views/Camera/VideoFullWindow.axaml" value="detect.gui/detect.gui.csproj" />
|
||||
|
4
.idea/.idea.detect/.idea/vcs.xml
generated
4
.idea/.idea.detect/.idea/vcs.xml
generated
@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings" defaultProject="true" />
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -176,56 +176,50 @@
|
||||
<Style Selector="RadioButton.home-app /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeAppData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-camera /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeCameraData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-center /template/ PathIcon#ButtonIcon">
|
||||
<Style Selector="RadioButton.home-task /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeCenterData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-statistics /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeStatisticsData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-analysis /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeAnalysisData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-apply /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeApplyData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-settings /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource HomeSettingsData}" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="RadioButton.center-event /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource CenterEventData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.center-video /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource CenterVideoData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.center-picture /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource CenterPictureData}" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="RadioButton.settings-region /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsRegionData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.settings-device /template/ PathIcon#ButtonIcon">
|
||||
<Style Selector="RadioButton.home-device /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsDeviceData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.settings-algo /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsAlgoData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.settings-storage /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsStorageData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.settings-config /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsConfigData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.settings-user /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsUserData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.settings-log /template/ PathIcon#ButtonIcon">
|
||||
<Style Selector="RadioButton.home-log /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsLogData}" />
|
||||
</Style>
|
||||
<Style Selector="RadioButton.home-user /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource SettingsUserData}" />
|
||||
</Style>
|
||||
<!-- -->
|
||||
<!-- <Style Selector="RadioButton.center-event /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource CenterEventData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.center-video /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource CenterVideoData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.center-picture /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource CenterPictureData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- -->
|
||||
<!-- <Style Selector="RadioButton.settings-region /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsRegionData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.settings-device /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsDeviceData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.settings-algo /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsAlgoData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.settings-storage /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsStorageData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.settings-config /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsConfigData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.settings-user /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsUserData}" /> -->
|
||||
<!-- </Style> -->
|
||||
<!-- <Style Selector="RadioButton.settings-log /template/ PathIcon#ButtonIcon"> -->
|
||||
<!-- <Setter Property="Data" Value="{StaticResource SettingsLogData}" /> -->
|
||||
<!-- </Style> -->
|
||||
|
||||
<Style Selector="RadioButton.layout1 /template/ PathIcon#ButtonIcon">
|
||||
<Setter Property="Data" Value="{StaticResource Layout1Data}" />
|
||||
|
@ -97,13 +97,13 @@
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<RadioButton Classes="sidebar home-app" Content="首页" GroupName="SideBar" IsChecked="{Binding IsHomeView}" Command="{Binding GotoCommand}" CommandParameter="HomeViewModel" />
|
||||
<Border Width="15" />
|
||||
<RadioButton Classes="sidebar home-camera" Content="任务管理" GroupName="SideBar" IsChecked="{Binding IsDetectTaskView}" Command="{Binding GotoCommand}" CommandParameter="DetectTaskViewModel" />
|
||||
<RadioButton Classes="sidebar home-task" Content="任务管理" GroupName="SideBar" IsChecked="{Binding IsDetectTaskView}" Command="{Binding GotoCommand}" CommandParameter="DetectTaskViewModel" />
|
||||
<Border Width="15" />
|
||||
<RadioButton Classes="sidebar home-center" Content="设备管理" GroupName="SideBar" IsChecked="{Binding IsDeviceView}" Command="{Binding GotoCommand}" CommandParameter="DeviceViewModel" />
|
||||
<RadioButton Classes="sidebar home-device" Content="设备管理" GroupName="SideBar" IsChecked="{Binding IsDeviceView}" Command="{Binding GotoCommand}" CommandParameter="DeviceViewModel" />
|
||||
<Border Width="15" />
|
||||
<RadioButton Classes="sidebar home-statistics" Content="日志查看" GroupName="SideBar" IsChecked="{Binding IsLogView}" Command="{Binding GotoCommand}" CommandParameter="LogViewModel" />
|
||||
<RadioButton Classes="sidebar home-log" Content="日志查看" GroupName="SideBar" IsChecked="{Binding IsLogView}" Command="{Binding GotoCommand}" CommandParameter="LogViewModel" />
|
||||
<Border Width="15" />
|
||||
<RadioButton Classes="sidebar home-analysis" Content="用户管理" GroupName="SideBar" IsChecked="{Binding IsUserView}" Command="{Binding GotoCommand}" CommandParameter="UserViewModel" />
|
||||
<RadioButton Classes="sidebar home-user" Content="用户管理" GroupName="SideBar" IsChecked="{Binding IsUserView}" Command="{Binding GotoCommand}" CommandParameter="UserViewModel" />
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</Grid>
|
||||
|
Loading…
Reference in New Issue
Block a user