From 39b372018db4bfeabcc7628b53e9156d7ff4ca3c Mon Sep 17 00:00:00 2001
From: wells.liu <wells.liu@broconcentric.com>
Date: 星期三, 08 七月 2020 15:17:35 +0800
Subject: [PATCH] 数据查询 界面设计 + excel导出帮助类

---
 src/Bro.M071.Process/Bro.M071.Process.csproj |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/Bro.M071.Process/Bro.M071.Process.csproj b/src/Bro.M071.Process/Bro.M071.Process.csproj
index 0d1e6c9..c81ab99 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,6 +146,9 @@
       <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>

--
Gitblit v1.8.0