123456789101112131415161718192021 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="UAS_BARCODEIO.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="ftpaddress" Type="System.String" Scope="User">
- <Value Profile="(Default)">172.16.0.20</Value>
- </Setting>
- <Setting Name="ftpuser" Type="System.String" Scope="User">
- <Value Profile="(Default)">vsftpd</Value>
- </Setting>
- <Setting Name="ftppassword" Type="System.String" Scope="User">
- <Value Profile="(Default)">shenaftp</Value>
- </Setting>
- <Setting Name="ifuseftp" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
- </Setting>
- <Setting Name="Printnum" Type="System.Int32" Scope="User">
- <Value Profile="(Default)">1</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|