Selaa lähdekoodia

产品标签维护修改

Hcsy 8 vuotta sitten
vanhempi
commit
31bfc70113

+ 1 - 1
UAS-MES/FunctionCode/SystemSetting/SystemSetting_LabelMaintain.Designer.cs

@@ -257,11 +257,11 @@
             // 
             // SavePath
             // 
-            this.SavePath.Enabled = false;
             this.SavePath.Location = new System.Drawing.Point(615, 521);
             this.SavePath.Name = "SavePath";
             this.SavePath.Size = new System.Drawing.Size(117, 21);
             this.SavePath.TabIndex = 210;
+            this.SavePath.Text = "\\\\172.16.11.99\\ShareTest\\";
             // 
             // SavePath_label
             // 

+ 1 - 1
UAS-MES/FunctionCode/SystemSetting/SystemSetting_LabelMaintain.cs

@@ -120,7 +120,7 @@ namespace UAS_MES.SystemSetting
             pr_detail.KeyDown += ScreenEvent;
             pr_spec.KeyDown += ScreenEvent;
 
-            SavePath.Text = BaseUtil.GetCacheData("SavePath").ToString();
+            //SavePath.Text = BaseUtil.GetCacheData("SavePath").ToString();
         }
         private void InPrint()
         {