예제 #1
0
 public void ShowButtons()  //Show the Menue buttons After Login....
 {
     button1.Hide();
     Setup_bt.Show();
     label1.Show();
     Measure_bt.Show();
     label4.Show();
     Cal_bt.Show();
     label5.Show();
     Online_bt.Show();
     label6.Show();
     Analysis_bt.Show();
     label7.Show();
     Offline_bt.Show();
     label9.Show();
     Accounts_bt.Show();
     label8.Show();
     Export_bt.Show();
     label11.Show();
     Report_bt.Show();
     label10.Show();
 }