C# Class HYPDM.WinUI.DefineControl.Pagination

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: huayancreate/HYPDM

Public Methods

Method Description
Pagination ( ) : System
changeMemo ( ) : void

Private Methods

Method Description
initControl ( ) : void
pageNumChange ( ) : void
pageNumCtrl_KeyUp ( object sender, KeyEventArgs e ) : void

输入页数的时候显示更新记录

pageRowsCtrl_TextChanged ( object sender, EventArgs e ) : void

输入显示的记录数更新记录

tool_firstPage_Click ( object sender, EventArgs e ) : void
tool_lastPage_Click ( object sender, EventArgs e ) : void
tool_nextPage_Click ( object sender, EventArgs e ) : void
tool_prePage_Click ( object sender, EventArgs e ) : void

Method Details

Pagination() public method

public Pagination ( ) : System
return System

changeMemo() public method

public changeMemo ( ) : void
return void