C# Class HYPDM.Res.Banner

Mostrar archivo Open project: huayancreate/HYPDM

Public Methods

Method Description
Banner ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

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

Private Methods

Method Description
GuiResize ( ) : void
InitializeComponent ( ) : void

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

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

Method Details

Banner() public method

public Banner ( ) : System
return System

Dispose() protected method

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void