| 123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="crusherScanner.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="PrepmasterMagazineSerial" Type="System.String" Scope="User">
- <Value Profile="(Default)">COM1,9600,Parity.None,8,StopBits.One</Value>
- </Setting>
- <Setting Name="OreDefInFile" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="OreDefOutFile" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="OreDefWorkFile" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="CrusherNo" Type="System.Int32" Scope="User">
- <Value Profile="(Default)">1</Value>
- </Setting>
- <Setting Name="OutputFormat" Type="System.String" Scope="User">
- <Value Profile="(Default)">JSON</Value>
- </Setting>
- <Setting Name="OreDefTypes" Type="System.String" Scope="User">
- <Value Profile="(Default)">RCA, RCB, RCC</Value>
- </Setting>
- <Setting Name="LimsConnection" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
- </Setting>
- <Setting Name="LimsConnString" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="PrepmasterConnection" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|