示例#1
0
 private void toolStripMenuItem3_Click_1(object sender, EventArgs e)
 {
     HUBpanel.Show();
     button1.ForeColor = Properties.Settings.Default.FavColor;
     panel4.BackColor  = Properties.Settings.Default.FavColor;
     this.HUBtabControl.SelectTab(2);
 }
示例#2
0
 private void toolStripMenuItem1_Click(object sender, EventArgs e)
 {
     HUBpanel.Show();
     label2.Text       = Properties.Settings.Default.NameID;
     label4.Text       = Properties.Settings.Default.emailAdress;
     button1.ForeColor = Properties.Settings.Default.FavColor;
     panel4.BackColor  = Properties.Settings.Default.FavColor;
     panel5.BackColor  = Properties.Settings.Default.FavColor;
     panel8.BackColor  = Properties.Settings.Default.FavColor;
     this.HUBtabControl.SelectTab(0);
 }
示例#3
0
 private void button1_Click(object sender, EventArgs e)
 {
     HUBpanel.Hide();
 }