taoye před 2 roky
rodič
revize
6459979cfd
4 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +1
    -1
      BPASmartClient.CustomResource/Pages/View/MainView.xaml
  2. +1
    -1
      FryPot_DosingSystem/App.xaml.cs
  3. +1
    -1
      FryPot_DosingSystem/View/FryPotMonitorView.xaml
  4. +1
    -1
      FryPot_DosingSystem/View/SqliteDataView.xaml

+ 1
- 1
BPASmartClient.CustomResource/Pages/View/MainView.xaml Zobrazit soubor

@@ -517,7 +517,7 @@
</Grid.RowDefinitions>
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
<CheckBox
Margin="5,0,5,0"
Margin="5,0,8,0"
Content="开机启动"
IsChecked="{Binding AutoStart}"
Style="{StaticResource checkBoxStyle}" />


+ 1
- 1
FryPot_DosingSystem/App.xaml.cs Zobrazit soubor

@@ -127,7 +127,7 @@ namespace FryPot_DosingSystem
});
InfoLog.Add(new SubMenumodel()
{
SubMenuName = "炒锅状态记录",
SubMenuName = "炒锅历史状态",
SubMenuPermission = new Permission[] { Permission.操作员, Permission.管理员, Permission.技术员, Permission.观察员 },
AssemblyName = "FryPot_DosingSystem",
ToggleWindowPath = "View.SqliteDataView"


+ 1
- 1
FryPot_DosingSystem/View/FryPotMonitorView.xaml Zobrazit soubor

@@ -14,7 +14,7 @@
<Style x:Key="dataGrid" TargetType="DataGrid" >
<Setter Property="HorizontalGridLinesBrush" Value="#FF2AB2E7"/>
<Setter Property="VerticalGridLinesBrush" Value="#FF2AB2E7"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="BorderBrush" Value="#FF2AB2E7"/>
<Setter Property="CanUserResizeColumns" Value="False"/>
<Setter Property="HeadersVisibility" Value="Column"/>


+ 1
- 1
FryPot_DosingSystem/View/SqliteDataView.xaml Zobrazit soubor

@@ -15,7 +15,7 @@
<Style x:Key="dataGrid" TargetType="DataGrid" >
<Setter Property="HorizontalGridLinesBrush" Value="#FF2AB2E7"/>
<Setter Property="VerticalGridLinesBrush" Value="#FF2AB2E7"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="BorderBrush" Value="#FF2AB2E7"/>
<Setter Property="CanUserResizeColumns" Value="False"/>
<Setter Property="HeadersVisibility" Value="Column"/>


Načítá se…
Zrušit
Uložit