瀏覽代碼

去除打印弹窗

章政 7 年之前
父節點
當前提交
05b463fd1b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

+ 1 - 0
UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

@@ -101,6 +101,7 @@ namespace UAS_LabelMachine
         public UAS_出货标签打印(string Master)
         {
             InitializeComponent();
+            (new EnvironmentSettings()).ReportSettings.ShowProgress = false;
             Text = Text + "-" + Master;
         }