|
@@ -7,7 +7,8 @@
|
|
|
xmlns:local="clr-namespace:B20UVLog" xmlns:viewmodels="clr-namespace:B20UVLog.ViewModels"
|
|
|
mc:Ignorable="d"
|
|
|
Title="UV Log" Height="960" Width="1800"
|
|
|
- WindowState="Maximized">
|
|
|
+ WindowState="Maximized"
|
|
|
+ Loaded="MWindow_Loaded">
|
|
|
<Window.DataContext>
|
|
|
<viewmodels:MainWindowViewModel/>
|
|
|
</Window.DataContext>
|
|
@@ -59,8 +60,8 @@
|
|
|
</TreeView>
|
|
|
</Grid>
|
|
|
<StackPanel Grid.Row="2" Orientation="Horizontal" IsHitTestVisible="False">
|
|
|
- <My:MCheckBox IsChecked="{Binding PLCStatus}">PLC连接状态</My:MCheckBox>
|
|
|
- <My:MCheckBox IsChecked="{Binding DBStatus}">数据库连接状态</My:MCheckBox>
|
|
|
+ <!--<My:MCheckBox IsChecked="{Binding PLCStatus}">PLC连接状态</My:MCheckBox>
|
|
|
+ <My:MCheckBox IsChecked="{Binding DBStatus}">数据库连接状态</My:MCheckBox>-->
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
</My:MWindow>
|