error fixes
This commit is contained in:
parent
2adc8756bc
commit
b269fa4c04
@ -5,7 +5,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Xylem.Common.Hardware.WaterMeter.Genesis.Registers;
|
||||
using Xylem.Common.Hardware.WaterMeter.Genesis.Registers.RegisterProperties;
|
||||
using Xylem.Common.Hardware.WaterMeter.Genesis.Registers.Json;
|
||||
|
||||
namespace Tools.JsonToXlsHelper
|
||||
{
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
using Xylem.Common.Logic.SoftwareAccessHelper;
|
||||
using Xylem.Common.Ui.GenesisToolBox.Infrastructure;
|
||||
|
||||
|
||||
public partial class FrmTempMeter : Form
|
||||
{
|
||||
private ToolStripLabel slotsLabel;
|
||||
|
||||
@ -417,13 +417,16 @@
|
||||
<DependentUpon>FrmTempMeter.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Infrastructure\ADLoginModel.cs" />
|
||||
<Compile Include="Infrastructure\Appsettings.cs" />
|
||||
<Compile Include="Infrastructure\Software.cs" />
|
||||
<Compile Include="Infrastructure\SoftwareUser.cs" />
|
||||
<Compile Include="Infrastructure\SoftwareVersion.cs" />
|
||||
<Compile Include="Infrastructure\SoftwareFunctions.cs" />
|
||||
<Compile Include="Infrastructure\TempMeterModels.cs" />
|
||||
<Compile Include="Infrastructure\UserLoginModel.cs" />
|
||||
<Compile Include="ProccessConfig.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="ProgrammState.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="FrmLeagcyTestApp.cs">
|
||||
<SubType>Form</SubType>
|
||||
@ -698,6 +701,10 @@
|
||||
<Project>{a33e3c6d-eaae-4a20-a0ee-f9e6922fd029}</Project>
|
||||
<Name>SoftwareAccessHelper</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\TempFlansh\TempFlansh.csproj">
|
||||
<Project>{62E5BA37-36AB-4F0A-BC12-554E7A1F1A39}</Project>
|
||||
<Name>TempFlansh</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Utils\ByteArrayStyle\ByteArrayStyle.csproj">
|
||||
<Project>{8a619cd5-6c8d-420c-a132-7946c6f13e6e}</Project>
|
||||
<Name>ByteArrayStyle</Name>
|
||||
@ -731,6 +738,7 @@
|
||||
<Content Include="RegAsm4.exe">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="README.md" />
|
||||
<None Include="Resources\SensusLogoXylem.JPG" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
10
Common/Ui/GenesisToolBox/ProgrammState.cs
Normal file
10
Common/Ui/GenesisToolBox/ProgrammState.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Xylem.Common.Ui.GenesisToolBox
|
||||
{
|
||||
internal enum ProgrammState
|
||||
{
|
||||
Start,
|
||||
Connected,
|
||||
RecordRuning,
|
||||
RecordStoped
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user