忱 沈 2 years ago
parent
commit
5284c97b10
  1. 23
      Help.xaml
  2. 27
      Help.xaml.cs
  3. BIN
      Logo/SUNLIGHT.ico
  4. BIN
      Logo/sunlight_sc.png
  5. 1
      MainWindow.xaml
  6. 10
      formula_manage.csproj
  7. BIN
      sunlight_sc.png

23
Help.xaml

@ -0,0 +1,23 @@
<Window x:Class="formula_manage.Help"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:formula_manage"
mc:Ignorable="d"
Title="SUNLIGHT" Height="480" Width="300" WindowStartupLocation="CenterScreen" ResizeMode="NoResize">
<Grid>
<Rectangle HorizontalAlignment="Center" Height="165" Margin="0,20,0,0" VerticalAlignment="Top" Width="170">
<Rectangle.Fill>
<ImageBrush ImageSource="/sunlight_sc.png"/>
</Rectangle.Fill>
</Rectangle>
<Label Content="化学品审计管理客户端" HorizontalAlignment="Left" Height="35" Margin="55,210,0,0" VerticalAlignment="Top" Width="175" FontSize="16"/>
<Label Content="TEL:0575-88202605" HorizontalAlignment="Left" Height="35" Margin="55,245,0,0" VerticalAlignment="Top" Width="175" FontSize="16"/>
<Label Content="VER:BETA 0.0.0.5" HorizontalAlignment="Left" Height="35" Margin="65,365,0,0" VerticalAlignment="Top" Width="175" FontSize="16"/>
<Label Content="SUNLIGHT © 2022" HorizontalAlignment="Left" Height="35" Margin="65,395,0,0" VerticalAlignment="Top" Width="175" FontSize="16"/>
<Label Content="FAX:0575-88029740" HorizontalAlignment="Left" Height="35" Margin="55,285,0,0" VerticalAlignment="Top" Width="175" FontSize="16"/>
<Label Content="WEB:www.secolor.cn" HorizontalAlignment="Left" Height="35" Margin="55,325,0,0" VerticalAlignment="Top" Width="185" FontSize="16"/>
</Grid>
</Window>

27
Help.xaml.cs

@ -0,0 +1,27 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
namespace formula_manage
{
/// <summary>
/// Help.xaml 的交互逻辑
/// </summary>
public partial class Help : Window
{
public Help()
{
InitializeComponent();
}
}
}

BIN
Logo/SUNLIGHT.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
Logo/sunlight_sc.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

1
MainWindow.xaml

@ -13,6 +13,7 @@
<MenuItem Header="_备份/还原" FontSize="16"/> <MenuItem Header="_备份/还原" FontSize="16"/>
<MenuItem Header="_料单设置" FontSize="16"/> <MenuItem Header="_料单设置" FontSize="16"/>
<MenuItem Header="_用户设置" FontSize="16"/> <MenuItem Header="_用户设置" FontSize="16"/>
<MenuItem Header="_帮助" FontSize="16"/>
</MenuItem> </MenuItem>
<MenuItem Header="_数据" FontSize="16"> <MenuItem Header="_数据" FontSize="16">
<MenuItem Header="_染机..." FontSize="16"/> <MenuItem Header="_染机..." FontSize="16"/>

10
formula_manage.csproj

@ -55,6 +55,10 @@
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</ApplicationDefinition> </ApplicationDefinition>
<Page Include="Help.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MainWindow.xaml"> <Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType> <SubType>Designer</SubType>
@ -63,6 +67,9 @@
<DependentUpon>App.xaml</DependentUpon> <DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType> <SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Help.xaml.cs">
<DependentUpon>Help.xaml</DependentUpon>
</Compile>
<Compile Include="MainWindow.xaml.cs"> <Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon> <DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType> <SubType>Code</SubType>
@ -94,5 +101,8 @@
<ItemGroup> <ItemGroup>
<None Include="App.config" /> <None Include="App.config" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="sunlight_sc.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>

BIN
sunlight_sc.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Loading…
Cancel
Save