x86.frmMain.initView C# (CSharp) Method

initView() private method

private initView ( ) : void
return void
        void initView()
        {

            comboBox1.SelectedItem = 0;
            label26.Text = sys.LoginUser.QQ;
            lab_IP.Text = sys.getIP();
            label27.Text = sys.LoginUser.phone;

            label22.Text = sys.LoginUser.userName;
            label23.Text = "Vip" + sys.LoginUser.hyDj;
            label24.Text = sys.LoginUser.QT_Js;
            label25.Text = sys.LoginUser.hyDj==0?sys.LoginUser.endDate:"无限制";
            label28.Text = sys.LoginUser.WW;
            label29.Text = sys.LoginUser.regDate;
            comboBox1.SelectedIndex = 0;
            rw_search_stu.SelectedIndex = 0;
            rw_com_jd.SelectedIndex = 0;
            Urlflag = false;
            this.isOpenMsg = false;
        }
        void refreashUserInfo(string userName)
frmMain