章政 6 vuotta sitten
vanhempi
commit
27640bb1ac

+ 3 - 0
UAS-出货标签管理(贸易版)/Properties/Settings.settings

@@ -32,5 +32,8 @@
     <Setting Name="OutPrinter" Type="System.String" Scope="User">
       <Value Profile="(Default)" />
     </Setting>
+    <Setting Name="FTPNET" Type="System.Boolean" Scope="User">
+      <Value Profile="(Default)">False</Value>
+    </Setting>
   </Settings>
 </SettingsFile>

+ 12 - 0
UAS-出货标签管理(贸易版)/Properties/Settings1.Designer.cs

@@ -142,5 +142,17 @@ namespace UAS_LabelMachine.Properties {
                 this["OutPrinter"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("False")]
+        public bool FTPNET {
+            get {
+                return ((bool)(this["FTPNET"]));
+            }
+            set {
+                this["FTPNET"] = value;
+            }
+        }
     }
 }