private void OlympicProcess_Load(object sender, EventArgs e) { ClassLbl.Text = string.Join(" ", Res.ClassNameLbl, AppConstants.CurrentUser.Class); UserLbl.Text = AppConstants.CurrentUser.SimpleName; CloseBtn.SmallBtnSetStyle(Res.CloseBtn); SaveBtn.SmallBtnSetStyle(Res.SaveBtn); FullNameLbl.Text = Res.FullNameLbl; SubjectLbl.Text = string.Empty; SaveToFile.SmallBtnSetStyle(Res.SaveToFileLbl); SaveToFile.Visible = teach.IsAdmin; }