You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varresult=MessageBox.Show(I18N.GetString("Invalid server address, Cannot automatically save or discard changes"),I18N.GetString("Auto save failed"),MessageBoxButtons.OKCancel);
varresult=MessageBox.Show(I18N.GetString("Illegal port number format, Cannot automatically save or discard changes"),I18N.GetString("Auto save failed"),MessageBoxButtons.OKCancel);
varresult=MessageBox.Show(I18N.GetString("Password can not be blank, Cannot automatically save or discard changes"),I18N.GetString("Auto save failed"),MessageBoxButtons.OKCancel);
varresult=MessageBox.Show(I18N.GetString("Illegal timeout format, Cannot automatically save or discard changes"),I18N.GetString("Auto save failed"),MessageBoxButtons.OKCancel);
0 commit comments