Ejemplo n.º 1
0
 private void Show_Mode2()//双手比较模式
 {
     //
     Compare_Label.Show();
     Compare_Text.Show();
     Eculid_Label.Show();
     Eculid_Text.Show();
     DotMult_Lable.Show();
     DotMult_Text.Show();
     FingerList.Show();
     LeapStatus.Show();
     VHand_name_Label.Hide();
     VHand_Name_TextBox.Hide();
     Hand_Description.Hide();
     UpLoad_Button.Hide();
 }
Ejemplo n.º 2
0
 private void Show_Mode1()//单手比较模式
 {
     //
     Compare_Label.Show();
     Compare_Text.Show();
     Eculid_Label.Show();
     Eculid_Text.Show();
     DotMult_Lable.Show();
     DotMult_Text.Show();
     FingerList.Show();
     LeapStatus.Show();
     VHand_name_Label.Show();
     VHand_Name_TextBox.Show();
     //VHand_Name_TextBox.Text = hb.hand_name;
     VHand_Name_TextBox.ReadOnly = true;
     Hand_Description.Hide();
     UpLoad_Button.Hide();
 }