忱 沈 2 years ago
committed by sc
parent
commit
075f130829
  1. 2
      Help.xaml
  2. 4
      MainWindow.xaml
  3. 7
      formula_manage.csproj
  4. BIN
      sunlight_logo.jpg
  5. BIN
      sunlight_logotext.jpg

2
Help.xaml

@ -9,7 +9,7 @@
<Grid>
<Rectangle HorizontalAlignment="Center" Height="165" Margin="0,20,0,0" VerticalAlignment="Top" Width="170">
<Rectangle.Fill>
<ImageBrush ImageSource="/sunlight_sc.png"/>
<ImageBrush ImageSource="/sunlight_logo.jpg"/>
</Rectangle.Fill>
</Rectangle>
<Label Content="化学品单据管理客户端" HorizontalAlignment="Left" Height="35" Margin="55,210,0,0" VerticalAlignment="Top" Width="175" FontSize="16"/>

4
MainWindow.xaml

@ -31,10 +31,10 @@
</MenuItem>
<MenuItem Header="_查询" FontSize="16"/>
</Menu>
<DataGrid x:Name="DataGridMachines" AlternationCount="2" IsReadOnly="True"
<DataGrid x:Name="Selectio" AlternationCount="2" IsReadOnly="True"
Margin="5,300,5,100" d:ItemsSource="{d:SampleData ItemCount=200}" AutoGenerateColumns="False" MinColumnWidth="30"
HorizontalGridLinesBrush="#FFC9C9C9" VerticalGridLinesBrush="#FFC9C9C9" GridLinesVisibility="All" BorderBrush="#CCCCCC"
BorderThickness="1,1,1,1" ColumnHeaderHeight="40" HorizontalContentAlignment="Right" Grid.ColumnSpan="2" CanUserReorderColumns="False" Background="White">
BorderThickness="1,1,1,1" ColumnHeaderHeight="40" HorizontalContentAlignment="Right" Grid.ColumnSpan="2" CanUserReorderColumns="False" Background="White" SelectionMode="Single">
<DataGrid.RowStyle >
<Style TargetType="{x:Type DataGridRow}">
<Style.Triggers>

7
formula_manage.csproj

@ -113,6 +113,11 @@
<ItemGroup>
<Resource Include="sunlight_sc.png" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Resource Include="sunlight_logo.jpg" />
</ItemGroup>
<ItemGroup>
<Resource Include="sunlight_logotext.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

BIN
sunlight_logo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
sunlight_logotext.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Loading…
Cancel
Save