From 27ec4a74d3ed9aa8ce1ee8e5d0955596c67cb996 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期一, 13 七月 2020 18:36:39 +0800 Subject: [PATCH] Excel追加 +设置样式做好了 --- src/Bro.M071.Process/Bro.M071.Process.csproj | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/Bro.M071.Process/Bro.M071.Process.csproj b/src/Bro.M071.Process/Bro.M071.Process.csproj index cecc833..e8c6f29 100644 --- a/src/Bro.M071.Process/Bro.M071.Process.csproj +++ b/src/Bro.M071.Process/Bro.M071.Process.csproj @@ -119,6 +119,12 @@ <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UI\KeyIndicator.cs" /> <Compile Include="UI\M071Node.cs" /> + <Compile Include="UI\M071_DataForm.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="UI\M071_DataForm.Designer.cs"> + <DependentUpon>M071_DataForm.cs</DependentUpon> + </Compile> <Compile Include="UI\M071_MainForm.cs"> <SubType>Form</SubType> </Compile> @@ -140,8 +146,14 @@ <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <EmbeddedResource Include="UI\M071_DataForm.resx"> + <DependentUpon>M071_DataForm.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UI\M071_MainForm.resx"> <DependentUpon>M071_MainForm.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="UI\M071_ShortcutFrm.resx"> + <DependentUpon>M071_ShortcutFrm.cs</DependentUpon> </EmbeddedResource> <None Include="App.config"> <SubType>Designer</SubType> @@ -167,7 +179,11 @@ <Project>{1A3CBFE7-3F78-42C3-95C5-10360450DBEA}</Project> <Name>Bro.Common.Model</Name> </ProjectReference> - <ProjectReference Include="..\Bro.M071.Process.Model\Bro.M071.Model.csproj"> + <ProjectReference Include="..\Bro.M071.DBManager\Bro.M071.DBManager.csproj"> + <Project>{230B0FFF-F6AF-45FE-AAF7-B4B66250DD58}</Project> + <Name>Bro.M071.DBManager</Name> + </ProjectReference> + <ProjectReference Include="..\Bro.M071.Model\Bro.M071.Model.csproj"> <Project>{AD645C48-5811-4B1E-B81F-D35D5E6B577F}</Project> <Name>Bro.M071.Model</Name> </ProjectReference> -- Gitblit v1.8.0