Settings.settings 929 B

123456789101112131415161718192021
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="UAS_BARCODEIO.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="ftpaddress" Type="System.String" Scope="User">
  6. <Value Profile="(Default)">172.16.0.20</Value>
  7. </Setting>
  8. <Setting Name="ftpuser" Type="System.String" Scope="User">
  9. <Value Profile="(Default)">vsftpd</Value>
  10. </Setting>
  11. <Setting Name="ftppassword" Type="System.String" Scope="User">
  12. <Value Profile="(Default)">shenaftp</Value>
  13. </Setting>
  14. <Setting Name="ifuseftp" Type="System.Boolean" Scope="User">
  15. <Value Profile="(Default)">False</Value>
  16. </Setting>
  17. <Setting Name="Printnum" Type="System.Int32" Scope="User">
  18. <Value Profile="(Default)">1</Value>
  19. </Setting>
  20. </Settings>
  21. </SettingsFile>