C# Class HYPDM.WinUI.DrawingDocument.DocListControl

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: huayancreate/HYPDM

Public Properties

Property Type Description
_docList System.Data.DataTable

Public Methods

Method Description
DocListControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

DocAdd ( ) : void
DocDelete ( ) : void

记录删除

DocProperty ( ) : void

记录属性。

OnExited ( EventArgs e ) : void

触发 Exited 事件。

Private Methods

Method Description
BindDataFile ( ) : void
EnabledDrugTypeMenu ( bool p ) : void
InitList ( ) : void
InitList ( DataTable dt ) : void

将指定的数据源中的记录绑定到列表。

Initialize ( ) : void
InitializeComponent ( ) : void

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

LoadDoc ( ) : void
RegStardardFlow_Click ( object sender, EventArgs e ) : void
StartEx ( ) : void
btnDocDelete_Click ( object sender, EventArgs e ) : void
btnDocProperty_Click ( object sender, EventArgs e ) : void
btnDocToAdd_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
cmDocAdd_Click ( object sender, EventArgs e ) : void
dgvDocList_CellDoubleClick_1 ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dgvDocList_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
tsToolbar_ItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
tspRefresh_Click ( object sender, EventArgs e ) : void
ucPaging1_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

DocAdd() protected method

protected DocAdd ( ) : void
return void

DocDelete() protected method

记录删除
protected DocDelete ( ) : void
return void

DocListControl() public method

public DocListControl ( ) : System
return System

DocProperty() protected method

记录属性。
protected DocProperty ( ) : void
return void

OnExited() protected method

触发 Exited 事件。
protected OnExited ( EventArgs e ) : void
e System.EventArgs 事件参数。
return void

Property Details

_docList public_oe property

public DataTable,System.Data _docList
return System.Data.DataTable