C# 클래스 HYPDM.BaseControl.UcPaging

파일 보기 프로젝트 열기: huayancreate/HYPDM

공개 프로퍼티들

프로퍼티 타입 설명
bdnInfo System.Windows.Forms.BindingNavigator

공개 메소드들

메소드 설명
InitDataSet ( ) : void

初始化控件信息,算出及获取每页显示的记录数及总页数、当前页数等信息

LoadData ( ) : void

根据页码显示出当前页的记录数

UcPaging ( ) : System

dataGridView控件的分页事件

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

bdnInfo_ItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void

toolstrip的单击事件

bdnInfo_RefreshItems ( object sender, EventArgs e ) : void
tstOnePageShowCount_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtCurrPageCnt_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

InitDataSet() 공개 메소드

初始化控件信息,算出及获取每页显示的记录数及总页数、当前页数等信息
public InitDataSet ( ) : void
리턴 void

LoadData() 공개 메소드

根据页码显示出当前页的记录数
public LoadData ( ) : void
리턴 void

UcPaging() 공개 메소드

dataGridView控件的分页事件
public UcPaging ( ) : System
리턴 System

프로퍼티 상세

bdnInfo 공개적으로 프로퍼티

public System.Windows.Forms.BindingNavigator bdnInfo
리턴 System.Windows.Forms.BindingNavigator