Свойство | Тип | Описание | |
---|---|---|---|
CustomtoolStrip | |||
DataShower | List |
||
IsNeedRefresh | bool | ||
mDataViewInfo | DataViewInfo |
Свойство | Тип | Описание | |
---|---|---|---|
ViewtoolStrip | ToolStrip | ||
contextMenuStripMain | ContextMenuStrip | ||
lstData | ListView | ||
tabDataShower | TabControl | ||
tabTableView | TabPage | ||
tabTextView | TabPage | ||
tabTreeView | TabPage | ||
toolStripContainer1 | ToolStripContainer | ||
trvData | CtlTreeViewColumns | ||
txtData | TextBox |
Свойство | Тип | Описание | |
---|---|---|---|
Clear | void | ||
CloseStripButton_Click | void | ||
CollapseAll_Click | void | ||
ExpandAll_Click | void | ||
FirstPage_Click | void | ||
GotoStripButton_Click | void | ||
HelpStripButton_Click | void | ||
InitControlsEnable | void | ||
InitControlsVisiableAndEvent | void | ||
InitializeComponent | void | ||
LastPage_Click | void | ||
NextPage_Click | void | ||
PrePage_Click | void | ||
RefreshStripButton_Click | void | ||
ReloadData | void | ||
SetDataNav | void | ||
cmbRecPerPage_SelectedIndexChanged | void | ||
ctlDataView_Load | void |
Метод | Описание | |
---|---|---|
CtlDataView ( ) : Common.System |
初始化
|
|
CtlDataView ( |
初始化
|
|
RefreshGui ( ) : void |
Refresh Data
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
Clear ( ) : void |
清除所有数据
|
|
CloseStripButton_Click ( object sender, |
关闭本Tab
|
|
CollapseAll_Click ( object sender, |
折叠所有
|
|
ExpandAll_Click ( object sender, EventArgs e ) : void |
展开所有
|
|
FirstPage_Click ( object sender, EventArgs e ) : void |
第一页
|
|
GotoStripButton_Click ( object sender, EventArgs e ) : void |
指定起始位置
|
|
HelpStripButton_Click ( object sender, EventArgs e ) : void |
帮助
|
|
InitControlsEnable ( ) : void |
初始化控件状态
|
|
InitControlsVisiableAndEvent ( ) : void |
将部分的按钮和右键菜单有效化
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LastPage_Click ( object sender, EventArgs e ) : void |
最后页
|
|
NextPage_Click ( object sender, EventArgs e ) : void |
下一页
|
|
PrePage_Click ( object sender, EventArgs e ) : void |
前一页
|
|
RefreshStripButton_Click ( object sender, EventArgs e ) : void | ||
ReloadData ( ) : void |
重新加载数据
|
|
SetDataNav ( ) : void |
设置导航可用性
|
|
cmbRecPerPage_SelectedIndexChanged ( object sender, EventArgs e ) : void |
换页操作
|
|
ctlDataView_Load ( object sender, EventArgs e ) : void |
加载数据集控件
|
public CtlDataView ( |
||
dataViewInfo | ||
Результат | Common.System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public ToolStrip,System.Windows.Forms CustomtoolStrip | ||
Результат |
protected ContextMenuStrip contextMenuStripMain | ||
Результат | ContextMenuStrip |
protected ToolStripContainer toolStripContainer1 | ||
Результат | ToolStripContainer |