Property | Type | Description | |
---|---|---|---|
bdnInfo | System.Windows.Forms.BindingNavigator |
Method | Description | |
---|---|---|
InitDataSet ( ) : void |
初始化控件信息,算出及获取每页显示的记录数及总页数、当前页数等信息
|
|
LoadData ( ) : void |
根据页码显示出当前页的记录数
|
|
UcPaging ( ) : System |
dataGridView控件的分页事件
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
清理所有正在使用的资源。
|
Method | Description | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | 如果应释放托管资源,为 true;否则为 false。 |
return | void |