TBF Refactoring: DataEntry.Standard --> DataEntry.Standard6

This commit is contained in:
Milan Hanajik 2016-06-10 12:08:08 +02:00
parent 08945212c7
commit 2c0e8c90ed
17 changed files with 27 additions and 27 deletions

View File

@ -1,7 +1,7 @@
///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.BenchControl.DataEntry.Standard
namespace TBF.BenchControl.DataEntry.Standard6
{
partial class CycleBeginningForm
{

View File

@ -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
{

View File

@ -1,7 +1,7 @@
///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.BenchControl.DataEntry.Standard
namespace TBF.BenchControl.DataEntry.Standard6
{
partial class CycleEndForm
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -1,7 +1,7 @@
///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.BenchControl.DataEntry.Standard
namespace TBF.BenchControl.DataEntry.Standard6
{
partial class EntryFormCfgCtrl
{

View File

@ -3,7 +3,7 @@
///
using TBF.BenchControl.Generic;
namespace TBF.BenchControl.DataEntry.Standard
namespace TBF.BenchControl.DataEntry.Standard6
{
public class EntryFormFactory : IComponentFactory
{

View File

@ -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
{

View File

@ -1,7 +1,7 @@
///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.BenchControl.DataEntry.Standard
namespace TBF.BenchControl.DataEntry.Standard6
{
partial class TestStartEndForm
{

View File

@ -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());

View File

@ -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">