C# Class littleworld.Web.userFindPwd

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: radishPit/littleworld

Protected Properties

Property Type Description
BtnSend_Email global::System.Web.UI.WebControls.Button
Lblsryx global::System.Web.UI.WebControls.Label
Lblsryzm global::System.Web.UI.WebControls.Label
Lblwzc global::System.Web.UI.WebControls.Label
Lblyzm global::System.Web.UI.WebControls.Label
Txt_Email global::System.Web.UI.WebControls.TextBox
Txtyzm global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

Method Description
BtnSend_Email_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Txt_Email_TextChanged ( object sender, EventArgs e ) : void
Txtyzm_TextChanged ( object sender, EventArgs e ) : void

Method Details

BtnSend_Email_Click() protected method

protected BtnSend_Email_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Txt_Email_TextChanged() protected method

protected Txt_Email_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Txtyzm_TextChanged() protected method

protected Txtyzm_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

BtnSend_Email protected_oe property

BtnSend_Email control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button BtnSend_Email
return global::System.Web.UI.WebControls.Button

Lblsryx protected_oe property

Lblsryx control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Lblsryx
return global::System.Web.UI.WebControls.Label

Lblsryzm protected_oe property

Lblsryzm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Lblsryzm
return global::System.Web.UI.WebControls.Label

Lblwzc protected_oe property

Lblwzc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Lblwzc
return global::System.Web.UI.WebControls.Label

Lblyzm protected_oe property

Lblyzm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Lblyzm
return global::System.Web.UI.WebControls.Label

Txt_Email protected_oe property

Txt_Email control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Txt_Email
return global::System.Web.UI.WebControls.TextBox

Txtyzm protected_oe property

Txtyzm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Txtyzm
return global::System.Web.UI.WebControls.TextBox

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm