⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register1.aspx.vb

📁 用C#,VB和SQLSERVER编写的远程教学程序
💻 VB
字号:
Public Class WebForm21
    Inherits System.Web.UI.Page

#Region " Web 窗体设计器生成的代码 "

    '该调用是 Web 窗体设计器所必需的。
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

    End Sub
    Protected WithEvents username As System.Web.UI.WebControls.TextBox
    Protected WithEvents valid1 As System.Web.UI.WebControls.RequiredFieldValidator
    Protected WithEvents password As System.Web.UI.WebControls.TextBox
    Protected WithEvents Valid2 As System.Web.UI.WebControls.RegularExpressionValidator
    Protected WithEvents repass As System.Web.UI.WebControls.TextBox
    Protected WithEvents Valid3 As System.Web.UI.WebControls.RegularExpressionValidator
    Protected WithEvents step1 As System.Web.UI.WebControls.Panel
    Protected WithEvents Email As System.Web.UI.WebControls.TextBox
    Protected WithEvents Regular1 As System.Web.UI.WebControls.RegularExpressionValidator
    Protected WithEvents addr As System.Web.UI.WebControls.TextBox
    Protected WithEvents Regular3 As System.Web.UI.WebControls.RegularExpressionValidator
    Protected WithEvents phone As System.Web.UI.WebControls.TextBox
    Protected WithEvents Regular2 As System.Web.UI.WebControls.RegularExpressionValidator
    Protected WithEvents sex As System.Web.UI.WebControls.RadioButtonList
    Protected WithEvents Birth As System.Web.UI.WebControls.TextBox
    Protected WithEvents compare1 As System.Web.UI.WebControls.CompareValidator
    Protected WithEvents step2 As System.Web.UI.WebControls.Panel
    Protected WithEvents step3 As System.Web.UI.WebControls.Panel
    Protected WithEvents Button1 As System.Web.UI.HtmlControls.HtmlInputButton
    Protected WithEvents Button2 As System.Web.UI.HtmlControls.HtmlInputButton
    Protected WithEvents Button3 As System.Web.UI.HtmlControls.HtmlInputButton

    '注意: 以下占位符声明是 Web 窗体设计器所必需的。
    '不要删除或移动它。
    Private designerPlaceholderDeclaration As System.Object

    Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
        'CODEGEN: 此方法调用是 Web 窗体设计器所必需的
        '不要使用代码编辑器修改它。
        InitializeComponent()
    End Sub

#End Region

    Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        '在此处放置初始化页的用户代码
    End Sub

End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -