C# Class HYPDM.Res.Banner

Afficher le fichier Open project: huayancreate/HYPDM

Méthodes publiques

Méthode Description
Banner ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
GuiResize ( ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

lbPassword_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
llLogout_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

Banner() public méthode

public Banner ( ) : System
Résultat System

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void