ASP. NET implements "Nine serial" mini-game
Wildcatsky (original)
Public Class ChinaRing1
Inherits System.Web.UI.Page
#Region the code generated by the Web Forms Designer
' This call is required by the Web Forms Designer.
<system.diagnostics.debuggerstepthrough () > Private Sub InitializeComponent ()
end sub
Protected WithEvents ChinaRingCkBox1 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox2 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox3 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox4 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox5 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox6 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox7 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox8 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingCkBox9 as system.web.ui.webcontrols.checkbox
Protected WithEvents ChinaRingLb1 as System.Web.UI.WebControls.Label
Protected Chinaringckbox (8) as System.Web.UI.WebControls.CheckBox
' NOTE: The following placeholder declarations are required for the Web Forms Designer.
' Do not delete or move it.
Private Designerplaceholderdeclaration as System.Object
Private Sub Page_Init (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles Mybase.init
' CODEGEN: This method call is required by the Web Forms Designer
' Do not modify it using the Code Editor.
InitializeComponent ()
End Sub
#End Region
Private Sub Page_Load (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles MyBase.Load
Chinaringckbox (0) = ChinaRingCkBox1
Chinaringckbox (1) = ChinaRingCkBox2
Chinaringckbox (2) = ChinaRingCkBox3
Chinaringckbox (3) = ChinaRingCkBox4
Chinaringckbox (4) = ChinaRingCkBox5
Chinaringckbox (5) = ChinaRingCkBox6
Chinaringckbox (6) = ChinaRingCkBox7
Chinaringckbox (7) = ChinaRingCkBox8
Chinaringckbox (8) = ChinaRingCkBox9
End Sub
Private Sub chinaringckbox1_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox1.checkedchanged
chinaringckbox_checkedchanged (1, sender, E)
End Sub
Private Sub chinaringckbox2_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox2.checkedchanged
Chinaringckbox_checkedchanged (2, sender, E)
End Sub
Private Sub chinaringckbox3_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox3.checkedchanged
Chinaringckbox_checkedchanged (3, sender, E)
End Sub
Private Sub chinaringckbox4_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox4.checkedchanged
Chinaringckbox_checkedchanged (4, sender, E)
End Sub
Private Sub chinaringckbox5_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox5.checkedchanged
Chinaringckbox_checkedchanged (5, sender, E)
End Sub
Private Sub chinaringckbox6_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox6.checkedchanged
chinaringckbox_checkedchanged (6, sender, E)
End Sub
Private Sub chinaringckbox7_checkedchanged (ByVal sender as System.Object, ByVal e as System.EventArgs) Handles CHINARINGC Kbox7.checkedchanged
chinaringckbox_checkedchanged (7, sender, E)
End Sub
private Sub chinaringckbox8_checkedchanged ( ByVal sender as System.Object, ByVal e as System.EventArgs) Handles chinaringckbox8.checkedchanged
Chinaringckbox_checkedchanged (8, sender, E)
End Sub