Ejemplo n.º 1
0
 private void StudentFunctionForm_Load(object sender, EventArgs e)
 {
     ViewHelper.MdiChildrenAutoSize(this);
     this.Dock = DockStyle.Fill;
     CommonPanel.Show();
     paperPanel.Hide();
     ScorePanel.Hide();
     ////创建一个答题对话框的实例
     //dialog = new AnswerDialog();
     //dialog.Owner = this;
 }
Ejemplo n.º 2
0
 private void btnScoreToCommon_Click(object sender, EventArgs e)
 {
     ScorePanel.Hide();
     CommonPanel.Show();
 }