callm 1 settimana fa
parent
commit
3ddc22a488
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      UAS_MES_YDCY/FunctionCode/Query/Query_SOP_CY.cs

+ 3 - 0
UAS_MES_YDCY/FunctionCode/Query/Query_SOP_CY.cs

@@ -24,6 +24,8 @@ namespace UAS_MES_NEW.Query
     {
         DataHelper dh = new DataHelper();
 
+        AutoSizeFormClass asc = new AutoSizeFormClass();
+
         string usercode;
         string sourcecode;
         DataTable Dbfind;
@@ -35,6 +37,7 @@ namespace UAS_MES_NEW.Query
 
         private void Form3_Load(object sender, EventArgs e)
         {
+            asc.controllInitializeSize(this);
             CheckForIllegalCrossThreadCalls = false;
 
             ps_prodcode.TableName = "productsop";