tbf/TBF/SampleConfig/config.xml

61 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<TestBenchFramework xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Language>en</Language>
<TestBenches>
<DatabaseSettings>
<BenchName>Test Bench</BenchName>
<IsRealBench>true</IsRealBench>
<ProceduresDBSettings>
<DbType>MySql</DbType>
<ConnectionString>SERVER=localhost; DATABASE=testbench; UID=root; PASSWORD=; CHARSET=utf8;</ConnectionString>
</ProceduresDBSettings>
<WaterMetersDBSettings>
<DbType>MySql</DbType>
<ConnectionString>SERVER=localhost; DATABASE=testbench-r; UID=root; PASSWORD=; CHARSET=utf8;</ConnectionString>
</WaterMetersDBSettings>
</DatabaseSettings>
</TestBenches>
<LastBench>Test Bench</LastBench>
<BatchNr>1</BatchNr>
<RealDensity>998.2008</RealDensity>
<AtTemperature>20</AtTemperature>
<RightPaneHorizSplitterDistance>25</RightPaneHorizSplitterDistance>
<MainWndLeft>75</MainWndLeft>
<MainWndTop>5</MainWndTop>
<MainWndWidth>1250</MainWndWidth>
<MainWndHeight>750</MainWndHeight>
<ManiWndMaximized>false</ManiWndMaximized>
<ComponentsDlgLeft>200</ComponentsDlgLeft>
<ComponentsDlgTop>100</ComponentsDlgTop>
<ComponentsDlgWidth>850</ComponentsDlgWidth>
<ComponentsDlgHeight>500</ComponentsDlgHeight>
<PathsDlgLeft>0</PathsDlgLeft>
<PathsDlgTop>0</PathsDlgTop>
<PathsDlgWidth>0</PathsDlgWidth>
<PathsDlgHeight>0</PathsDlgHeight>
<iPerlCommunicationsFormLeft>0</iPerlCommunicationsFormLeft>
<iPerlCommunicationsFormTop>0</iPerlCommunicationsFormTop>
<TransitionsDlgLeft>0</TransitionsDlgLeft>
<TransitionsDlgTop>0</TransitionsDlgTop>
<TransitionsDlgWidth>0</TransitionsDlgWidth>
<TransitionsDlgHeight>0</TransitionsDlgHeight>
<MetrologyDlgLeft>0</MetrologyDlgLeft>
<MetrologyDlgTop>0</MetrologyDlgTop>
<MetrologyDlgWidth>0</MetrologyDlgWidth>
<MetrologyDlgHeight>0</MetrologyDlgHeight>
<ProceduresDlgLeft>0</ProceduresDlgLeft>
<ProceduresDlgTop>0</ProceduresDlgTop>
<ProceduresDlgWidth>0</ProceduresDlgWidth>
<ProceduresDlgHeight>0</ProceduresDlgHeight>
<OneProcedureDlgLeft>0</OneProcedureDlgLeft>
<OneProcedureDlgTop>0</OneProcedureDlgTop>
<OneProcedureDlgWidth>0</OneProcedureDlgWidth>
<OneProcedureDlgHeight>0</OneProcedureDlgHeight>
<PrintOrderLeft>0</PrintOrderLeft>
<PrintOrderTop>0</PrintOrderTop>
<PrintOrderOnlyGoodResult>false</PrintOrderOnlyGoodResult>
<PrintOrderOnlyLastResult>false</PrintOrderOnlyLastResult>
<ResultsConfigMeters>Vertically</ResultsConfigMeters>
<ResultsConfigTests>Rows</ResultsConfigTests>
<ResultsConfigMetersInOneGroup>0</ResultsConfigMetersInOneGroup>
</TestBenchFramework>