- ©«¤l
- 129
- ¥DÃD
- 47
- ºëµØ
- 0
- ¿n¤À
- 206
- ÂI¦W
- 1
- §@·~¨t²Î
- 7
- ³nÅ骩¥»
- 2007
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2011-8-10
- ³Ì«áµn¿ý
- 2024-8-14
|
TextBox ¦Û°Êpºâ°ÝÃD
' #################################################################################
Private Sub TextBox1_Change()
If TextBox1.Text = "" Or TextBox11.Text = "" Then TextBox21.Text = ""
If TextBox1 <> "" Then TextBox21 = Val(TextBox1.Text) - Val(TextBox11)
End Sub
Private Sub TextBox11_Change()
If TextBox1.Text = "" Or TextBox11.Text = "" Then TextBox21.Text = ""
If TextBox1 <> "" Then TextBox21 = Val(TextBox1.Text) - Val(TextBox11)
End Sub
Private Sub TextBox2_Change()
If TextBox2.Text = "" Or TextBox12.Text = "" Then TextBox22.Text = ""
If TextBox2 <> "" Then TextBox22 = Val(TextBox2.Text) - Val(TextBox12)
End Sub
Private Sub TextBox12_Change()
If TextBox2.Text = "" Or TextBox12.Text = "" Then TextBox22.Text = ""
If TextBox2 <> "" Then TextBox22 = Val(TextBox2.Text) - Val(TextBox12)
End Sub
Private Sub TextBox3_Change()
If TextBox3.Text = "" Or TextBox13.Text = "" Then TextBox23.Text = ""
If TextBox3 <> "" Then TextBox23 = Val(TextBox3.Text) - Val(TextBox13)
End Sub
Private Sub TextBox13_Change()
If TextBox3.Text = "" Or TextBox13.Text = "" Then TextBox23.Text = ""
If TextBox3 <> "" Then TextBox23 = Val(TextBox3.Text) - Val(TextBox13)
End Sub
Private Sub TextBox4_Change()
If TextBox4.Text = "" Or TextBox14.Text = "" Then TextBox24.Text = ""
If TextBox4 <> "" Then TextBox24 = Val(TextBox4.Text) - Val(TextBox14)
End Sub
Private Sub TextBox14_Change()
If TextBox4.Text = "" Or TextBox14.Text = "" Then TextBox24.Text = ""
If TextBox4 <> "" Then TextBox24 = Val(TextBox4.Text) - Val(TextBox14)
End Sub
Private Sub TextBox5_Change()
If TextBox5.Text = "" Or TextBox15.Text = "" Then TextBox25.Text = ""
If TextBox5 <> "" Then TextBox25 = Val(TextBox5.Text) - Val(TextBox15)
End Sub
Private Sub TextBox15_Change()
If TextBox5.Text = "" Or TextBox15.Text = "" Then TextBox25.Text = ""
If TextBox5 <> "" Then TextBox25 = Val(TextBox5.Text) - Val(TextBox15)
End Sub
Private Sub TextBox6_Change()
If TextBox6.Text = "" Or TextBox16.Text = "" Then TextBox26.Text = ""
If TextBox6 <> "" Then TextBox26 = Val(TextBox6.Text) - Val(TextBox16)
End Sub
Private Sub TextBox16_Change()
If TextBox6.Text = "" Or TextBox16.Text = "" Then TextBox26.Text = ""
If TextBox6 <> "" Then TextBox26 = Val(TextBox6.Text) - Val(TextBox16)
End Sub
Private Sub TextBox7_Change()
If TextBox7.Text = "" Or TextBox17.Text = "" Then TextBox27.Text = ""
If TextBox7 <> "" Then TextBox27 = Val(TextBox7.Text) - Val(TextBox17)
End Sub
Private Sub TextBox17_Change()
If TextBox7.Text = "" Or TextBox17.Text = "" Then TextBox27.Text = ""
If TextBox7 <> "" Then TextBox27 = Val(TextBox7.Text) - Val(TextBox17)
End Sub
Private Sub TextBox8_Change()
If TextBox8.Text = "" Or TextBox18.Text = "" Then TextBox28.Text = ""
If TextBox8 <> "" Then TextBox28 = Val(TextBox8.Text) - Val(TextBox18)
End Sub
Private Sub TextBox18_Change()
If TextBox8.Text = "" Or TextBox18.Text = "" Then TextBox28.Text = ""
If TextBox8 <> "" Then TextBox28 = Val(TextBox8.Text) - Val(TextBox18)
End Sub
Private Sub TextBox9_Change()
If TextBox9.Text = "" Or TextBox19.Text = "" Then TextBox29.Text = ""
If TextBox9 <> "" Then TextBox29 = Val(TextBox9.Text) - Val(TextBox19)
End Sub
Private Sub TextBox19_Change()
If TextBox9.Text = "" Or TextBox19.Text = "" Then TextBox29.Text = ""
If TextBox9 <> "" Then TextBox29 = Val(TextBox9.Text) - Val(TextBox19)
End Sub
' #################################################################################
½Ð°Ý¥H¤Wµ{¦¡½X¯à¦p¦óºë², ¥t¥~¦A°Ý TextBox1~9 ¨D¥§¡Èn«ç»ò¼g |
|