TBF Refactoring: DataEntry.Standard --> DataEntry.Standard6
This commit is contained in:
parent
08945212c7
commit
2c0e8c90ed
@ -1,7 +1,7 @@
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
partial class CycleBeginningForm
|
||||
{
|
||||
@ -7,7 +7,7 @@ using System.Windows.Forms;
|
||||
using log4net;
|
||||
using TBF.Resources;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public partial class CycleBeginningForm : Form, GenericDevices.IHasCompleted
|
||||
{
|
||||
@ -1,7 +1,7 @@
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
partial class CycleEndForm
|
||||
{
|
||||
@ -6,7 +6,7 @@ using System.Windows.Forms;
|
||||
using log4net;
|
||||
using TBF.Resources;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public partial class CycleEndForm : Form, GenericDevices.IHasCompleted
|
||||
{
|
||||
@ -8,7 +8,7 @@ using Config.Entities;
|
||||
using TBF.BenchControl;
|
||||
using TBF.BenchControl.GenericDevices;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public class EntryForm : ComponentBase, IOperation, IDataEntry, IHasCycleBeginForm, IHasCycleEndForm, IHasWMStatesForm
|
||||
{
|
||||
@ -7,7 +7,7 @@ using System.IO;
|
||||
using System.Xml.Serialization;
|
||||
using TBF.BenchControl.Generic;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public class EntryFormCfg : ComponentCfgBase, Generic.IComponentCfg
|
||||
{
|
||||
@ -7,7 +7,7 @@ using log4net;
|
||||
using TBF.BenchControl.Generic;
|
||||
using TBF.Resources;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public partial class EntryFormCfgCtrl : UserControl, IComponentCfgCtrl
|
||||
{
|
||||
@ -1,7 +1,7 @@
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
partial class EntryFormCfgCtrl
|
||||
{
|
||||
@ -3,7 +3,7 @@
|
||||
///
|
||||
using TBF.BenchControl.Generic;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public class EntryFormFactory : IComponentFactory
|
||||
{
|
||||
@ -6,7 +6,7 @@ using System.Windows.Forms;
|
||||
using log4net;
|
||||
using TBF.Resources;
|
||||
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
public partial class TestStartEndForm : Form, GenericDevices.IHasCompleted
|
||||
{
|
||||
@ -1,7 +1,7 @@
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.DataEntry.Standard
|
||||
namespace TBF.BenchControl.DataEntry.Standard6
|
||||
{
|
||||
partial class TestStartEndForm
|
||||
{
|
||||
@ -27,7 +27,7 @@ namespace TBF.BenchControl
|
||||
Factories.Add(new DataEntry.Munich3.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.Munich.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.iPerl.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.Standard.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.Standard6.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.Standard12.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.Standard24.EntryFormFactory());
|
||||
Factories.Add(new DataEntry.Standard48.EntryFormFactory());
|
||||
|
||||
@ -291,10 +291,10 @@
|
||||
<Compile Include="BenchControl\DataEntry\Standard48\TestStartEndForm.designer.cs">
|
||||
<DependentUpon>TestStartEndForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\TestStartEndForm.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\TestStartEndForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\TestStartEndForm.designer.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\TestStartEndForm.designer.cs">
|
||||
<DependentUpon>TestStartEndForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DB\SensusOracle\Database.cs" />
|
||||
@ -685,27 +685,27 @@
|
||||
<DependentUpon>EntryFormCfgCtrl.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Munich\EntryFormFactory.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\Standard\CycleBeginningForm.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\CycleBeginningForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\CycleBeginningForm.designer.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\CycleBeginningForm.designer.cs">
|
||||
<DependentUpon>CycleBeginningForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\CycleEndForm.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\CycleEndForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\CycleEndForm.designer.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\CycleEndForm.designer.cs">
|
||||
<DependentUpon>CycleEndForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\EntryForm.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\Standard\EntryFormCfg.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\Standard\EntryFormCfgCtrl.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\EntryForm.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\EntryFormCfg.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\EntryFormCfgCtrl.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\EntryFormCfgCtrl.designer.cs">
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\EntryFormCfgCtrl.designer.cs">
|
||||
<DependentUpon>EntryFormCfgCtrl.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BenchControl\DataEntry\Standard\EntryFormFactory.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\Standard6\EntryFormFactory.cs" />
|
||||
<Compile Include="BenchControl\DataEntry\WMStates\WMSNsAndStatesForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@ -1538,16 +1538,16 @@
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard48\TestStartEndForm.resx">
|
||||
<DependentUpon>TestStartEndForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard\CycleBeginningForm.resx">
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard6\CycleBeginningForm.resx">
|
||||
<DependentUpon>CycleBeginningForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard\CycleEndForm.resx">
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard6\CycleEndForm.resx">
|
||||
<DependentUpon>CycleEndForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard\EntryFormCfgCtrl.resx">
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard6\EntryFormCfgCtrl.resx">
|
||||
<DependentUpon>EntryFormCfgCtrl.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard\TestStartEndForm.resx">
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\Standard6\TestStartEndForm.resx">
|
||||
<DependentUpon>TestStartEndForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="BenchControl\DataEntry\WMStates\WMSNsAndStatesForm.resx">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user