sc 12 months ago
parent
commit
d97e54db23
  1. 5
      MainWindow.xaml
  2. 5
      MainWindow.xaml.cs
  3. 494
      Properties/Resources.Designer.cs
  4. 2
      SunlightCentralizedControlManagement(SCCM).csproj

5
MainWindow.xaml

@ -56,6 +56,9 @@
</Window.Resources>
<Grid>
<Rectangle Margin="0,0,0,0" Fill="#FFCCCCCC" VerticalAlignment="Bottom" Height="40"/>
<RadioButton Content="{x:Static lang:Resources.WorkOrder}" x:Name="Work_Order" Tag="&#xF2d2;" Style="{DynamicResource RadioButtonStyle}" HorizontalAlignment="Left" Height="40" Margin="0,0,0,0" VerticalAlignment="Bottom" Width="200" Background="#FFCCCCCC" Checked="Work_Order_Checked"/>
<ContentControl x:Name="container" Margin="0,0,0,40"/>
</Grid>
</Window>

5
MainWindow.xaml.cs

@ -26,5 +26,10 @@ namespace SunlightCentralizedControlManagement_SCCM_
DataContext = new MainWindowViewModel();
InitializeComponent();
}
private void Work_Order_Checked(object sender, RoutedEventArgs e)
{
}
}
}

494
Properties/Resources.Designer.cs

File diff suppressed because it is too large

2
SunlightCentralizedControlManagement(SCCM).csproj

@ -114,7 +114,7 @@
</Compile>
<EmbeddedResource Include="Properties\Resources.en-US.resx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />

Loading…
Cancel
Save