private void Load() { bool flag = new PA.Helper.DataBase.StartUpInit().Init(); if (flag) { InitComboBox(); this.TextBox_登陆用户名.Focus(); } else { this.Button_Close_Click(this, null); } }