add 3.0.0 patch file

This commit is contained in:
zhang_xubo
2022-03-11 17:10:31 +08:00
parent 5074a6f668
commit 5b71f51471
29 changed files with 3988 additions and 69 deletions

View File

@ -406,6 +406,12 @@ dconn_FDriverConnectProc(
SetFocus(GetDlgItem(hdlg, IDC_PORT));
else if (ci->username[0] == '\0')
SetFocus(GetDlgItem(hdlg, IDC_USER));
else if (ci->autobalance == 0)
SetFocus(GetDlgItem(hdlg, IDC_AB));
else if (ci->refreshcnlisttime == 0)
SetFocus(GetDlgItem(hdlg, IDC_RT));
else if (ci->priority == 0)
SetFocus(GetDlgItem(hdlg, IDC_PR));
break;
case WM_COMMAND: